Update from influxdb_client to influxdb_client_3

This commit is contained in:
2026-05-02 09:28:18 +02:00
parent a782e19563
commit 827f59cf49
3 changed files with 318 additions and 105 deletions
+2 -2
View File
@@ -9,12 +9,12 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.12,<4.0"
pyserial = "^3.5"
influxdb-client = {version = "^1.19.0", optional = true, extras = ["influxdb"]}
influxdb3-python = {version = "^0.19.0", optional = true, extras = ["influxdb"]}
typing-extensions = {version = ">=4.13", optional = true, extras = ["influxdb"]}
prometheus-client = {version = "^0.11.0", optional = true, extras = ["prometheus"]}
[tool.poetry.extras]
influxdb = ["influxdb-client", "typing-extensions"]
influxdb = ["influxdb3-python", "typing-extensions"]
prometheus = ["prometheus-client"]
[build-system]