Quentin Pradet

Results 422 comments of Quentin Pradet

Are you using a proxy? I think `Accept` is only added in this case. We can look into fixing `SKIP_HEADER`, but as @sigmavirus24 mentioned, we're not a pentesting tool and...

We had to do this manually because we don't lean on SSLContext enough. If we were using [ssl.create_default_context()](https://docs.python.org/3/library/ssl.html#ssl.create_default_context), we would have had this change for free. As we're trying to...

I'm closing this one for now, but feel free to comment with your use case. We can reopen it if there's enough demand.

Closing in favor of a future usage of https://github.com/elastic/elasticsearch-clients-tests

Thanks for the report. We may want to try to make this work on AWS Lambda, but I'm confused, how could this work on Python 3.7 since `multiprocessing.pool.ThreadPool` does not...

Got another report that this indeed fails starting with Python 3.8, and the links above give possible workarounds to support AWS Lambda. I also now understand that the reason it...

Hello, I would suggest that you read https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html and https://packaging.python.org/en/latest/tutorials/packaging-projects/ first. You will also have to remove `setup.py` from `noxfile.py` and `MANIFEST.in`, and adjust the code in `utils/build-dists.py` to change...

That said, #2156 exists so I need to review it instead.

Done in https://github.com/elastic/elasticsearch-py/pull/2600.