requirements.txt 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. fastapi==0.118.0
  2. uvicorn[standard]==0.37.0
  3. pydantic==2.11.9
  4. python-multipart==0.0.20
  5. itsdangerous==2.2.0
  6. python-socketio==5.13.0
  7. python-jose==3.4.0
  8. cryptography
  9. bcrypt==5.0.0
  10. argon2-cffi==25.1.0
  11. PyJWT[crypto]==2.10.1
  12. authlib==1.6.3
  13. requests==2.32.5
  14. aiohttp==3.12.15
  15. async-timeout
  16. aiocache
  17. aiofiles
  18. starlette-compress==1.6.0
  19. httpx[socks,http2,zstd,cli,brotli]==0.28.1
  20. starsessions[redis]==2.2.1
  21. sqlalchemy==2.0.38
  22. alembic==1.14.0
  23. peewee==3.18.1
  24. peewee-migrate==1.12.2
  25. pycrdt==0.12.25
  26. redis
  27. pymongo
  28. psycopg2-binary==2.9.10
  29. pgvector==0.4.1
  30. PyMySQL==1.1.1
  31. boto3==1.40.5
  32. APScheduler==3.10.4
  33. RestrictedPython==8.0
  34. loguru==0.7.3
  35. asgiref==3.8.1
  36. # AI libraries
  37. tiktoken
  38. mcp==1.14.1
  39. openai
  40. anthropic
  41. google-genai==1.38.0
  42. google-generativeai==0.8.5
  43. langchain==0.3.27
  44. langchain-community==0.3.29
  45. fake-useragent==2.2.0
  46. chromadb==1.1.0
  47. opensearch-py==2.8.0
  48. pymilvus==2.5.0
  49. qdrant-client==1.14.3
  50. playwright==1.49.1 # Caution: version must match docker-compose.playwright.yaml
  51. elasticsearch==9.1.0
  52. pinecone==6.0.2
  53. oracledb==3.2.0
  54. av==14.0.1 # Caution: Set due to FATAL FIPS SELFTEST FAILURE, see discussion https://github.com/open-webui/open-webui/discussions/15720
  55. transformers
  56. sentence-transformers==5.1.1
  57. accelerate
  58. pyarrow==20.0.0 # fix: pin pyarrow version to 20 for rpi compatibility #15897
  59. einops==0.8.1
  60. colbert-ai==0.2.21
  61. ftfy==6.2.3
  62. pypdf==6.0.0
  63. fpdf2==2.8.2
  64. pymdown-extensions==10.14.2
  65. docx2txt==0.8
  66. python-pptx==1.0.2
  67. unstructured==0.16.17
  68. nltk==3.9.1
  69. Markdown==3.9
  70. pypandoc==1.15
  71. pandas==2.2.3
  72. openpyxl==3.1.5
  73. pyxlsb==1.0.10
  74. xlrd==2.0.1
  75. validators==0.35.0
  76. psutil
  77. sentencepiece
  78. soundfile==0.13.1
  79. azure-ai-documentintelligence==1.0.2
  80. pillow==11.3.0
  81. opencv-python-headless==4.11.0.86
  82. rapidocr-onnxruntime==1.4.4
  83. rank-bm25==0.2.2
  84. onnxruntime==1.20.1
  85. faster-whisper==1.1.1
  86. black==25.9.0
  87. youtube-transcript-api==1.2.2
  88. pytube==15.0.0
  89. pydub
  90. ddgs==9.0.0
  91. ## Google Drive
  92. google-api-python-client
  93. google-auth-httplib2
  94. google-auth-oauthlib
  95. ## Tests
  96. docker~=7.1.0
  97. pytest~=8.4.1
  98. pytest-docker~=3.1.1
  99. googleapis-common-protos==1.70.0
  100. google-cloud-storage==2.19.0
  101. azure-identity==1.25.0
  102. azure-storage-blob==12.24.1
  103. ## LDAP
  104. ldap3==2.9.1
  105. ## Firecrawl
  106. firecrawl-py==1.12.0
  107. # Sougou API SDK(Tencentcloud SDK)
  108. tencentcloud-sdk-python==3.0.1336
  109. ## Trace
  110. opentelemetry-api==1.37.0
  111. opentelemetry-sdk==1.37.0
  112. opentelemetry-exporter-otlp==1.37.0
  113. opentelemetry-instrumentation==0.58b0
  114. opentelemetry-instrumentation-fastapi==0.58b0
  115. opentelemetry-instrumentation-sqlalchemy==0.58b0
  116. opentelemetry-instrumentation-redis==0.58b0
  117. opentelemetry-instrumentation-requests==0.58b0
  118. opentelemetry-instrumentation-logging==0.58b0
  119. opentelemetry-instrumentation-httpx==0.58b0
  120. opentelemetry-instrumentation-aiohttp-client==0.58b0