diff --git a/pyproject.toml b/pyproject.toml index 31c26b6..4c5f34a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.10" dependencies = [ "fastapi==0.136.1", "uvicorn==0.46.0", - "python-multipart==0.0.31", + "python-multipart==0.0.32", "psycopg2-binary==2.9.12", "starlette==1.3.1", "starlette_exporter==0.23.0"