core: release 0.3.33 (#29483)

This commit is contained in:
Erick Friis
2025-01-29 14:11:53 -08:00
committed by GitHub
parent 8f95da4eb1
commit 07e2e80fe7
2 changed files with 16 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "langchain-core"
version = "0.3.32"
version = "0.3.33"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
@@ -87,6 +87,7 @@ ruff = "^0.9.2"
[tool.poetry.group.typing.dependencies]
mypy = ">=1.10,<1.11"
types-pyyaml = "^6.0.12.2"
@@ -96,6 +97,7 @@ types-jinja2 = "^2.11.9"
[tool.poetry.group.dev.dependencies]
jupyter = "^1.0.0"
setuptools = "^67.6.1"
@@ -104,6 +106,7 @@ grandalf = "^0.8"
[tool.poetry.group.test.dependencies]
pytest = "^8"
freezegun = "^1.2.2"
@@ -126,11 +129,13 @@ python = ">=3.12"
[tool.poetry.group.test_integration.dependencies]
[tool.poetry.group.typing.dependencies.langchain-text-splitters]
path = "../text-splitters"
develop = true
@@ -138,6 +143,7 @@ develop = true
[tool.poetry.group.test.dependencies.langchain-tests]
path = "../standard-tests"
develop = true