Skip to content

Commit

Permalink
chore(ml): replace fastapi-slim with fastapi (immich-app#14091)
Browse files Browse the repository at this point in the history
The two have been identical since version 0.112.0:
fastapi/fastapi#11525 (comment)
  • Loading branch information
dotlambda authored and yosit committed Nov 21, 2024
1 parent d9e9e28 commit 466f1bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions machine-learning/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 machine-learning/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python = ">=3.10,<4.0"
insightface = ">=0.7.3,<1.0"
opencv-python-headless = ">=4.7.0.72,<5.0"
pillow = ">=9.5.0,<11.0"
fastapi-slim = ">=0.95.2,<1.0"
fastapi = ">=0.95.2,<1.0"
uvicorn = {extras = ["standard"], version = ">=0.22.0,<1.0"}
pydantic = "^2.0.0"
pydantic-settings = "^2.5.2"
Expand Down

0 comments on commit 466f1bd

Please sign in to comment.