Skip to content

Commit

Permalink
chore(deps): update dependency fastapi to v0.115.0
Browse files Browse the repository at this point in the history
| datasource | package | from    | to      |
| ---------- | ------- | ------- | ------- |
| pypi       | fastapi | 0.109.1 | 0.115.0 |
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent cd5ca6f commit 505db67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dev = [
"pytest",
"supabase == 2.6.0",
"huggingface_hub[cli,hf_transfer] == 0.24.5",
"fastapi == 0.109.1",
"fastapi ==0.115.0",
]

dev-whisper = ["ctranslate2 ==4.4.0", "transformers[torch] == 4.39.3"]
Expand Down
2 changes: 1 addition & 1 deletion src/leapfrogai_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.13.1"
# x-release-please-end

dependencies = [
"fastapi == 0.109.1",
"fastapi ==0.115.0",
"pydantic == 2.8.2",
"openai == 1.32.1",
"uvicorn == 0.23.2",
Expand Down

0 comments on commit 505db67

Please sign in to comment.