mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
python312Packages.langchain-community: relax tenacity
dependency (#351941)
This commit is contained in:
commit
c7bb6840d2
@ -52,7 +52,10 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
pythonRelaxDeps = [ "pydantic-settings" ];
|
||||
pythonRelaxDeps = [
|
||||
"pydantic-settings"
|
||||
"tenacity"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
aiohttp
|
||||
|
Loading…
Reference in New Issue
Block a user