Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.10.0
github.com/temporalio/features v0.0.0-20250808182149-bb2a99cdf200
github.com/temporalio/features v0.0.0-20251113235102-ac7c92445a59
go.temporal.io/api v1.53.0
go.temporal.io/sdk v1.37.0
go.uber.org/zap v1.27.0
Expand Down Expand Up @@ -54,6 +54,6 @@ require (
// This is dumb, but necesary because Go (for some commands) can't figure out the transitive
// local-replace inside of the features module itself, so we have to help it.
replace (
github.com/temporalio/features/features => github.com/temporalio/features/features v0.0.0-20250118005052-7111e232d0b9
github.com/temporalio/features/harness/go => github.com/temporalio/features/harness/go v0.0.0-20250118005608-efab77dea8fd
github.com/temporalio/features/features => github.com/temporalio/features/features v0.0.0-20251113235102-ac7c92445a59
github.com/temporalio/features/harness/go => github.com/temporalio/features/harness/go v0.0.0-20251113235102-ac7c92445a59
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/temporalio/features v0.0.0-20250808182149-bb2a99cdf200 h1:QCVAlYX6FNj8mjFyo8g0dn2yzTAppqT52T2I32l8VSE=
github.com/temporalio/features v0.0.0-20250808182149-bb2a99cdf200/go.mod h1:OJ6CsyMQcVvR96KdznjdCbEGnq/n0RKAVcpbuaJN6Ww=
github.com/temporalio/features v0.0.0-20251113235102-ac7c92445a59 h1:+k/VNVoVeoe1rvX+9qoedknC5UkdA3BbL8TFKWtaZMU=
github.com/temporalio/features v0.0.0-20251113235102-ac7c92445a59/go.mod h1:Ew0bBvTHCGcs2fX+iyoUqoj78x5eS7BznJTPg8wd35I=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
Expand Down
2 changes: 1 addition & 1 deletion versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ UV_VERSION=0.7.19
DOTNET_SDK_VERSION=1.9.0
GO_SDK_VERSION=1.37.0
JAVA_SDK_VERSION=1.31.0
PYTHON_SDK_VERSION=1.15.0
PYTHON_SDK_VERSION=1.19.0
TYPESCRIPT_SDK_VERSION=1.12.1
4 changes: 2 additions & 2 deletions workers/go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/temporalio/features v0.0.0-20250808182149-bb2a99cdf200 h1:QCVAlYX6FNj8mjFyo8g0dn2yzTAppqT52T2I32l8VSE=
github.com/temporalio/features v0.0.0-20250808182149-bb2a99cdf200/go.mod h1:OJ6CsyMQcVvR96KdznjdCbEGnq/n0RKAVcpbuaJN6Ww=
github.com/temporalio/features v0.0.0-20251113235102-ac7c92445a59 h1:+k/VNVoVeoe1rvX+9qoedknC5UkdA3BbL8TFKWtaZMU=
github.com/temporalio/features v0.0.0-20251113235102-ac7c92445a59/go.mod h1:Ew0bBvTHCGcs2fX+iyoUqoj78x5eS7BznJTPg8wd35I=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
Expand Down
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