Skip to content

Commit

Permalink
Update dependencies to address security issues. (#1493)
Browse files Browse the repository at this point in the history
* fastapi 0.115.3, dropping support for older versions due to CVE-2024-47874
* starlette 0.41.2, closes #1443
* werkzeug 3.0.6
  • Loading branch information
dokterbob authored Nov 6, 2024
1 parent 1a38d7f commit 63374a2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
fastapi-version: ['0.110', '0.111', '0.112']
fastapi-version: ['0.115']
env:
BACKEND_DIR: ./backend
steps:
Expand Down
22 changes: 11 additions & 11 deletions backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ python = ">=3.9,<4.0.0"
httpx = ">=0.23.0"
literalai = "0.0.623"
dataclasses_json = "^0.6.7"
fastapi = ">=0.110.1,<0.113"
starlette = "^0.37.2"
fastapi = ">=0.115.3,<0.116"
starlette = "^0.41.2"
uvicorn = "^0.25.0"
python-socketio = "^5.11.0"
aiofiles = "^23.1.0"
Expand Down

0 comments on commit 63374a2

Please sign in to comment.