Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip group across 1 directory with 17 updates #698

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jupyter-executor = [
]

retrievechat = [
"protobuf==4.25.3",
"chromadb==0.5.3",
"protobuf==5.29.3",
"chromadb==0.6.3",
"sentence_transformers",
"pypdf",
"ipython",
Expand All @@ -114,7 +114,7 @@ retrievechat-qdrant = [
]

graph-rag-falkor-db = [
"graphrag_sdk==0.3.3",
"graphrag_sdk==0.5.0",
"falkordb>=1.0.10"
]

Expand All @@ -130,10 +130,10 @@ browser-use = [

neo4j = [
"docx2txt==0.8",
"llama-index==0.12.11",
"llama-index-graph-stores-neo4j==0.4.5",
"llama-index-core==0.12.11",
"llama-index-readers-web==0.3.4",
"llama-index==0.12.14",
"llama-index-graph-stores-neo4j==0.4.6",
"llama-index-core==0.12.14",
"llama-index-readers-web==0.3.5",
]

# used for agentchat_realtime_swarm notebook and realtime agent twilio demo
Expand All @@ -147,10 +147,10 @@ interop-crewai = [
"crewai[tools]>=0.86,<1; python_version>='3.10' and python_version<'3.13'",
"weaviate-client==4.10.2; python_version>='3.10' and python_version<'3.13'",
# crewai uses litellm, litellm introduced uvloop as deps with version 1.57.5 which does not support win32
"litellm<1.57.5; sys_platform=='win32'",
"litellm<1.59.10; sys_platform=='win32'",
]
interop-langchain = ["langchain-community>=0.3.12,<1"]
interop-pydantic-ai = ["pydantic-ai==0.0.13"]
interop-pydantic-ai = ["pydantic-ai==0.0.20"]
interop =[
"pyautogen[interop-crewai, interop-langchain, interop-pydantic-ai]",
]
Expand All @@ -159,13 +159,13 @@ interop =[
autobuild = ["chromadb", "sentence-transformers", "huggingface-hub", "pysqlite3-binary"]

blendsearch = ["flaml[blendsearch]"]
mathchat = ["sympy", "pydantic==1.10.9", "wolframalpha"]
mathchat = ["sympy", "pydantic==2.10.6", "wolframalpha"]
captainagent = ["pyautogen[autobuild]", "pandas"]
teachable = ["chromadb"]
lmm = ["replicate", "pillow"]
graph = ["networkx", "matplotlib"]
gemini = [
"google-genai>=0.6,<0.7",
"google-genai>=0.6,<0.8",
"google-cloud-aiplatform",
"google-auth",
"pillow",
Expand All @@ -190,13 +190,13 @@ bedrock = ["boto3>=1.34.149"]
# test dependencies
test = [
"ipykernel==6.29.5",
"nbconvert==7.16.5",
"nbconvert==7.16.6",
"nbformat==5.10.4",
"pytest-cov==6.0.0",
"pytest-asyncio==0.25.2",
"pytest-asyncio==0.25.3",
"pytest==8.3.4",
"pandas==2.2.3",
"fastapi==0.115.6",
"fastapi==0.115.7",
]

# docs dependencies
Expand All @@ -214,8 +214,8 @@ types = [
]

lint = [
"ruff==0.9.2",
"codespell==2.3.0",
"ruff==0.9.3",
"codespell==2.4.1",
"pyupgrade-directories==0.3.0",
]

Expand All @@ -224,7 +224,7 @@ dev = [
"pyautogen[lint,test,types,docs]",
"pre-commit==4.1.0",
"detect-secrets==1.5.0",
"uv==0.5.21",
"uv==0.5.25",
]


Expand Down
Loading