We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e04040 commit bfe6accCopy full SHA for bfe6acc
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 9.2.0 (2025-10-17)
4
+
5
+* Support Trio when using the httpx async client ([#263](https://github.com/elastic/elastic-transport-python/pull/263))
6
+* Add Python 3.14 to CI builds, and remove 3.8 and 3.9 ([#264](https://github.com/elastic/elastic-transport-python/pull/264))
7
8
## 9.1.0 (2025-07-24)
9
10
* Update OpenTelemetry conventions ([#245](https://github.com/elastic/elastic-transport-python/pull/245))
elastic_transport/_version.py
@@ -15,4 +15,4 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-__version__ = "9.1.0"
+__version__ = "9.2.0"
0 commit comments