Influxdb3-python

Latest version: v0.12.0

Safety actively analyzes 723144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.7.0

Bug Fixes

1. [95](https://github.com/InfluxCommunity/influxdb3-python/pull/95): `Polars` is optional dependency
1. [99](https://github.com/InfluxCommunity/influxdb3-python/pull/99): Skip infinite values during serialization to line protocol

0.6.1

Bug Fixes

1. [98](https://github.com/InfluxCommunity/influxdb3-python/pull/98): Missing declaration for `query` module

0.6.0

Features

1. [89](https://github.com/InfluxCommunity/influxdb3-python/pull/89): Use `datetime.fromisoformat` over `dateutil.parse` in Python 3.11+
1. [92](https://github.com/InfluxCommunity/influxdb3-python/pull/92): Update `user-agent` header value to `influxdb3-python/{VERSION}` and add it to queries as well.

Bug Fixes

1. [86](https://github.com/InfluxCommunity/influxdb3-python/pull/86): Refactor to `timezone` specific `datetime` helpers to avoid use deprecated functions

0.5.0

Features

1. [88](https://github.com/InfluxCommunity/influxdb3-python/pull/88): Add support for named query parameters:
python
from influxdb_client_3 import InfluxDBClient3

with InfluxDBClient3(host="https://us-east-1-1.aws.cloud2.influxdata.com",
token="my-token",
database="my-database") as client:

table = client.query("select * from cpu where host=$host", query_parameters={"host": "server01"})

print(table.to_pandas())



Bug Fixes

1. [87](https://github.com/InfluxCommunity/influxdb3-python/pull/87): Fix examples to use `write_options` instead of the object name `WriteOptions`

Others

1. [84](https://github.com/InfluxCommunity/influxdb3-python/pull/84): Enable packaging type information - `py.typed`

0.4.0

Bugfix

1. [77](https://github.com/InfluxCommunity/influxdb3-python/pull/77): Support using pandas nullable types

Others

1. [80](https://github.com/InfluxCommunity/influxdb3-python/pull/80): Integrate code style check into CI

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.