Skip to content

Commit

Permalink
Feat: Update runtime dependency with new shared (#446)
Browse files Browse the repository at this point in the history
# The problem
New shared library was released

# This PR's solution
Bump deps

# Checklist

_Check that this PR satisfies the following items:_

- [x] Tests have been added for new features/changed behavior (if no new
features have been added, check the box).
- [x] The [changelog file](CHANGELOG.md) has been updated with a
user-readable description of the changes (if the change isn't visible to
the user in any way, check the box).
- [x] The PR's title is prefixed with
`<feat/fix/chore/imp[rovement]/int[ernal]/docs>[!]:`
- [x] The PR is linked to a JIRA ticket (if there's no suitable ticket,
check the box).
  • Loading branch information
SebastianMorawiec authored Sep 26, 2024
1 parent 26daea6 commit 202395c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/orquestra-workflow-runtime/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requires-python = ">= 3.8"
# version we can easily install and test, even if there are older versions with
# the same API.
dependencies = [
"orquestra-workflow-shared~=1.0.0",
"orquestra-workflow-shared~=2.0.0",
# Schema definition
"pydantic>1.10.7",
# Python Standard Library Backports
Expand Down

0 comments on commit 202395c

Please sign in to comment.