···78buildPythonPackage (rec {
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 version = "7.16.3";
1617 src = fetchPypi {