dpgaspar opened a new pull request, #37758: URL: https://github.com/apache/superset/pull/37758
## Summary Bumps `elasticsearch-dbapi` from `>=0.2.9` to `>=0.2.12` to fix Elasticsearch connection failures. The issue was caused by urllib3 being upgraded from 1.x to 2.x in #33927, which broke compatibility with the `elasticsearch` library (v7.13.4) that `elasticsearch-dbapi` depended on. ### What's in elasticsearch-dbapi 0.2.12 - Upgrades `elasticsearch-py` to `>=7.17.13, <8` which supports urllib3 2.x - Adds `opensearch-py>=2.4.0, <3` as a direct dependency for OpenSearch support - Updates SQLAlchemy integration to 2.x API - Tested against ES 7.x, ES 8.x (compatibility mode), and OpenSearch 2.x Reference: https://github.com/preset-io/elasticsearch-dbapi/pull/118 ## Test plan - [x] Tested locally connecting to Elasticsearch 7.x and 8.x - [ ] CI passes 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
