Skip to content

Commit ee8dc3f

Browse files
committed
Bump Python SDK version and saner version syntax
1 parent 784fcda commit ee8dc3f

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

workers/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name = "omes"
33
version = "0.1.0"
44
description = "Temporal load generator"
55
authors = [{ name = "Temporal Technologies Inc", email = "[email protected]" }]
6-
requires-python = "~=3.9"
6+
requires-python = ">=3.9"
77
license = "MIT"
88
dependencies = [
9-
"temporalio>=1.15.0,<2",
9+
"temporalio>=1.16.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 & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)