mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chroma[patch]: loosen py req (#23599)
currently causes issues if you try adding to a project that supports py<4
This commit is contained in:
@@ -11,7 +11,7 @@ license = "MIT"
|
||||
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/chroma"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<3.13"
|
||||
python = ">=3.8.1,<4"
|
||||
langchain-core = ">=0.1.40,<0.3"
|
||||
chromadb = { version = ">=0.4.0,<0.6.0" }
|
||||
# Support Python 3.8 and 3.12+.
|
||||
|
||||
Reference in New Issue
Block a user