Skip to content

Commit

Permalink
partners/chroma: release 0.1.3 (#25599)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Aug 20, 2024
1 parent 60cf49a commit f878df4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion libs/partners/chroma/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-chroma"
version = "0.1.2"
version = "0.1.3"
description = "An integration package connecting Chroma and LangChain"
authors = []
readme = "README.md"
Expand Down Expand Up @@ -77,24 +77,30 @@ syrupy = "^4.0.2"
pytest-watcher = "^0.3.4"
pytest-asyncio = "^0.21.1"


[tool.poetry.group.codespell.dependencies]
codespell = "^2.2.0"


[tool.poetry.group.lint.dependencies]
ruff = "^0.5"


[tool.poetry.group.typing.dependencies]
mypy = "^1.10"
types-requests = "^2.31.0.20240406"


[tool.poetry.group.test.dependencies.langchain-core]
path = "../../core"
develop = true


[tool.poetry.group.dev.dependencies.langchain-core]
path = "../../core"
develop = true


[tool.poetry.group.typing.dependencies.langchain-core]
path = "../../core"
develop = true

0 comments on commit f878df4

Please sign in to comment.