diff --git a/pyproject.toml b/pyproject.toml index f1efba5db..6f498139a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,52 +33,52 @@ keywords = [ "software development" ] dependencies = [ - "GitPython==3.1.50", + "GitPython==3.1.59", "Requests==2.34.2", "aiofiles==25.1.0", - "click==8.4.1", - "cryptography>=46,<50", - "firecrawl-py==4.28.0", - "firebase_admin==7.4.0", + "click==8.4.2", + "cryptography>=46,<51", + "firecrawl-py==4.35.1", + "firebase_admin==7.5.0", "httpx==0.28.1", "keyring==25.7.0", "keyrings.alt==5.0.2", - "langchain>=0.3.25,<0.4", - "langchain-anthropic>=0.3.14,<0.4", - "langchain-community>=0.3.25,<0.4", - "langchain-core>=0.3.56,<0.4", - "langchain-mcp-adapters>=0.1.0,<0.2", - "langgraph>=0.3.0,<0.4", + "langchain>=0.3.25,<1.4", + "langchain-anthropic>=0.3.14,<1.6", + "langchain-community>=0.3.25,<0.5", + "langchain-core>=0.3.56,<1.6", + "langchain-mcp-adapters>=0.1.0,<0.4", + "langgraph>=0.3.0,<1.3", "nest_asyncio==1.6.0", "numpy>=1.26.0", - "pandas==3.0.3", + "pandas==3.0.5", "psutil>=7.0.0", "pydantic==2.13.4", - "litellm[caching]>=1.84.0,<1.85", + "litellm[caching]>=1.84.0,<1.98", "lxml>=5.0.0", "rich==15.0.0", "regex>=2024.0.0", "semver==3.0.4", "setuptools", "starlette>=0.37.2", - "pytest==9.0.3", + "pytest==9.1.1", "pytest-cov==7.1.0", - "boto3==1.43.14", + "boto3==1.43.74", "google-cloud-aiplatform>=1.3", "openai>=1.99.5", - "pillow-heif==1.3.0", - "Pillow==12.2.0", + "pillow-heif==1.5.0", + "Pillow==12.3.0", "textual", - "python-dotenv==1.2.2", + "python-dotenv==1.2.3", "PyYAML==6.0.3", "jsonschema==4.26.0", - "z3-solver==4.16.0.0", + "z3-solver==5.1.0.0", "fastapi>=0.115.0", "uvicorn[standard]>=0.32.0", "websockets>=13.0", "watchdog>=4.0.0", "tiktoken>=0.7.0", - "tree-sitter==0.25.2", + "tree-sitter==0.26.0", "tree-sitter-javascript==0.25.0", "tree-sitter-typescript==0.23.2", "filelock>=3.12"] diff --git a/requirements.txt b/requirements.txt index 57d7c3427..e8ef6e5d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,48 +1,48 @@ # Production dependencies -GitPython==3.1.50 +GitPython==3.1.59 PyYAML==6.0.3 Requests==2.34.2 aiofiles==25.1.0 -boto3==1.43.14 -click==8.4.1 -cryptography>=46,<50 +boto3==1.43.74 +click==8.4.2 +cryptography>=46,<51 filelock>=3.12 -firebase_admin==7.4.0 -firecrawl_py==4.28.0 +firebase_admin==7.5.0 +firecrawl_py==4.35.1 google-cloud-aiplatform>=1.3 httpx==0.28.1 jsonschema==4.26.0 keyring==25.7.0 keyrings.alt==5.0.2 -langchain>=0.3.25,<0.4 -langchain-anthropic>=0.3.14,<0.4 -langchain-community>=0.3.25,<0.4 -langchain-core>=0.3.56,<0.4 -langchain-mcp-adapters>=0.1.0,<0.2 -langgraph>=0.3.0,<0.4 -litellm[caching]>=1.84.0,<1.85 +langchain>=0.3.25,<1.4 +langchain-anthropic>=0.3.14,<1.6 +langchain-community>=0.3.25,<0.5 +langchain-core>=0.3.56,<1.6 +langchain-mcp-adapters>=0.1.0,<0.4 +langgraph>=0.3.0,<1.3 +litellm[caching]>=1.84.0,<1.98 lxml>=5.0.0 nest_asyncio==1.6.0 numpy>=1.26.0 openai>=1.99.5 -pandas==3.0.3 -pillow-heif==1.3.0 -Pillow==12.2.0 +pandas==3.0.5 +pillow-heif==1.5.0 +Pillow==12.3.0 psutil>=7.0.0 pydantic==2.13.4 -pytest==9.0.3 +pytest==9.1.1 pytest-cov==7.1.0 -python-dotenv==1.2.2 +python-dotenv==1.2.3 rich==15.0.0 regex>=2024.0.0 semver==3.0.4 setuptools starlette>=0.37.2 textual -tree-sitter==0.25.2 +tree-sitter==0.26.0 tree-sitter-javascript==0.25.0 tree-sitter-typescript==0.23.2 -z3_solver==4.16.0.0 +z3_solver==5.1.0.0 # Server dependencies (for pdd connect) fastapi>=0.115.0