opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
358 stars 178 forks source link

Remove redundant mock backport dependency and upgrade syntax for Python 3.8+ #785

Closed hugovk closed 4 months ago

hugovk commented 4 months ago

Description

Describe what this change achieves.

Remove the redundant mock backport dependency and use the standard library version. Upgrade Python syntax for Python 3.8+.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.