Merge pull request #295757 from r-ryantm/auto-update/python312Packages.langchain-core

python312Packages.langchain-core: 0.1.30 -> 0.1.31
This commit is contained in:
Fabian Affolter 2024-03-14 08:13:04 +01:00 committed by GitHub
commit 774ae24317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "langchain-core";
version = "0.1.30";
version = "0.1.31";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_core";
inherit version;
hash = "sha256-4ToBblXn8IL/Pu7aLQy1BbiaiDDjojwdE00KideHGJQ=";
hash = "sha256-1mDPIJu2zmHLHIUxB7CRqqgJAVpV3Ongzhm1HUyPKnA=";
};
pythonRelaxDeps = [