python3Packages.langchain-aws: relax boto dependency

This commit is contained in:
Sarah Clark 2024-10-27 11:00:54 -07:00
parent 36692efbc7
commit 171dec98d8

View file

@ -45,6 +45,11 @@ buildPythonPackage rec {
numpy
];
pythonRelaxDeps = [
# Boto @ 1.35 has outstripped the version requirement
"boto3"
];
nativeCheckInputs = [
langchain-standard-tests
pytest-asyncio