mirror of
https://github.com/hwchase17/langchain
synced 2024-11-04 06:00:26 +00:00
relax deps for yaml (#8713)
context: https://github.com/yaml/pyyaml/issues/724 I think this is fine? I don't think we use yaml too heavily
This commit is contained in:
parent
8a8917e0d9
commit
814faa9de5
2
libs/langchain/poetry.lock
generated
2
libs/langchain/poetry.lock
generated
@ -13438,4 +13438,4 @@ text-helpers = ["chardet"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<4.0"
|
||||
content-hash = "d31f0cfa520c75d9342b58db50296fdc4833b7f6d5895660ae47c26d6e5758ac"
|
||||
content-hash = "84ededcf21a742653863c033dd31e1b24af7562d479c179cd58ba22b2a9805e9"
|
||||
|
@ -15,7 +15,7 @@ python = ">=3.8.1,<4.0"
|
||||
pydantic = "^1"
|
||||
SQLAlchemy = ">=1.4,<3"
|
||||
requests = "^2"
|
||||
PyYAML = ">=5.4.1"
|
||||
PyYAML = ">=5.3"
|
||||
numpy = "^1"
|
||||
azure-core = {version = "^1.26.4", optional=true}
|
||||
tqdm = {version = ">=4.48.0", optional = true}
|
||||
|
Loading…
Reference in New Issue
Block a user