From 6bf9ace2ec4abde6b7ab3f19600b225d3b7fa87b Mon Sep 17 00:00:00 2001 From: natsukium Date: Fri, 12 May 2023 00:02:08 +0900 Subject: [PATCH] python3Packages.langchain: 0.0.163 -> 0.0.166 diff: https://github.com/hwchase17/langchain/compare/v0.0.163...v0.0.166 changelogs: https://github.com/hwchase17/langchain/releases/tag/v0.0.164 https://github.com/hwchase17/langchain/releases/tag/v0.0.165 https://github.com/hwchase17/langchain/releases/tag/v0.0.166 --- pkgs/development/python-modules/langchain/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/langchain/default.nix b/pkgs/development/python-modules/langchain/default.nix index aef554522940..ef310f867576 100644 --- a/pkgs/development/python-modules/langchain/default.nix +++ b/pkgs/development/python-modules/langchain/default.nix @@ -52,6 +52,7 @@ , duckduckgo-search , lark , jq +, protobuf # test dependencies , pytest-vcr , pytest-asyncio @@ -66,7 +67,7 @@ buildPythonPackage rec { pname = "langchain"; - version = "0.0.163"; + version = "0.0.166"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -75,7 +76,7 @@ buildPythonPackage rec { owner = "hwchase17"; repo = "langchain"; rev = "refs/tags/v${version}"; - hash = "sha256-3oebRLMunzfz+fAS5h+HaabioIPXTJLJc0YAktLx4/U="; + hash = "sha256-i6CvboYZigky49a7X8RuQH2EfcucJPtEtFEzZxaNJG8="; }; postPatch = '' @@ -190,6 +191,9 @@ buildPythonPackage rec { # pyvespa # O365 jq + # docarray + protobuf + # hnswlib ]; };