From 238772ad7e4029790f4cb055e40a5cf4ca2c8fa6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 00:48:21 +0000 Subject: [PATCH] [stubsabot] Bump influxdb-client to 1.40.* (#11406) 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: https://github.com/influxdata/influxdb-client-python/compare/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 --- stubs/influxdb-client/METADATA.toml | 2 +- stubs/influxdb-client/influxdb_client/client/write/point.pyi | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stubs/influxdb-client/METADATA.toml b/stubs/influxdb-client/METADATA.toml index 16321ef2d..73304a797 100644 --- a/stubs/influxdb-client/METADATA.toml +++ b/stubs/influxdb-client/METADATA.toml @@ -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"] diff --git a/stubs/influxdb-client/influxdb_client/client/write/point.pyi b/stubs/influxdb-client/influxdb_client/client/write/point.pyi index ff635dcbe..5f6e79615 100644 --- a/stubs/influxdb-client/influxdb_client/client/write/point.pyi +++ b/stubs/influxdb-client/influxdb_client/client/write/point.pyi @@ -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: ...