mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-30 18:33:40 +00:00
community: Updated Chroma version range to include 0.5.0 release (#21224)
- Updated Chroma version range to allow releases in 0.5.x. - Bumped mypy version as linting was failing
This commit is contained in:
parent
e65652c3e8
commit
93226b1945
1220
libs/partners/chroma/poetry.lock
generated
1220
libs/partners/chroma/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-chroma"
|
name = "langchain-chroma"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "An integration package connecting Chroma and LangChain"
|
description = "An integration package connecting Chroma and LangChain"
|
||||||
authors = []
|
authors = []
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -13,7 +13,7 @@ license = "MIT"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.8.1,<3.13"
|
python = ">=3.8.1,<3.13"
|
||||||
langchain-core = "^0.1.40"
|
langchain-core = "^0.1.40"
|
||||||
chromadb = { version = "^0.4.0" }
|
chromadb = { version = ">=0.4.0,<0.6.0" }
|
||||||
numpy = "^1"
|
numpy = "^1"
|
||||||
fastapi = { version = ">=0.95.2,<1", optional = true }
|
fastapi = { version = ">=0.95.2,<1", optional = true }
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ optional = true
|
|||||||
ruff = "^0.1.5"
|
ruff = "^0.1.5"
|
||||||
|
|
||||||
[tool.poetry.group.typing.dependencies]
|
[tool.poetry.group.typing.dependencies]
|
||||||
mypy = "^0.991"
|
mypy = "^1.10.0"
|
||||||
langchain-core = { path = "../../core", develop = true }
|
langchain-core = { path = "../../core", develop = true }
|
||||||
langchain-community = { path = "../../community", develop = true }
|
langchain-community = { path = "../../community", develop = true }
|
||||||
types-requests = "^2.31.0.20240406"
|
types-requests = "^2.31.0.20240406"
|
||||||
|
Loading…
Reference in New Issue
Block a user