Skip to content

Commit

Permalink
fix: allow patch versions of <0.110.x (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
debajyoti-truefoundry authored Apr 2, 2024
1 parent b9e0488 commit b54959d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "async_processor"}]
# TODO (chiragjn): Loosen these requirements for use as a library dependency. Sidecar method can choose to have exactly pinned versions
python = ">=3.8,<3.13"
prometheus_client = ">=0.17.1,<0.18.0"
fastapi = ">=0.93.0,<=0.109.1"
fastapi = ">=0.93.0,<0.110.0"
gunicorn = ">=21.2.0,<21.3.0"
uvicorn = ">=0.23.2,<0.24.0"
orjson = ">=3.9.2,<3.10.0"
Expand Down

0 comments on commit b54959d

Please sign in to comment.