pythonPackages.elasticsearch: Remove notice about breakage

This commit is contained in:
talyz 2022-09-21 17:49:46 +02:00
parent 0ba6b83dd3
commit b2532132fd
No known key found for this signature in database
GPG Key ID: 2DED2151F4671A2B

View File

@ -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 {