|
@@ -13,12 +13,14 @@ dependencies = [
|
|
|
"python-socketio==5.13.0",
|
|
|
"python-jose==3.4.0",
|
|
|
"passlib[bcrypt]==1.7.4",
|
|
|
+ "cryptography",
|
|
|
"requests==2.32.4",
|
|
|
"aiohttp==3.11.11",
|
|
|
"async-timeout",
|
|
|
"aiocache",
|
|
|
"aiofiles",
|
|
|
"starlette-compress==1.6.0",
|
|
|
+ "httpx[socks,http2,zstd,cli,brotli]==0.28.1",
|
|
|
"sqlalchemy==2.0.38",
|
|
|
"alembic==1.14.0",
|
|
|
"peewee==3.18.1",
|
|
@@ -32,6 +34,7 @@ dependencies = [
|
|
|
"boto3==1.35.53",
|
|
|
"argon2-cffi==23.1.0",
|
|
|
"APScheduler==3.10.4",
|
|
|
+ "pycrdt==0.12.25",
|
|
|
"RestrictedPython==8.0",
|
|
|
"loguru==0.7.3",
|
|
|
"asgiref==3.8.1",
|
|
@@ -40,8 +43,8 @@ dependencies = [
|
|
|
"google-genai==1.15.0",
|
|
|
"google-generativeai==0.8.5",
|
|
|
"tiktoken",
|
|
|
- "langchain==0.3.24",
|
|
|
- "langchain-community==0.3.23",
|
|
|
+ "langchain==0.3.26",
|
|
|
+ "langchain-community==0.3.26",
|
|
|
"fake-useragent==2.1.0",
|
|
|
"chromadb==0.6.3",
|
|
|
"pymilvus==2.5.0",
|
|
@@ -88,6 +91,7 @@ dependencies = [
|
|
|
"pytube==15.0.0",
|
|
|
"pydub",
|
|
|
"duckduckgo-search==8.0.2",
|
|
|
+ "ddgs==9.0.0",
|
|
|
"google-api-python-client",
|
|
|
"google-auth-httplib2",
|
|
|
"google-auth-oauthlib",
|
|
@@ -104,6 +108,7 @@ dependencies = [
|
|
|
"gcp-storage-emulator>=2024.8.3",
|
|
|
"moto[s3]>=5.0.26",
|
|
|
"oracledb>=3.2.0",
|
|
|
+ "posthog==5.4.0",
|
|
|
]
|
|
|
readme = "README.md"
|
|
|
requires-python = ">= 3.11, < 3.13.0a1"
|