mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 05:13:46 +00:00
core: release 0.2.14, remove poetry 1.7 incompatible flag from root (#24137)
This commit is contained in:
parent
7a62d3dbd6
commit
c4417ea93c
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "langchain-core"
|
name = "langchain-core"
|
||||||
version = "0.2.13"
|
version = "0.2.14"
|
||||||
description = "Building applications with LLMs through composability"
|
description = "Building applications with LLMs through composability"
|
||||||
authors = []
|
authors = []
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
2029
poetry.lock
generated
2029
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,6 @@ authors = []
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://www.github.com/langchain-ai/langchain"
|
repository = "https://www.github.com/langchain-ai/langchain"
|
||||||
package-mode = false
|
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
@ -56,7 +55,7 @@ ipykernel = "^6.29.2"
|
|||||||
# Can be removed once the numpy version is fixed in langchain-community.
|
# Can be removed once the numpy version is fixed in langchain-community.
|
||||||
numpy = [
|
numpy = [
|
||||||
{ version = "^1.24.0", python = "<3.12" },
|
{ version = "^1.24.0", python = "<3.12" },
|
||||||
{version = "^1.26.0", python = ">=3.12"}
|
{ version = "^1.26.0", python = ">=3.12" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.group.test.dependencies]
|
[tool.poetry.group.test.dependencies]
|
||||||
@ -77,7 +76,7 @@ ignore-words-list = 'momento,collison,ned,foor,reworkd,parth,whats,aapply,mysogy
|
|||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
extend-include = ["*.ipynb"]
|
extend-include = ["*.ipynb"]
|
||||||
extend-exclude = [
|
extend-exclude = [
|
||||||
"docs/docs/expression_language/why.ipynb" # TODO: look into why linter errors
|
"docs/docs/expression_language/why.ipynb", # TODO: look into why linter errors
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.ruff.lint.per-file-ignores]
|
[tool.ruff.lint.per-file-ignores]
|
||||||
@ -92,4 +91,3 @@ extend-exclude = [
|
|||||||
# Don't require them to change at once, though we should look into them eventually.
|
# Don't require them to change at once, though we should look into them eventually.
|
||||||
"cookbook/gymnasium_agent_simulation.ipynb" = ["F821"]
|
"cookbook/gymnasium_agent_simulation.ipynb" = ["F821"]
|
||||||
"docs/docs/integrations/document_loaders/tensorflow_datasets.ipynb" = ["F821"]
|
"docs/docs/integrations/document_loaders/tensorflow_datasets.ipynb" = ["F821"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user