requirements.txt 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. fastapi==0.115.7
  2. uvicorn[standard]==0.35.0
  3. pydantic==2.11.7
  4. python-multipart==0.0.20
  5. itsdangerous==2.2.0
  6. python-socketio==5.13.0
  7. python-jose==3.4.0
  8. passlib[bcrypt]==1.7.4
  9. cryptography
  10. requests==2.32.4
  11. aiohttp==3.12.15
  12. async-timeout
  13. aiocache
  14. aiofiles
  15. starlette-compress==1.6.0
  16. httpx[socks,http2,zstd,cli,brotli]==0.28.1
  17. sqlalchemy==2.0.38
  18. alembic==1.14.0
  19. peewee==3.18.1
  20. peewee-migrate==1.12.2
  21. psycopg2-binary==2.9.10
  22. pgvector==0.4.1
  23. PyMySQL==1.1.1
  24. bcrypt==4.3.0
  25. pymongo
  26. redis
  27. boto3==1.40.5
  28. argon2-cffi==25.1.0
  29. APScheduler==3.10.4
  30. pycrdt==0.12.25
  31. RestrictedPython==8.0
  32. loguru==0.7.3
  33. asgiref==3.8.1
  34. # AI libraries
  35. openai
  36. anthropic
  37. google-genai==1.32.0
  38. google-generativeai==0.8.5
  39. tiktoken
  40. mcp==1.14.1
  41. langchain==0.3.26
  42. langchain-community==0.3.27
  43. fake-useragent==2.2.0
  44. chromadb==1.0.20
  45. pymilvus==2.5.0
  46. qdrant-client==1.14.3
  47. opensearch-py==2.8.0
  48. playwright==1.49.1 # Caution: version must match docker-compose.playwright.yaml
  49. elasticsearch==9.1.0
  50. pinecone==6.0.2
  51. oracledb==3.2.0
  52. av==14.0.1 # Caution: Set due to FATAL FIPS SELFTEST FAILURE, see discussion https://github.com/open-webui/open-webui/discussions/15720
  53. transformers
  54. sentence-transformers==4.1.0
  55. accelerate
  56. colbert-ai==0.2.21
  57. pyarrow==20.0.0 # fix: pin pyarrow version to 20 for rpi compatibility #15897
  58. einops==0.8.1
  59. ftfy==6.2.3
  60. pypdf==6.0.0
  61. fpdf2==2.8.2
  62. pymdown-extensions==10.14.2
  63. docx2txt==0.8
  64. python-pptx==1.0.2
  65. unstructured==0.16.17
  66. nltk==3.9.1
  67. Markdown==3.8.2
  68. pypandoc==1.15
  69. pandas==2.2.3
  70. openpyxl==3.1.5
  71. pyxlsb==1.0.10
  72. xlrd==2.0.1
  73. validators==0.35.0
  74. psutil
  75. sentencepiece
  76. soundfile==0.13.1
  77. azure-ai-documentintelligence==1.0.2
  78. pillow==11.3.0
  79. opencv-python-headless==4.11.0.86
  80. rapidocr-onnxruntime==1.4.4
  81. rank-bm25==0.2.2
  82. onnxruntime==1.20.1
  83. faster-whisper==1.1.1
  84. PyJWT[crypto]==2.10.1
  85. authlib==1.6.3
  86. black==25.1.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.23.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.36.0
  111. opentelemetry-sdk==1.36.0
  112. opentelemetry-exporter-otlp==1.36.0
  113. opentelemetry-instrumentation==0.57b0
  114. opentelemetry-instrumentation-fastapi==0.57b0
  115. opentelemetry-instrumentation-sqlalchemy==0.57b0
  116. opentelemetry-instrumentation-redis==0.57b0
  117. opentelemetry-instrumentation-requests==0.57b0
  118. opentelemetry-instrumentation-logging==0.57b0
  119. opentelemetry-instrumentation-httpx==0.57b0
  120. opentelemetry-instrumentation-aiohttp-client==0.57b0