We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce3746 commit feb97eeCopy full SHA for feb97ee
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## 1.50.0 [unreleased]
2
3
+### Features
4
+
5
+1. [696](https://github.com/influxdata/influxdb-client-python/pull/696): Move "setuptools" package to build dependency.
6
7
## 1.49.0 [2025-05-22]
8
9
### Bug Fixes
pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools>=21.0.0"]
+build-backend = "setuptools.build_meta"
setup.py
@@ -8,7 +8,6 @@
'reactivex >= 4.0.4',
'certifi >= 14.05.14',
10
'python_dateutil >= 2.5.3',
11
- 'setuptools >= 21.0.0',
12
'urllib3 >= 1.26.0'
13
]
14
0 commit comments