about summary refs log tree commit diff
path: root/pkgs/development/python-modules/elasticsearch/default.nix
diff options
context:
space:
mode:
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 {