mozilla / elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
http://elasticutils.rtfd.org
BSD 3-Clause "New" or "Revised" License
243 stars 76 forks source link

support elasticsearch-py > 0.4.5 #261

Closed willkg closed 10 years ago

willkg commented 10 years ago

Restricting elasticsearch-py to <= 0.4.5 sucks.

We have two options:

  1. wait until we can drop support for Elasticsearch 0.90 and then we're good to use whatever version we want
  2. update the requirement now and monkeypatch whatever doesn't work (which is what we're doing now, but in the reverse direction)
willkg commented 10 years ago

I'm going to spend some time today experimenting with the second option and see if I can get that to fly. If I can, then that's a better option in regards to elasticsearch-py support.