mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
core[patch]: Release 0.2.26 (#24898)
This commit is contained in:
parent
add16111b9
commit
7d1694040d
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.2.25"
|
version = "0.2.26"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
@ -13,7 +13,7 @@ repository = "https://github.com/langchain-ai/langchain"
|
|||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
disallow_untyped_defs = "True"
|
disallow_untyped_defs = "True"
|
||||||
exclude = [ "notebooks", "examples", "example_data", "langchain_core/pydantic", "tests/unit_tests/utils/test_function_calling.py"]
|
exclude = [ "notebooks", "examples", "example_data", "langchain_core/pydantic", "tests/unit_tests/utils/test_function_calling.py",]
|
||||||
[[tool.mypy.overrides]]
|
[[tool.mypy.overrides]]
|
||||||
module = [ "numpy", "pytest",]
|
module = [ "numpy", "pytest",]
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
@ -74,20 +74,17 @@ optional = true
|
|||||||
[tool.poetry.group.lint.dependencies]
|
[tool.poetry.group.lint.dependencies]
|
||||||
ruff = "^0.5"
|
ruff = "^0.5"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.typing.dependencies]
|
[tool.poetry.group.typing.dependencies]
|
||||||
mypy = ">=1.10,<1.11"
|
mypy = ">=1.10,<1.11"
|
||||||
types-pyyaml = "^6.0.12.2"
|
types-pyyaml = "^6.0.12.2"
|
||||||
types-requests = "^2.28.11.5"
|
types-requests = "^2.28.11.5"
|
||||||
types-jinja2 = "^2.11.9"
|
types-jinja2 = "^2.11.9"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
jupyter = "^1.0.0"
|
jupyter = "^1.0.0"
|
||||||
setuptools = "^67.6.1"
|
setuptools = "^67.6.1"
|
||||||
grandalf = "^0.8"
|
grandalf = "^0.8"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.test.dependencies]
|
[tool.poetry.group.test.dependencies]
|
||||||
pytest = "^7.3.0"
|
pytest = "^7.3.0"
|
||||||
freezegun = "^1.2.2"
|
freezegun = "^1.2.2"
|
||||||
@ -106,15 +103,12 @@ python = "<3.12"
|
|||||||
version = "^1.26.0"
|
version = "^1.26.0"
|
||||||
python = ">=3.12"
|
python = ">=3.12"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.test_integration.dependencies]
|
[tool.poetry.group.test_integration.dependencies]
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.typing.dependencies.langchain-text-splitters]
|
[tool.poetry.group.typing.dependencies.langchain-text-splitters]
|
||||||
path = "../text-splitters"
|
path = "../text-splitters"
|
||||||
develop = true
|
develop = true
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.test.dependencies.langchain-standard-tests]
|
[tool.poetry.group.test.dependencies.langchain-standard-tests]
|
||||||
path = "../standard-tests"
|
path = "../standard-tests"
|
||||||
develop = true
|
develop = true
|
||||||
|
Loading…
Reference in New Issue
Block a user