Skip to content

Commit

Permalink
Merge branch 'dokterbob/security_patches_20241031' into dokterbob/rem…
Browse files Browse the repository at this point in the history
…ove_numpy_dependency
  • Loading branch information
dokterbob committed Oct 31, 2024
2 parents 5524687 + c9c03cf commit 47b4580
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.10', '3.11', '3.12', '3.13']
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.10,<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.32.0"
python-socketio = "^5.11.0"
aiofiles = "^23.1.0"
Expand Down

0 comments on commit 47b4580

Please sign in to comment.