Skip to content

Commit

Permalink
Merge pull request #235 from bento-platform/chore/update-fastapi
Browse files Browse the repository at this point in the history
chore(deps): allow FastAPI 0.114.0
  • Loading branch information
davidlougheed authored Sep 6, 2024
2 parents f2fd1ed + ebd8311 commit 2d75a9d
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 2d75a9d

Please sign in to comment.