elastic / elasticsearch-py

Official Python client for Elasticsearch
https://ela.st/es-python
Apache License 2.0
4.21k stars 1.18k forks source link

fix typing of index creation timeout parameter #1026

Closed tomkralidis closed 4 years ago

tomkralidis commented 4 years ago

Hi: we use this awesome package as part of the pygeoapi project. Our builds started to break with version 7.0.5 of the package. The issue seems to be bound to setting request timeouts.

Note that this works fine using 7.0.4.

honzakral commented 4 years ago

This has been fixed in master by https://github.com/elastic/elasticsearch-py/pull/1051