Skip to content

Commit

Permalink
chore(deps): allow FastAPI 0.114.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Sep 6, 2024
1 parent f2fd1ed commit ebd8311
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -29,7 +29,7 @@ aiohttp = ">=3.10.5,<4"
asyncpg = { version = ">=0.29.0,<0.30.0", optional = true }
django = { version = ">=5.0.8,<5.2", optional = true }
djangorestframework = { version = ">=3.14.0,<3.16", optional = true }
fastapi = { version = ">=0.112.1,<0.114", optional = true }
fastapi = { version = ">=0.112.1,<0.115", optional = true }
flask = { version = ">=2.2.5,<4", optional = true }
jsonschema = ">=4.23.0,<5"
psycopg2-binary = ">=2.9.9,<3.0"
Expand Down

0 comments on commit ebd8311

Please sign in to comment.