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

Update requirements to elasticsearch >= 1.0 #262

Closed willkg closed 10 years ago

willkg commented 10 years ago

This inverts the monkeypatch so that we can continue to work with ElasticUtils 0.90, but use elasticsearch-py >= 1.0. That makes things a lot easier going forward.

Can someone look through this and make sure it's ok?

willkg commented 10 years ago

I'm just going to land it. I'll test with Fjord and see how that goes.