From e965f22be85182f73f0cc302f094bc8f746a4093 Mon Sep 17 00:00:00 2001 From: natsukium Date: Fri, 16 Jun 2023 10:12:35 +0900 Subject: [PATCH] python3Packages.langchain: 0.0.195 -> 0.0.201 Diff: https://github.com/hwchase17/langchain/compare/refs/tags/v0.0.195...v0.0.201 Changelog: https://github.com/hwchase17/langchain/releases/tag/v0.0.201 --- pkgs/development/python-modules/langchain/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/langchain/default.nix b/pkgs/development/python-modules/langchain/default.nix index e30c1a528d08..5b6809023c3a 100644 --- a/pkgs/development/python-modules/langchain/default.nix +++ b/pkgs/development/python-modules/langchain/default.nix @@ -66,6 +66,7 @@ , pytest-mock , pytest-socket , pandas +, syrupy , toml , freezegun , responses @@ -76,7 +77,7 @@ buildPythonPackage rec { pname = "langchain"; - version = "0.0.195"; + version = "0.0.201"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -85,7 +86,7 @@ buildPythonPackage rec { owner = "hwchase17"; repo = "langchain"; rev = "refs/tags/v${version}"; - hash = "sha256-PUBFAAqCAshUkASsGnFNQ5+Xh6416ISkMqJ0bYcx7WI="; + hash = "sha256-+mS6rKypDrlKFg+c0GPAZ0YX7UYN+mlilnbX2hptLt0="; }; postPatch = '' @@ -233,6 +234,7 @@ buildPythonPackage rec { pytest-socket pytest-asyncio pandas + syrupy toml freezegun responses