Skip to content

Commit 71f3065

Browse files
committed
Bump python sdk version to 1.13
1 parent fd57a62 commit 71f3065

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 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.9"
77
readme = "README.md"
88
license = "MIT"
9-
dependencies = ["temporalio>=1.12.0,<2"]
9+
dependencies = ["temporalio>=1.13.0,<2"]
1010

1111
[project.urls]
1212
Homepage = "https://github.com/temporalio/samples-python"
@@ -146,4 +146,3 @@ ignore_errors = true
146146
[[tool.mypy.overrides]]
147147
module = "opentelemetry.*"
148148
ignore_errors = true
149-

0 commit comments

Comments
 (0)