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:
Bagatur
2024-06-27 12:40:59 -07:00
committed by GitHub
parent 4796b7eb15
commit d45ece0e58
2 changed files with 13 additions and 123 deletions

View File

@@ -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+.