Skip to content

Commit 24955f2

Browse files
authored
bump python version to 1.31.0 (#332)
1 parent 06815d5 commit 24955f2

2 files changed

Lines changed: 34 additions & 865 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [{ name = "Temporal Technologies Inc", email = "sdk@temporal.io" }]
66
requires-python = ">=3.10"
77
readme = "README.md"
88
license = "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]
1212
Homepage = "https://github.com/temporalio/samples-python"
@@ -38,7 +38,7 @@ external-storage = [
3838
]
3939
external-storage-redis = ["redis>=5.0.0,<8"]
4040
gevent = ["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"]
4242
langfuse-tracing = [
4343
"openai>=1.4.0",
4444
"temporalio[opentelemetry]>=1.30.0,<2",
@@ -50,13 +50,13 @@ langfuse-tracing = [
5050
langsmith-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
]
5555
langgraph = [
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
]
6161
nexus = ["nexus-rpc>=1.1.0,<2"]
6262
open-telemetry = [
@@ -65,7 +65,7 @@ open-telemetry = [
6565
]
6666
openai-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
]
7171
pydantic-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
]
8080
trio-async = ["trio>=0.28.0,<0.29", "trio-asyncio>=0.15.0,<0.16"]
8181
cloud-export-to-parquet = [

0 commit comments

Comments
 (0)