mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 21:43:44 +00:00
infra: Consistent lxml requirements (#19520)
Update the dependency for lxml to be consistent among different packages; should fix https://github.com/langchain-ai/langchain/issues/19040
This commit is contained in:
committed by
GitHub
parent
2fceec3771
commit
5b1f9c6d3a
5
libs/text-splitters/poetry.lock
generated
5
libs/text-splitters/poetry.lock
generated
@@ -1334,7 +1334,7 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-core"
|
||||
version = "0.1.28"
|
||||
version = "0.1.34"
|
||||
description = "Building applications with LLMs through composability"
|
||||
optional = false
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
@@ -1342,7 +1342,6 @@ files = []
|
||||
develop = true
|
||||
|
||||
[package.dependencies]
|
||||
anyio = ">=3,<5"
|
||||
jsonpatch = "^1.33"
|
||||
langsmith = "^0.1.0"
|
||||
packaging = "^23.2"
|
||||
@@ -3778,4 +3777,4 @@ extended-testing = ["lxml"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
content-hash = "2091dd8bede19182cda2c2d8a7b21977da03e5636e8228b9dc652f9f45ff46ee"
|
||||
content-hash = "fe806285e128aea892ae5bad012f7fe7ecb7dc85ba2261c2eb5788d3c529ce2e"
|
||||
|
@@ -11,7 +11,7 @@ repository = "https://github.com/langchain-ai/langchain"
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0"
|
||||
langchain-core = "^0.1.28"
|
||||
lxml = {version = "^5.1.0", optional = true}
|
||||
lxml = {version = ">=4.9.3,<6.0", optional = true}
|
||||
|
||||
[tool.poetry.group.lint]
|
||||
optional = true
|
||||
|
Reference in New Issue
Block a user