Skip to content

Commit

Permalink
core[patch]: Release 0.2.23 (#24557)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Jul 23, 2024
1 parent 58def6e commit 918e1c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "langchain-core"
version = "0.2.22"
version = "0.2.23"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/core"
"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-core%3D%3D0%22&expanded=true"

[tool.mypy]
disallow_untyped_defs = "True"
exclude = [ "notebooks", "examples", "example_data", "langchain_core/pydantic",]
[[tool.mypy.overrides]]
module = [ "numpy", "pytest",]
ignore_missing_imports = true

[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/core"
"Release Notes" = "https://github.com/langchain-ai/langchain/releases?q=tag%3A%22langchain-core%3D%3D0%22&expanded=true"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langsmith = "^0.1.75"
Expand Down

0 comments on commit 918e1c8

Please sign in to comment.