From 6ae9818ed4191d361ea70703ea980b0c2615d277 Mon Sep 17 00:00:00 2001 From: Ales Pour Date: Mon, 13 May 2024 11:39:56 +0200 Subject: [PATCH 1/2] chore: add py.typed stub to root package --- influxdb_client/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 influxdb_client/py.typed diff --git a/influxdb_client/py.typed b/influxdb_client/py.typed new file mode 100644 index 00000000..e69de29b From e2dd51302052036d7056a82286e0fff1a30a53e6 Mon Sep 17 00:00:00 2001 From: Ales Pour Date: Mon, 13 May 2024 11:44:57 +0200 Subject: [PATCH 2/2] docs: update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9391f964..c74c323f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ### Bug Fixes 1. [#655](https://github.com/influxdata/influxdb-client-python/pull/655): Replace deprecated `urllib` calls `HTTPResponse.getheaders()` and `HTTPResponse.getheader()`. +### Others +1. [#654](https://github.com/influxdata/influxdb-client-python/pull/654): Enable packaging type information - `py.typed` + ## 1.42.0 [2024-04-17] ### Bug Fixes