Skip to content

Commit edb7ac9

Browse files
authored
Pin build requirements (#1076)
To make sure installing the driver won't randomly start failing in the future because an unanticipated updated to one of the build libraries gets published, we pin them to a fixed version and bump them manually.
1 parent 971088e commit edb7ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ pyarrow = ["pyarrow >= 1.0.0"]
6464

6565
[build-system]
6666
requires = [
67-
"setuptools >= 66.1.0",
67+
"setuptools == 68.0.0", # dropped support for Python 3.7 in 68.1.0
6868
# TODO: 6.0 - can be removed once `setup.py` is simplified
69-
"tomlkit ~= 0.11.6",
69+
"tomlkit == 0.11.8",
7070
]
7171
build-backend = "setuptools.build_meta"
7272

0 commit comments

Comments
 (0)