python312Packages.langchain-core: 0.1.40 -> 0.1.41

This commit is contained in:
Fabian Affolter 2024-04-10 23:35:17 +02:00
parent a8eaee11a9
commit 3944e8ada4
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "langchain-core";
version = "0.1.40";
version = "0.1.41";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_core";
inherit version;
hash = "sha256-NMBvwObTU0tzjGP4VANEa0vnEWFmW34JH5uxnJFOwQA=";
hash = "sha256-QAIwSIOyUa+Mt4HwHFn1au7li+Qsll273soKO/uPlq8=";
};
pythonRelaxDeps = [