Skip to content

Commit

Permalink
Update FastAPI -> 0.115.2 (#565)
Browse files Browse the repository at this point in the history
- FastAPI: 0.115.2
- starlette: 0.40.0
  • Loading branch information
Yukinobu-Mine authored Oct 16, 2024
1 parent bebd482 commit 6789894
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
19 changes: 10 additions & 9 deletions backend/poetry.lock

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

8 changes: 4 additions & 4 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ package-mode = false

[tool.poetry.dependencies]
python = ">=3.11,<3.13"
fastapi = "^0.109.1"
fastapi = ">=0.109.1,<1"
requests = "^2.32.0"
types-requests = "^2.31.0"
pydantic = "^2.4.0"
pyhumps = "^3.8.0"
uvicorn = "^0.23.1"
uvicorn = ">=0.23.1,<1"
python-ulid = "^1.1.0"
python-jose = "^3.3.0"
boto3 = "^1.35.9"
pg8000 = "^1.30.3"
argparse = "^1.4.0"
tenacity = "<=8.3.0"
langdetect = "^1.0.9"
retry = "^0.9.2"
types-retry = "^0.9.9.4"
retry = ">=0.9.2,<1"
types-retry = ">=0.9.9.4,<1"
duckduckgo-search = "^6.1.4"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 6789894

Please sign in to comment.