Skip to content

Commit cabfc75

Browse files
committed
Update dependency to 1.15.0 release
1 parent 1b6b026 commit cabfc75

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
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.14.1,<2"]
9+
dependencies = ["temporalio>=1.15.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] @ https://github.com/temporalio/sdk-python.git",
59+
"temporalio[openai-agents] >= 1.15.0",
6060
]
6161
pydantic-converter = ["pydantic>=2.10.6,<3"]
6262
sentry = ["sentry-sdk>=1.11.0,<2"]

uv.lock

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

0 commit comments

Comments
 (0)