Skip to content

Commit

Permalink
[stubsabot] Bump influxdb-client to 1.40.* (python#11406)
Browse files Browse the repository at this point in the history
Release: https://pypi.org/pypi/influxdb-client/1.40.0
Homepage: https://github.com/influxdata/influxdb-client-python
Repository: https://github.com/influxdata/influxdb-client-python
Diff: influxdata/influxdb-client-python@v1.39.0...v1.40.0

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 4 files included in typeshed's stubs have been modified or renamed: `influxdb_client/_sync/rest.py`, `influxdb_client/client/write/point.py`, `influxdb_client/client/write_api.py`, `influxdb_client/version.py`.
 - Total lines of Python code added: 133.
 - Total lines of Python code deleted: 4.

---------

Co-authored-by: stubsabot <>
Co-authored-by: Alex Waygood <[email protected]>
  • Loading branch information
github-actions[bot] and AlexWaygood authored Feb 12, 2024
1 parent 49d5827 commit 238772a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/influxdb-client/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.39.*"
version = "1.40.*"
upstream_repository = "https://github.com/influxdata/influxdb-client-python"
# requires a version of urllib3 with a py.typed file
requires = ["urllib3>=2"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ class Point:
def write_precision(self) -> _WritePrecision: ...
@classmethod
def set_str_rep(cls, rep_function: Any) -> None: ...
def __eq__(self, other: object) -> bool: ...

0 comments on commit 238772a

Please sign in to comment.