about summary refs log tree commit diff
path: root/pkgs/development/python-modules/langchain
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2023-06-16 10:12:35 +0900
committernatsukium <tomoya.otabi@gmail.com>2023-06-16 10:19:49 +0900
commite965f22be85182f73f0cc302f094bc8f746a4093 (patch)
tree42a714295b601975cba3528b39cca26c61bcf16e /pkgs/development/python-modules/langchain
parentf9842d2c4c28dd5643fd0e047d9048bedaeff58c (diff)
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
Diffstat (limited to 'pkgs/development/python-modules/langchain')
-rw-r--r--pkgs/development/python-modules/langchain/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/langchain/default.nix b/pkgs/development/python-modules/langchain/default.nix
index e30c1a528d082..5b6809023c3af 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