From 7e6027e36bf0db83a5e2176ca4f26d9466464350 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:02:49 +0000 Subject: [PATCH] chore(deps): update dependency python-multipart to v0.0.10 (#1097) | 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 <81255462+justinthelaw@users.noreply.github.com> Co-authored-by: Gregory Horvath --- src/leapfrogai_api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/leapfrogai_api/pyproject.toml b/src/leapfrogai_api/pyproject.toml index 7c749fb4d..deaccf17e 100644 --- a/src/leapfrogai_api/pyproject.toml +++ b/src/leapfrogai_api/pyproject.toml @@ -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",