Skip to content

Commit 77a3c51

Browse files
authored
Bump python (#151)
1 parent ff926ca commit 77a3c51

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
JAVA_VERSION: "11"
1919
PROTOC_GEN_GO_VERSION: "v1.31.0"
2020
PROTOC_VERSION: "25.1"
21-
PYTHON_SDK_VERSION: "1.11.1"
21+
PYTHON_SDK_VERSION: "1.12.0"
2222
PYTHON_VERSION: "3.10"
2323
RUST_TOOLCHAIN: "1.74.0"
2424

workers/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
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
license = "MIT"
88
dependencies = [
9-
"temporalio>=1.11.1,<2",
9+
"temporalio>=1.12.0,<2",
1010
"prometheus-client>=0.16.0,<0.17",
1111
"python-json-logger>=2.0.7,<3",
1212
]

workers/python/uv.lock

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

0 commit comments

Comments
 (0)