@@ -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.28 .0,<2" , " protobuf>=5.29.6,<6" ]
9+ dependencies = [" temporalio>=1.30 .0,<2" , " protobuf>=5.29.6,<6" ]
1010
1111[project .urls ]
1212Homepage = " https://github.com/temporalio/samples-python"
@@ -38,17 +38,17 @@ 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.28 .0" , " google-adk>=1.27.0,<2" ]
41+ google-adk = [" temporalio[google-adk] >= 1.30 .0" , " google-adk>=1.27.0,<2" ]
4242langsmith-tracing = [
4343 " openai>=1.4.0" ,
4444 " langsmith>=0.7.0" ,
45- " temporalio[pydantic,langsmith]>=1.28 .0" ,
45+ " temporalio[pydantic,langsmith]>=1.30 .0" ,
4646]
4747langgraph = [
4848 " langgraph>=1.1.3" ,
4949 " langchain>=0.3.0" ,
5050 " langchain-anthropic>=0.3.0" ,
51- " temporalio[langgraph,langsmith]>=1.28 .0" ,
51+ " temporalio[langgraph,langsmith]>=1.30 .0" ,
5252]
5353nexus = [" nexus-rpc>=1.1.0,<2" ]
5454open-telemetry = [
@@ -57,7 +57,7 @@ open-telemetry = [
5757]
5858openai-agents = [
5959 " openai-agents[litellm] >= 0.14.1" ,
60- " temporalio[openai-agents,opentelemetry] >= 1.28 .0" ,
60+ " temporalio[openai-agents,opentelemetry] >= 1.30 .0" ,
6161 " requests>=2.32.0,<3" ,
6262]
6363pydantic-converter = [" pydantic>=2.10.6,<3" ]
@@ -67,7 +67,7 @@ strands-agents = [
6767 " strands-agents-tools>=0.5.2" ,
6868 " mcp>=1.0.0" ,
6969 " boto3>=1.34.92,<2" ,
70- " temporalio[strands-agents,pydantic]>=1.28 .0" ,
70+ " temporalio[strands-agents,pydantic]>=1.30 .0" ,
7171]
7272trio-async = [" trio>=0.28.0,<0.29" , " trio-asyncio>=0.15.0,<0.16" ]
7373cloud-export-to-parquet = [
0 commit comments