@@ -6,7 +6,7 @@ authors = [{ name = "Temporal Technologies Inc", email = "sdk@temporal.io" }]
66requires-python = " >=3.10"
77readme = " README.md"
88license = " MIT"
9- dependencies = [" temporalio>=1.30 .0,<2" , " protobuf>=5.29.6,<6" ]
9+ dependencies = [" temporalio>=1.31 .0,<2" , " protobuf>=5.29.6,<6" ]
1010
1111[project .urls ]
1212Homepage = " https://github.com/temporalio/samples-python"
@@ -38,7 +38,7 @@ external-storage = [
3838]
3939external-storage-redis = [" redis>=5.0.0,<8" ]
4040gevent = [" gevent>=25.4.2 ; python_version >= '3.8'" ]
41- google-adk = [" temporalio[google-adk] >= 1.30 .0" , " google-adk>=1.27 .0,<2 " ]
41+ google-adk = [" temporalio[google-adk] >= 1.31 .0" , " google-adk>=2.2 .0,<3 " ]
4242langfuse-tracing = [
4343 " openai>=1.4.0" ,
4444 " temporalio[opentelemetry]>=1.30.0,<2" ,
@@ -50,13 +50,13 @@ langfuse-tracing = [
5050langsmith-tracing = [
5151 " openai>=1.4.0" ,
5252 " langsmith>=0.7.0" ,
53- " temporalio[pydantic,langsmith]>=1.30 .0" ,
53+ " temporalio[pydantic,langsmith]>=1.31 .0" ,
5454]
5555langgraph = [
5656 " langgraph>=1.1.3" ,
5757 " langchain>=0.3.0" ,
5858 " langchain-anthropic>=0.3.0" ,
59- " temporalio[langgraph,langsmith]>=1.30 .0" ,
59+ " temporalio[langgraph,langsmith]>=1.31 .0" ,
6060]
6161nexus = [" nexus-rpc>=1.1.0,<2" ]
6262open-telemetry = [
@@ -65,7 +65,7 @@ open-telemetry = [
6565]
6666openai-agents = [
6767 " openai-agents[litellm] >= 0.14.1" ,
68- " temporalio[openai-agents,opentelemetry] >= 1.30 .0" ,
68+ " temporalio[openai-agents,opentelemetry] >= 1.31 .0" ,
6969 " requests>=2.32.0,<3" ,
7070]
7171pydantic-converter = [" pydantic>=2.10.6,<3" ]
@@ -75,7 +75,7 @@ strands-agents = [
7575 " strands-agents-tools>=0.5.2" ,
7676 " mcp>=1.0.0" ,
7777 " boto3>=1.34.92,<2" ,
78- " temporalio[strands-agents,pydantic]>=1.30 .0" ,
78+ " temporalio[strands-agents,pydantic]>=1.31 .0" ,
7979]
8080trio-async = [" trio>=0.28.0,<0.29" , " trio-asyncio>=0.15.0,<0.16" ]
8181cloud-export-to-parquet = [
0 commit comments