Skip to content

Commit f926cb4

Browse files
committed
⬆️: loosen setup-tools requirement, set to a minimum version instead of ~=
1 parent 0a4e793 commit f926cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def run(self):
7070
"dbt-fabric~=1.7.2",
7171
"pyodbc>=4.0.35,<5.1.0",
7272
"azure-identity>=1.12.0",
73-
"setup-tools~=63.0.3",
73+
"setup-tools>=63.0.3",
7474
],
7575
cmdclass={
7676
"verify": VerifyVersionCommand,

0 commit comments

Comments
 (0)