Skip to content

Commit

Permalink
core: release 0.3.5 (#26737)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Sep 21, 2024
1 parent 55af6fb commit 238a31b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion libs/core/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-core"
version = "0.3.4"
version = "0.3.5"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand Down Expand Up @@ -84,6 +84,7 @@ ruff = "^0.5"




[tool.poetry.group.typing.dependencies]
mypy = ">=1.10,<1.11"
types-pyyaml = "^6.0.12.2"
Expand All @@ -93,13 +94,15 @@ simsimd = "^5.0.0"




[tool.poetry.group.dev.dependencies]
jupyter = "^1.0.0"
setuptools = "^67.6.1"
grandalf = "^0.8"




[tool.poetry.group.test.dependencies]
pytest = "^7.3.0"
freezegun = "^1.2.2"
Expand All @@ -120,16 +123,19 @@ python = ">=3.12"




[tool.poetry.group.test_integration.dependencies]




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




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

0 comments on commit 238a31b

Please sign in to comment.