Skip to content

Commit

Permalink
chore(deps): update dependency python-multipart to v0.0.10 (#1097)
Browse files Browse the repository at this point in the history
| datasource | package          | from  | to     |
| ---------- | ---------------- | ----- | ------ |
| pypi       | python-multipart | 0.0.7 | 0.0.10 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justin Law <[email protected]>
Co-authored-by: Gregory Horvath <[email protected]>
  • Loading branch information
3 people authored Sep 24, 2024
1 parent 438553e commit 7e6027e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leapfrogai_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"openai == 1.32.1",
"uvicorn == 0.23.2",
"docx2txt == 0.8",
"python-multipart == 0.0.7", #indirect dep of FastAPI to receive form data for file uploads
"python-multipart ==0.0.10", #indirect dep of FastAPI to receive form data for file uploads
"watchdog == 5.0.2",
"leapfrogai_sdk",
"supabase == 2.6.0",
Expand Down

0 comments on commit 7e6027e

Please sign in to comment.