File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Core LLM & Orchestration
22rich >= 13.0.0
33pyyaml >= 6.0.0
4- langchain >= 0. 1.0
5- langchain-core >= 0. 1.0
6- langchain-openai >= 0 .0.5
7- langgraph >= 0.2.50 , < 0.3
8- langgraph-checkpoint >= 2.0.0
4+ langchain >= 1.0.0 , < 2
5+ langchain-core >= 1.0.0 , < 2
6+ langchain-openai >= 1 .0.0 , < 2
7+ langgraph >= 1.0.10 , < 1.1
8+ langgraph-checkpoint >= 2.1.0 , < 5
99python-dotenv >= 1.0.0
1010httpx >= 0.28.0
1111oauth-cli-kit >= 0.1.3
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ classifiers = [
1919dependencies = [
2020 " rich>=13.0.0" ,
2121 " pyyaml>=6.0.0" ,
22- " langchain>=0. 1.0" ,
23- " langchain-core>=0. 1.0" ,
24- " langchain-openai>=0 .0.5 " ,
25- " langgraph>=0.2.50,<0.3 " ,
26- " langgraph-checkpoint>=2.0.0 " ,
22+ " langchain>=1.0.0,<2 " ,
23+ " langchain-core>=1.0.0,<2 " ,
24+ " langchain-openai>=1 .0.0,<2 " ,
25+ " langgraph>=1.0.10,<1.1 " ,
26+ " langgraph-checkpoint>=2.1.0,<5 " ,
2727 " python-dotenv>=1.0.0" ,
2828 " httpx>=0.28.0" ,
2929 " oauth-cli-kit>=0.1.3" ,
You can’t perform that action at this time.
0 commit comments