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