diff --git a/frontend/backend/requirements.txt b/frontend/backend/requirements.txt index 56822ad..28ba1bc 100644 --- a/frontend/backend/requirements.txt +++ b/frontend/backend/requirements.txt @@ -4,7 +4,7 @@ uvicorn==0.23.2 websockets>=15.0 python-dotenv==1.0.0 httpx==0.25.0 -python-multipart==0.0.20 +python-multipart==0.0.22 # NOTE: The main prompt-ops package should be installed in editable mode from the repo root: # cd /path/to/prompt-ops && pip install -e .