| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- # Web Framework
- fastapi==0.116.0
- gunicorn==23.0.0
- httptools==0.6.4
- python-multipart==0.0.20
- sse-starlette==2.4.1
- starlette==0.46.2
- uvicorn==0.35.0
- watchfiles==1.1.0
- websockets==15.0.1
- # Async Task Queue
- aioredis==2.0.1
- amqp
- billiard==4.2.3
- celery
- kombu
- redis==6.2.0
- vine
- # AI / LLM
- langchain-chroma==0.2.4
- langchain-classic==1.0.0
- langchain-community==0.4.1
- langchain-core==1.1.3
- langchain-mcp-adapters
- langchain-mcp-tools==0.2.10
- langchain-milvus==0.3.1
- langchain-openai==1.1.1
- langchain-redis>=0.2.5
- langchain-text-splitters==1.0.0
- langchain-voyageai==0.3.0
- langchain==1.1.3
- langfuse==3.9.3
- langgraph-checkpoint-postgres
- langgraph-checkpoint-redis==0.0.8
- langgraph-checkpoint==3.0.1
- langgraph-prebuilt==1.0.5
- langgraph-sdk==0.2.15
- langgraph==1.0.4
- langserve
- langsmith==0.4.58
- openai==2.9.0
- tiktoken==0.12.0
- # Data / Database
- aiomysql==0.3.2
- greenlet==3.3.0
- milvus==2.2.16
- mysql-connector-python==9.3.0
- pgvector==0.4.1
- psycopg-pool==3.2.7
- psycopg2-binary==2.9.11
- psycopg==3.2.12
- pymilvus==2.6.5
- pymysql==1.1.1
- redisvl>=0.12.0
- sqlalchemy==2.0.45
- # Document Processing
- Pillow>=9.0.0
- docx2pdf>=0.1.8
- lxml==6.0.2
- markdownify==1.2.2
- pillow==12.0.0
- pymupdf==1.26.3
- pypdf==6.2.0
- python-docx==1.2.0
- # Observability
- opentelemetry-api==1.34.1
- opentelemetry-exporter-otlp-proto-common==1.34.1
- opentelemetry-exporter-otlp-proto-grpc==1.34.1
- opentelemetry-exporter-otlp-proto-http==1.34.1
- opentelemetry-proto==1.34.1
- opentelemetry-sdk==1.34.1
- opentelemetry-semantic-conventions==0.55b1
- # Serialization / Types
- annotated-types==0.7.0
- fastjsonschema==2.21.2
- jsonschema-pydantic==0.6
- jsonschema-specifications==2025.4.1
- jsonschema==4.24.0
- openapi-pydantic==0.5.1
- pydantic-core==2.41.5
- pydantic-settings==2.12.0
- pydantic==2.12.5
- pyyaml==6.0.3
- typing-extensions==4.15.0
- typing-inspect==0.9.0
- typing-inspection==0.4.2
- # Infrastructure / Network
- aiohappyeyeballs==2.6.1
- aiohttp==3.13.2
- aiolimiter==1.2.1
- aiosignal==1.4.0
- anyio==4.12.0
- async-timeout==5.0.1
- backoff==2.2.1
- certifi==2025.11.12
- cffi==1.17.1
- charset-normalizer==3.4.4
- cryptography==45.0.5
- distro==1.9.0
- filelock==3.20.0
- frozenlist==1.8.0
- h11==0.16.0
- httpcore==1.0.9
- httpx-sse==0.4.3
- httpx==0.28.1
- idna==3.11
- multidict==6.7.0
- propcache==0.4.1
- pybase64==1.4.1
- pycparser==2.22
- python-dotenv==1.2.1
- requests-toolbelt==1.0.0
- requests==2.32.5
- sniffio==1.3.1
- urllib3==2.6.1
- yarl==1.22.0
- # OCR / CV
- onnxruntime==1.22.0
- opencv-python-headless>=4.8.0
- rapid-layout==1.2.0
- rapid-layout>=0.3.0
- rapid-table>=0.1.0
- rapidocr_onnxruntime>=1.3.0
- ultralytics>=8.0.0
- # NLP
- regex==2025.11.3
- # CLI / Rich
- click==8.3.1
- humanfriendly==10.0
- # Utilities
- fastmcp==2.10.4
- fsspec==2025.12.0
- importlib-metadata==8.7.0
- importlib-resources==6.5.2
- joblib==1.5.1
- mcp==1.10.1
- mdurl==0.1.2
- numpy==2.3.5
- overrides==7.7.0
- packaging==25.0
- pandas==2.3.3
- platformdirs==4.5.1
- pyparsing==3.2.5
- python-dateutil
- python-ulid==3.1.0
- pytz==2025.2
- referencing==0.36.2
- rpds-py==0.26.0
- setuptools==80.9.0
- six
- tenacity==9.1.2
- tqdm==4.67.1
- tzdata
- uuid-utils==0.12.0
- wheel==0.45.1
- wrapt==1.17.3
- yarg==0.1.9
- zipp==3.23.0
- # Platform-specific
- pywin32==311; sys_platform == 'win32'
- # Misc
- attrs==25.4.0
|