# Core LLM and LangChain packages langchain>=0.1.0 langgraph>=0.0.15 langchain-openai>=0.0.5 langchain-community>=0.0.10 langchain-chroma>=0.0.10 langchain-text-splitters>=0.0.1 # OpenAI API openai>=1.3.0 # Google API google-auth==2.45.0 google-genai==1.56.0 googleapis-common-protos==1.70.0 # Vector database and embeddings chromadb>=0.4.18 # PDF processing pypdf>=3.15.1 PyMuPDF>=1.22.5 # Utilities python-dotenv>=1.0.0 tenacity>=8.2.2 python-slugify>=8.0.1 jsonschema==4.25.0 boto3==1.42.30 botocore==1.42.30 # Image resizeing pillow==12.0.0 # Testing pytest>=7.4.0 pytest-mock>=3.11.1 # Debugging debugpy==1.8.14