Merge pull request #304588 from r-ryantm/auto-update/python311Packages.langchain-core

python311Packages.langchain-core: 0.1.42 -> 0.1.43
This commit is contained in:
Fabian Affolter 2024-04-17 08:51:24 +02:00 committed by GitHub
commit 78a41c6bb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "langchain-core";
version = "0.1.42";
version = "0.1.43";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_core";
inherit version;
hash = "sha256-QHUb9g6l2OKy7+ZSkNtDRxfuODSHDAAuQOKBHwnYFOY=";
hash = "sha256-SZEz+two7899JDBiNlIVGAgLsQ/Yv290Jt5KK78q67U=";
};
pythonRelaxDeps = [