Skip to content

Commit 99d31b9

Browse files
committed
Update SDK version to 1.18
1 parent 8597fdd commit 99d31b9

File tree

2 files changed

+157
-156
lines changed

2 files changed

+157
-156
lines changed

pyproject.toml

Lines changed: 2 additions & 2 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.15.0,<2"]
9+
dependencies = ["temporalio>=1.18.0,<2"]
1010

1111
[project.urls]
1212
Homepage = "https://github.com/temporalio/samples-python"
@@ -56,7 +56,7 @@ open-telemetry = [
5656
]
5757
openai-agents = [
5858
"openai-agents[litellm] >= 0.2.3",
59-
"temporalio[openai-agents] >= 1.15.0",
59+
"temporalio[openai-agents] >= 1.18.0",
6060
]
6161
pydantic-converter = ["pydantic>=2.10.6,<3"]
6262
sentry = ["sentry-sdk>=2.13.0"]

0 commit comments

Comments
 (0)