@@ -23,37 +23,14 @@ opentelemetry-exporter-otlp = "^1.33.1"
2323
2424[tool .poetry .group .dev .dependencies ]
2525pytest = " >=7.4,<9.0"
26- chromadb = " >=0.4.2,<0.6.0"
27- tiktoken = " 0.7.0"
2826pytest-timeout = " ^2.1.0"
2927pytest-xdist = " ^3.3.1"
30- respx = " >=0.20.2,<0.22.0"
31- google-search-results = " ^2.4.2"
32- huggingface_hub = " >=0.16.4,<0.25.0"
3328pre-commit = " ^3.2.2"
34- anthropic = " >=0.17.0,<1"
35- bs4 = " >=0.0.1,<0.0.3"
36- lark = " ^1.1.7"
3729pytest-asyncio = " >=0.21.1,<0.24.0"
3830pytest-httpserver = " ^1.0.8"
39- boto3 = " ^1.28.59"
4031ruff = " >=0.1.8,<0.6.0"
4132mypy = " ^1.0.0"
42- langchain-mistralai = " >=0.0.1,<0.3"
43- google-cloud-aiplatform = " ^1.38.1"
44- cohere = " >=4.46,<6.0"
45- langchain-google-vertexai = " >=1.0.0,<3.0.0"
4633langchain-openai = " >=0.0.5,<0.3"
47- dashscope = " ^1.14.1"
48- pymongo = " ^4.6.1"
49- llama-index-llms-anthropic = " >=0.1.1,<0.6"
50- bson = " ^0.5.10"
51- langchain-anthropic = " >=0.1.4,<0.4"
52- langchain-groq = " >=0.1.3,<0.3"
53- langchain-aws = " >=0.1.3,<0.3"
54- langchain-ollama = " ^0.2.0"
55- langchain-cohere = " ^0.3.3"
56- langchain-community = " >=0.2.14,<0.4"
5734langgraph = " ^0.2.62"
5835
5936[tool .poetry .group .docs .dependencies ]
@@ -62,7 +39,6 @@ pdoc = "^14.4.0"
6239[tool .poetry .extras ]
6340openai = [" openai" ]
6441langchain = [" langchain" ]
65- llama-index = [" llama-index" ]
6642
6743[build-system ]
6844requires = [" poetry-core>=1.0.0" ]
0 commit comments