about summary refs log tree commit diff
path: root/pkgs/development/python-modules/elasticsearch/default.nix
diff options
context:
space:
mode:
authortalyz <kim.lindberger@gmail.com>2022-09-21 17:49:46 +0200
committertalyz <kim.lindberger@gmail.com>2022-09-21 17:49:46 +0200
commitb2532132fdc5ab4afcf9d39fbc7fb9cba2d966d2 (patch)
treef7909196946a73d2797e9e585aa24d5aa9d05d29 /pkgs/development/python-modules/elasticsearch/default.nix
parent0ba6b83dd3200858f0ea2860e54248de2129a0c8 (diff)
pythonPackages.elasticsearch: Remove notice about breakage
Diffstat (limited to 'pkgs/development/python-modules/elasticsearch/default.nix')
-rw-r--r--pkgs/development/python-modules/elasticsearch/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/elasticsearch/default.nix b/pkgs/development/python-modules/elasticsearch/default.nix
index 73a3882927c2a..33e91ebc22c16 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 {