Skip to content

Commit

Permalink
core[patch]: Release 0.3.7 (#27004)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Sep 30, 2024
1 parent 248be02 commit 34bd718
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions 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.6"
version = "0.3.7"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
Expand Down Expand Up @@ -44,7 +44,7 @@ python = ">=3.12.4"
[tool.poetry.extras]

[tool.ruff.lint]
select = [ "B", "C4", "E", "F", "I", "N", "PIE", "SIM", "T201", "UP", "W"]
select = [ "B", "C4", "E", "F", "I", "N", "PIE", "SIM", "T201", "UP", "W",]
ignore = [ "UP007",]

[tool.coverage.run]
Expand Down Expand Up @@ -82,30 +82,18 @@ classmethod-decorators = [ "classmethod", "langchain_core.utils.pydantic.pre_ini
[tool.poetry.group.lint.dependencies]
ruff = "^0.5"





[tool.poetry.group.typing.dependencies]
mypy = ">=1.10,<1.11"
types-pyyaml = "^6.0.12.2"
types-requests = "^2.28.11.5"
types-jinja2 = "^2.11.9"
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 @@ -124,24 +112,12 @@ python = "<3.12"
version = "^1.26.0"
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 34bd718

Please sign in to comment.