mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-07-03 20:41:02 +02:00
litellm 1.83.7 hard-pins python-dotenv==1.0.1, which conflicts with python-dotenv==1.2.2 in requirements.txt and makes a fresh install fail (ResolutionImpossible under both pip 25.2 and uv). Downgrading dotenv to 1.0.1 is not an option: python-dotenv < 1.2.2 is affected by GHSA-mf9w-mj56-hr94 (moderate). litellm 1.84.0 relaxed its pin to python-dotenv<2.0,>=1.0.0, allowing the patched python-dotenv==1.2.2 to remain. Full requirements.txt resolves cleanly under both pip and uv. Closes #286
6 lines
163 B
Text
6 lines
163 B
Text
litellm==1.84.0
|
|
# openai-agents # optional: required for examples/agentic_vectorless_rag_demo.py
|
|
pymupdf==1.26.4
|
|
PyPDF2==3.0.1
|
|
python-dotenv==1.2.2
|
|
pyyaml==6.0.2
|