Skip to content

Commit

Permalink
Merge pull request #174 from bento-platform/chore/allow-fastapi-0.110
Browse files Browse the repository at this point in the history
chore: allow FastAPI 0.109
  • Loading branch information
davidlougheed authored Jan 22, 2024
2 parents 454cdf7 + e780866 commit 62828ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.10', '3.11' ]
python-version: [ '3.10', '3.12' ]
services:
redis:
image: redis
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.10', '3.11' ]
python-version: [ '3.10', '3.12' ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"asyncpg": ["asyncpg>=0.29.0,<0.30.0"],
"flask": ["Flask>=2.2.5,<4"],
"django": ["Django>=4.2.7,<5", "djangorestframework>=3.14.0,<3.15"],
"fastapi": ["fastapi>=0.104,<0.109"],
"fastapi": ["fastapi>=0.104,<0.110"],
},

author=config["package"]["authors"],
Expand Down

0 comments on commit 62828ef

Please sign in to comment.