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

python311Packages.langchain-core: 0.1.44 -> 0.1.46
This commit is contained in:
OTABI Tomoya 2024-04-28 18:20:35 +09:00 committed by GitHub
commit 2943e1d9d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "langchain-core";
version = "0.1.44";
version = "0.1.46";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_core";
inherit version;
hash = "sha256-4xOXXZrikmNC5vKtdgM40x8YsSI+m4tNxAja7q3kaoM=";
hash = "sha256-F8QWNJ9cepgI5w43JXSaOi31CI8ezKBFyIOHGqlfnJ4=";
};
pythonRelaxDeps = [