Skip to content

Commit

Permalink
Int: update SDK version restrictions properly (#425)
Browse files Browse the repository at this point in the history
# The problem
We released runtime and shared library

# This PR's solution
Update pins

# 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 Jun 19, 2024
1 parent 8831a8f commit 653f6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/orquestra-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ requires-python = ">= 3.8"
# version we can easily install and test, even if there are older versions with
# the same API.
dependencies = [
"orquestra-workflow-runtime>=0.0.1",
"orquestra-workflow-shared>=0.0.1",
"orquestra-workflow-runtime>=0.1.0",
"orquestra-workflow-shared>=0.1.0",

# Schema definition
"pydantic>1.10.7",
Expand Down

0 comments on commit 653f6cc

Please sign in to comment.