Skip to content

Commit

Permalink
Bump sdk-python version
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Aug 22, 2024
1 parent 4b12728 commit 21e283a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
- name: Run local scenario with worker
run: ./temporal-omes run-scenario-with-worker --scenario workflow_with_single_noop_activity --log-level debug --language python --embedded-server --iterations 5
- name: Build worker image
run: ./temporal-omes build-worker-image --language python --version 1.6.0 --tag-as-latest
run: ./temporal-omes build-worker-image --language python --version 1.7.0 --tag-as-latest
- name: Run worker image
run: docker run --rm --detach -i -p 10233:10233 omes:python-1.6.0 --scenario workflow_with_single_noop_activity --log-level debug --language python --run-id {{ github.run_id }} --embedded-server-address 0.0.0.0:10233
run: docker run --rm --detach -i -p 10233:10233 omes:python-1.7.0 --scenario workflow_with_single_noop_activity --log-level debug --language python --run-id {{ github.run_id }} --embedded-server-address 0.0.0.0:10233
- name: Run scenario against image
run: ./temporal-omes run-scenario --scenario workflow_with_single_noop_activity --log-level debug --server-address 127.0.0.1:10233 --run-id {{ github.run_id }} --connect-timeout 1m --iterations 5

Expand Down Expand Up @@ -204,5 +204,5 @@ jobs:
go-version: 'v1.28.1'
ts-version: 'v1.10.2'
java-version: 'v1.24.2'
py-version: 'v1.6.0'
py-version: 'v1.7.0'
dotnet-version: 'v1.2.0'
16 changes: 8 additions & 8 deletions workers/python/poetry.lock

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

2 changes: 1 addition & 1 deletion workers/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.8"
temporalio = "^1.6.0"
temporalio = "^1.7.0"
prometheus-client = "^0.16.0"
python-json-logger = "^2.0.7"

Expand Down

0 comments on commit 21e283a

Please sign in to comment.