Merge pull request #192268 from talyz/elasticsearch-comment

authored by Martin Weinelt and committed by GitHub 6dd37d2f 0ba6b83d

-5
-5
pkgs/development/python-modules/elasticsearch/default.nix
··· 7 7 8 8 buildPythonPackage (rec { 9 9 pname = "elasticsearch"; 10 - # In 7.14.0, the package was intentionally made incompatible with 11 - # the OSS version of elasticsearch - don't update past 7.13.x until 12 - # there's a clear path forward. See 13 - # https://github.com/elastic/elasticsearch-py/issues/1639 for more 14 - # info. 15 10 version = "7.16.3"; 16 11 17 12 src = fetchPypi {