From f41507db2fed01869d76a238facee9aebeab9efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:45:40 +0000 Subject: [PATCH] Bump python-multipart Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.29 to 0.0.31. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.29...0.0.31) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../production_deployment/scripts/phase3/pyproject.toml | 2 +- .../production_deployment/scripts/phase3/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/managed-agentcore/production_deployment/scripts/phase3/pyproject.toml b/managed-agentcore/production_deployment/scripts/phase3/pyproject.toml index 9902a5e..5342358 100644 --- a/managed-agentcore/production_deployment/scripts/phase3/pyproject.toml +++ b/managed-agentcore/production_deployment/scripts/phase3/pyproject.toml @@ -19,6 +19,6 @@ dependencies = [ "langchain-core>=0.3.0", "fastapi>=0.129.0", "uvicorn>=0.38.0", - "python-multipart>=0.0.20", + "python-multipart>=0.0.31", "fastmcp>=2.10.0", ] diff --git a/managed-agentcore/production_deployment/scripts/phase3/uv.lock b/managed-agentcore/production_deployment/scripts/phase3/uv.lock index 905a4f7..318e43c 100644 --- a/managed-agentcore/production_deployment/scripts/phase3/uv.lock +++ b/managed-agentcore/production_deployment/scripts/phase3/uv.lock @@ -599,7 +599,7 @@ requires-dist = [ { name = "ipykernel", specifier = ">=7.1.0" }, { name = "langchain-core", specifier = ">=0.3.0" }, { name = "python-dotenv", specifier = "==1.2.2" }, - { name = "python-multipart", specifier = ">=0.0.20" }, + { name = "python-multipart", specifier = ">=0.0.31" }, { name = "pyyaml", specifier = ">=6.0" }, { name = "strands-agents", specifier = ">=1.18.0" }, { name = "termcolor", specifier = "==3.2.0" }, @@ -2729,11 +2729,11 @@ wheels = [ [[package]] name = "python-multipart" -version = "0.0.29" +version = "0.0.31" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/4e/fe/70bd71a6738b09a0bdf6480ca6436b167469ca4578b2a0efbe390b4b0e70/python_multipart-0.0.29.tar.gz", hash = "sha256:643e93849196645e2dbdd81a0f8829a23123ad7f797a84a364c6fb3563f18904", size = 45678, upload-time = "2026-05-17T17:29:47.654Z" } +sdist = { url = "https://files.pythonhosted.org/packages/64/7e/9b35ad8f3d9ca680f7c87a88f19612fdd8da9796c4d3b46e560ac79dcc4a/python_multipart-0.0.31.tar.gz", hash = "sha256:fc631183bb13e56db3158a4909908dfb2e23565286744e798241e63750e5d680", size = 46689, upload-time = "2026-06-04T08:27:49.014Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/8f/cb/769cfc37177252872a45a71f3fbdde9d51b471a3f3c14bfe95dde3407386/python_multipart-0.0.29-py3-none-any.whl", hash = "sha256:2ddcc971cef266225f54f552d8fa10bcfbb1f14446caec199060daac59ff2d69", size = 29640, upload-time = "2026-05-17T17:29:45.69Z" }, + { url = "https://files.pythonhosted.org/packages/5e/1e/7f7f299527a5a8ad90acd5f2f78dfa6c8495c6301a3205106ea68a84de96/python_multipart-0.0.31-py3-none-any.whl", hash = "sha256:8408153d68a9773291fc1da39a8b85a50044bddbabd2dd72e9229776b7b15e28", size = 29996, upload-time = "2026-06-04T08:27:47.804Z" }, ] [[package]]