python312Packages.langchain-core: 0.1.42 -> 0.1.44

This commit is contained in:
Fabian Affolter 2024-04-18 10:48:04 +02:00
parent 1db6f3b6b0
commit 8510358f9b
1 changed files with 2 additions and 2 deletions

View File

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