@@ -33,7 +33,7 @@ deepagents = [
3333 " langchain>=1.3.11,<2 ; python_version >= '3.11'" ,
3434 " langchain-core>=1.4.8,<2 ; python_version >= '3.11'" ,
3535 " langchain-anthropic>=1.4.7,<2 ; python_version >= '3.11'" ,
36- " temporalio[langsmith]>=1.31 .0 ; python_version >= '3.11'" ,
36+ " temporalio[langsmith]>=1.32 .0 ; python_version >= '3.11'" ,
3737]
3838dsl = [" pyyaml>=6.0.1,<7" , " types-pyyaml>=6.0.12,<7" , " dacite>=1.8.1,<2" ]
3939encryption = [" cryptography>=38.0.1,<39" , " aiohttp>=3.13.3,<4" ]
@@ -45,14 +45,14 @@ external-storage = [
4545]
4646external-storage-redis = [" redis>=5.0.0,<8" ]
4747gevent = [" gevent>=25.4.2 ; python_version >= '3.8'" ]
48- google-adk = [" temporalio[google-adk] >= 1.31 .0" , " google-adk>=2.2.0,<3" ]
48+ google-adk = [" temporalio[google-adk] >= 1.32 .0" , " google-adk>=2.2.0,<3" ]
4949google-genai = [
5050 " mcp>=1.0.0" ,
51- " temporalio[google-genai,pydantic]>=1.31 .0" ,
51+ " temporalio[google-genai,pydantic]>=1.32 .0" ,
5252]
5353langfuse-tracing = [
5454 " openai>=1.4.0" ,
55- " temporalio[opentelemetry]>=1.30 .0,<2" ,
55+ " temporalio[opentelemetry]>=1.32 .0,<2" ,
5656 # Langfuse's OTLP endpoint is HTTP-only (no gRPC), so use the http exporter.
5757 " opentelemetry-exporter-otlp-proto-http>=1.30.0,<2" ,
5858 " openinference-instrumentation-openai>=0.1.52" ,
@@ -61,13 +61,13 @@ langfuse-tracing = [
6161langsmith-tracing = [
6262 " openai>=1.4.0" ,
6363 " langsmith>=0.7.0" ,
64- " temporalio[pydantic,langsmith]>=1.31 .0" ,
64+ " temporalio[pydantic,langsmith]>=1.32 .0" ,
6565]
6666langgraph = [
6767 " langgraph>=1.1.3" ,
6868 " langchain>=0.3.0" ,
6969 " langchain-anthropic>=0.3.0" ,
70- " temporalio[langgraph,langsmith]>=1.31 .0" ,
70+ " temporalio[langgraph,langsmith]>=1.32 .0" ,
7171]
7272litellm = [" litellm>=1.85.0,<2" ]
7373nexus = [" nexus-rpc>=1.1.0,<2" ]
@@ -77,7 +77,7 @@ open-telemetry = [
7777]
7878openai-agents = [
7979 " openai-agents[litellm] >= 0.14.1" ,
80- " temporalio[openai-agents,opentelemetry] >= 1.31 .0" ,
80+ " temporalio[openai-agents,opentelemetry] >= 1.32 .0" ,
8181 " requests>=2.32.0,<3" ,
8282]
8383pydantic-converter = [" pydantic>=2.10.6,<3" ]
@@ -87,7 +87,7 @@ strands-agents = [
8787 " strands-agents-tools>=0.5.2" ,
8888 " mcp>=1.0.0" ,
8989 " boto3>=1.34.92,<2" ,
90- " temporalio[strands-agents,pydantic]>=1.31 .0" ,
90+ " temporalio[strands-agents,pydantic]>=1.32 .0" ,
9191]
9292trio-async = [" trio>=0.28.0,<0.29" , " trio-asyncio>=0.15.0,<0.16" ]
9393cloud-export-to-parquet = [
0 commit comments