Merge pull request #309645 from fabaff/langchain-bump

python312Packages.langchain-core: 0.1.48 -> 0.1.51, python312Packages.langchain-community: 0.0.36 -> 0.0.37, python312Packages.langsmith: 0.1.53 -> 0.1.54

Changed files
+6 -6
pkgs
development
python-modules
langchain-community
langchain-core
langsmith
+2 -2
pkgs/development/python-modules/langchain-community/default.nix
···
buildPythonPackage rec {
pname = "langchain-community";
-
version = "0.0.36";
+
version = "0.0.37";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "langchain_community";
inherit version;
-
hash = "sha256-l76dAM8RnJYeA+0ibgTmcPUbXUL1sF/8NRhZj6bSDHQ=";
+
hash = "sha256-2ytYKbsgvFsEwSa2kUPbwxqIDpSelBEMI2ssF2kGiJ8=";
};
build-system = [ poetry-core ];
+2 -2
pkgs/development/python-modules/langchain-core/default.nix
···
buildPythonPackage rec {
pname = "langchain-core";
-
version = "0.1.48";
+
version = "0.1.51";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "langchain_core";
inherit version;
-
hash = "sha256-8KmwqPIvIZ72/YTisdkqgBToRRTAobVTNw/UApaBPBY=";
+
hash = "sha256-9+oRb5Ob6edMOFuvldbITNekArWcLBiT/AVL+Yq778I=";
};
pythonRelaxDeps = [
+2 -2
pkgs/development/python-modules/langsmith/default.nix
···
buildPythonPackage rec {
pname = "langsmith";
-
version = "0.1.53";
+
version = "0.1.54";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "langchain-ai";
repo = "langsmith-sdk";
rev = "refs/tags/v${version}";
-
hash = "sha256-C18a1FxDwsW/x10x3ups/9hCGn3Ku1QydDGN9DlEXBk=";
+
hash = "sha256-hg1xfqptjeJHxbiGfuGeka7lpClrb9nxP/RSUYr2/0k=";
};
sourceRoot = "${src.name}/python";