Skip to content

Commit 8fdd35b

Browse files
Update python SDK version
1 parent d2221d9 commit 8fdd35b

2 files changed

Lines changed: 22 additions & 35 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.28.0,<2", "protobuf>=5.29.6,<6"]
9+
dependencies = ["temporalio>=1.30.0,<2", "protobuf>=5.29.6,<6"]
1010

1111
[project.urls]
1212
Homepage = "https://github.com/temporalio/samples-python"
@@ -38,17 +38,17 @@ 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.28.0", "google-adk>=1.27.0,<2"]
41+
google-adk = ["temporalio[google-adk] >= 1.30.0", "google-adk>=1.27.0,<2"]
4242
langsmith-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
]
4747
langgraph = [
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
]
5353
nexus = ["nexus-rpc>=1.1.0,<2"]
5454
open-telemetry = [
@@ -57,7 +57,7 @@ open-telemetry = [
5757
]
5858
openai-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
]
6363
pydantic-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
]
7272
trio-async = ["trio>=0.28.0,<0.29", "trio-asyncio>=0.15.0,<0.16"]
7373
cloud-export-to-parquet = [

uv.lock

Lines changed: 16 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)