Skip to content

Commit

Permalink
Merge pull request #229 from bento-platform/chore/support-django-5-1
Browse files Browse the repository at this point in the history
chore(deps): support Django 5.1
  • Loading branch information
davidlougheed authored Aug 21, 2024
2 parents 3cd8b59 + 6688a30 commit 51f0f7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -27,7 +27,7 @@ python = "^3.10"
aiofiles = ">=24.1.0,<25"
aiohttp = ">=3.10.5,<4"
asyncpg = { version = ">=0.29.0,<0.30.0", optional = true }
django = { version = ">=5.0.8,<5.1", 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.113", optional = true }
flask = { version = ">=2.2.5,<4", optional = true }
Expand Down

0 comments on commit 51f0f7d

Please sign in to comment.