Skip to content

Commit

Permalink
Merge pull request #12 from ynput/enhancement/service-pyproject-depen…
Browse files Browse the repository at this point in the history
…dence-update

Update dependencies to use wildcard version for ayon-python-api and ftrack-python-api.
  • Loading branch information
jakubjezek001 authored Nov 13, 2024
2 parents 56193ad + 57bf786 commit 4197c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = ["Oscar Domingo <[email protected]>"]
python = ">=3.9,<4.0"
pydantic = "^1.10.2"
nxtools = "^1.6"
ayon-python-api = "^0.4"
ftrack-python-api = "2.5.0"
ayon-python-api = "*"
ftrack-python-api = "*"
python-dotenv = "^1.0.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 4197c2c

Please sign in to comment.