diff --git a/requirements.txt b/requirements.txt index 5c7b89e..a1b2714 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ torch==2.6.0+cpu fastapi==0.75.2 ; python_version >= "3.9" and python_full_version < "3.12" uvicorn==0.17.6 ; python_version >= "3.9" and python_full_version < "3.12" -transformers==4.49.0 ; python_version >= "3.9" and python_full_version < "3.12" +transformers==4.57.6 ; python_version >= "3.9" and python_full_version < "3.12" qdrant-client==1.12.0 ; python_version >= "3.9" and python_full_version < "3.12" python-dotenv==0.21.1 ; python_version >= "3.9" and python_full_version < "3.12" sentence-transformers==2.7.0 ; python_version >= "3.9" and python_full_version < "3.12"