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

python311Packages.langchain-core: 0.1.29 -> 0.1.30
This commit is contained in:
OTABI Tomoya 2024-03-08 10:42:46 +09:00 committed by GitHub
commit b855246ce1
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.29";
version = "0.1.30";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_core";
inherit version;
hash = "sha256-ZzHav/rQO5ITraJkDVTtf072uZ/Oh63jxxR0rhVN08w=";
hash = "sha256-4ToBblXn8IL/Pu7aLQy1BbiaiDDjojwdE00KideHGJQ=";
};
pythonRelaxDeps = [