python312Packages.langchain-core: 0.1.32 -> 0.1.33

This commit is contained in:
Martin Weinelt 2024-03-26 04:45:26 +01:00
parent befeb64a9c
commit 9289841527
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "langchain-core";
version = "0.1.32";
version = "0.1.33";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,11 +24,12 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_core";
inherit version;
hash = "sha256-1iaDvsvyD1HxKHV5GgQjIPReqgyHomfTC8A7waB/XsI=";
hash = "sha256-VF7/Peg8xYIxvSsMbWcjI/wgd7lNMmuhoyGRGK8dGmY=";
};
pythonRelaxDeps = [
"langsmith"
"packaging"
];
nativeBuildInputs = [