Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions workers/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name = "omes"
version = "0.1.0"
description = "Temporal load generator"
authors = [{ name = "Temporal Technologies Inc", email = "[email protected]" }]
requires-python = "~=3.9"
requires-python = "~=3.10"
license = "MIT"
dependencies = [
"temporalio>=1.15.0,<2",
"temporalio>=1.19.0,<2",
"prometheus-client>=0.16.0,<0.17",
"python-json-logger>=2.0.7,<3",
]
Expand Down
29 changes: 9 additions & 20 deletions workers/python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading