diff --git a/requirements.txt b/requirements.txt index 7eb5aca243..c9434d09bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ pydantic==2.12.5 pyjwt[crypto]==2.10.1 # generate and verify the JWT tokens, imported as `jwt` PyMuPDF==1.26.7 # PDF processing, imported as `fitz` pypdf==6.4.0 -python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters +python-multipart==0.0.31 # a form data parser, as oauth flow requires form-data parameters redis==5.0.8 sqlalchemy-utils == 0.41.2 SQLAlchemy[asyncio]==2.0.44 # [asyncio] allows greenlet to be installed on Apple M1 devices.