File tree Expand file tree Collapse file tree 2 files changed +11
-22
lines changed
Expand file tree Collapse file tree 2 files changed +11
-22
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ dependencies = [
1616 " aiohttp>=3.8.3" ,
1717 " beautifulsoup4>=4.13.3" ,
1818 " langchain>=0.3.26" ,
19+ " langchain-core>=0.3.68" ,
1920 " langchain-community>=0.0.59" ,
20- " faiss-cpu>=1.8.0" ,
2121 " langchain-openai>=0.3.28" ,
2222 " langchain-sandbox>=0.0.6" ,
23+ " faiss-cpu>=1.8.0" ,
2324 " dotenv>=0.9.9" ,
2425 " rich>=14.0.0" ,
2526 " loguru>=0.7.3" ,
@@ -29,20 +30,16 @@ dependencies = [
2930 " rouge>=1.0.1" ,
3031 " substrate-interface>=1.7.11" ,
3132 " types-netaddr>=1.3.0.20240530" ,
33+ " types-pyyaml>=6.0.12.20250516" ,
34+ " types-cachetools>=6.0.0.20250525" ,
35+ " dotenv>=0.9.9" ,
3236]
3337
3438
3539[project .optional-dependencies ]
3640dev = [
3741 " mypy==1.17.0" ,
3842 " ruff==0.12.5" ,
39- " types-pyyaml>=6.0.12.20250516" ,
40- " types-cachetools>=6.0.0.20250525" ,
41- " langchain>=0.3.26" ,
42- " dotenv>=0.9.9" ,
43- " langchain-openai>=0.3.28" ,
44- " langchain-core>=0.3.68" ,
45- " langchain-sandbox>=0.0.6" ,
4643 " pytest>=8.4.1" ,
4744 " pytest-asyncio>=1.0.0" ,
4845 " pytest-cov>=5.0.0" ,
You can’t perform that action at this time.
0 commit comments