From c1e86ad0a6c45bf2d09070940f69a2dead61a6cc Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 7 Oct 2025 16:19:47 -0500 Subject: [PATCH] chore: dep bump --- backend/requirements.txt | 47 ++++++++++++++++++++-------------------- pyproject.toml | 12 +++++----- 2 files changed, 30 insertions(+), 29 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 22cc1b9fcc..6b348bad89 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -29,14 +29,6 @@ peewee-migrate==1.12.2 pycrdt==0.12.25 redis -pymongo - -psycopg2-binary==2.9.10 -pgvector==0.4.1 - -PyMySQL==1.1.1 -boto3==1.40.5 - APScheduler==3.10.4 RestrictedPython==8.0 @@ -59,22 +51,12 @@ fake-useragent==2.2.0 chromadb==1.1.0 opensearch-py==2.8.0 -pymilvus==2.6.2 -qdrant-client==1.14.3 -playwright==1.49.1 # Caution: version must match docker-compose.playwright.yaml -elasticsearch==9.1.0 -pinecone==6.0.2 -oracledb==3.2.0 - -av==14.0.1 # Caution: Set due to FATAL FIPS SELFTEST FAILURE, see discussion https://github.com/open-webui/open-webui/discussions/15720 transformers sentence-transformers==5.1.1 accelerate pyarrow==20.0.0 # fix: pin pyarrow version to 20 for rpi compatibility #15897 einops==0.8.1 -colbert-ai==0.2.21 - ftfy==6.2.3 pypdf==6.0.0 fpdf2==2.8.2 @@ -116,11 +98,6 @@ google-api-python-client google-auth-httplib2 google-auth-oauthlib -## Tests -docker~=7.1.0 -pytest~=8.4.1 -pytest-docker~=3.1.1 - googleapis-common-protos==1.70.0 google-cloud-storage==2.19.0 @@ -128,6 +105,30 @@ azure-identity==1.25.0 azure-storage-blob==12.24.1 +pymongo +psycopg2-binary==2.9.10 +pgvector==0.4.1 + +PyMySQL==1.1.1 +boto3==1.40.5 + +pymilvus==2.6.2 +qdrant-client==1.14.3 +playwright==1.49.1 # Caution: version must match docker-compose.playwright.yaml +elasticsearch==9.1.0 +pinecone==6.0.2 +oracledb==3.2.0 + +av==14.0.1 # Caution: Set due to FATAL FIPS SELFTEST FAILURE, see discussion https://github.com/open-webui/open-webui/discussions/15720 + +colbert-ai==0.2.21 + + +## Tests +docker~=7.1.0 +pytest~=8.4.1 +pytest-docker~=3.1.1 + ## LDAP ldap3==2.9.1 diff --git a/pyproject.toml b/pyproject.toml index f3d3e0769e..4452fff89a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,9 @@ authors = [ ] license = { file = "LICENSE" } dependencies = [ - "fastapi==0.115.7", - "uvicorn[standard]==0.35.0", - "pydantic==2.11.7", + "fastapi==0.118.0", + "uvicorn[standard]==0.37.0", + "pydantic==2.11.9", "python-multipart==0.0.20", "itsdangerous==2.2.0", @@ -75,7 +75,7 @@ dependencies = [ "python-pptx==1.0.2", "unstructured==0.16.17", "nltk==3.9.1", - "Markdown==3.8.2", + "Markdown==3.9", "pypandoc==1.15", "pandas==2.2.3", "openpyxl==3.1.5", @@ -95,8 +95,8 @@ dependencies = [ "onnxruntime==1.20.1", "faster-whisper==1.1.1", - "black==25.1.0", - "youtube-transcript-api==1.1.0", + "black==25.9.0", + "youtube-transcript-api==1.2.2", "pytube==15.0.0", "pydub",