From b2532132fdc5ab4afcf9d39fbc7fb9cba2d966d2 Mon Sep 17 00:00:00 2001 From: talyz Date: Wed, 21 Sep 2022 17:49:46 +0200 Subject: [PATCH] pythonPackages.elasticsearch: Remove notice about breakage --- pkgs/development/python-modules/elasticsearch/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/python-modules/elasticsearch/default.nix b/pkgs/development/python-modules/elasticsearch/default.nix index 73a3882927c2ad8..33e91ebc22c1681 100644 --- a/pkgs/development/python-modules/elasticsearch/default.nix +++ b/pkgs/development/python-modules/elasticsearch/default.nix @@ -7,11 +7,6 @@ buildPythonPackage (rec { pname = "elasticsearch"; - # In 7.14.0, the package was intentionally made incompatible with - # the OSS version of elasticsearch - don't update past 7.13.x until - # there's a clear path forward. See - # https://github.com/elastic/elasticsearch-py/issues/1639 for more - # info. version = "7.16.3"; src = fetchPypi {