Skip to content

Commit cd2a8c5

Browse files
authored
Update SDK to 1.27.0 (#302)
1 parent 57b104e commit cd2a8c5

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

pyproject.toml

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

1111
[project.urls]
1212
Homepage = "https://github.com/temporalio/samples-python"
@@ -33,7 +33,7 @@ gevent = ["gevent>=25.4.2 ; python_version >= '3.8'"]
3333
langsmith-tracing = [
3434
"openai>=1.4.0",
3535
"langsmith>=0.7.0",
36-
"temporalio[pydantic,langsmith]>=1.26.0",
36+
"temporalio[pydantic,langsmith]>=1.27.0",
3737
]
3838
nexus = ["nexus-rpc>=1.1.0,<2"]
3939
open-telemetry = [
@@ -42,7 +42,7 @@ open-telemetry = [
4242
]
4343
openai-agents = [
4444
"openai-agents[litellm] >= 0.14.1",
45-
"temporalio[openai-agents,opentelemetry] >= 1.26.0",
45+
"temporalio[openai-agents,opentelemetry] >= 1.27.0",
4646
"requests>=2.32.0,<3",
4747
]
4848
pydantic-converter = ["pydantic>=2.10.6,<3"]

uv.lock

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

0 commit comments

Comments
 (0)