Skip to content

Commit

Permalink
⬆️: loosen setup-tools requirement, set to a minimum version instead …
Browse files Browse the repository at this point in the history
…of ~=
  • Loading branch information
schlich committed Feb 28, 2024
1 parent 0a4e793 commit f926cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def run(self):
"dbt-fabric~=1.7.2",
"pyodbc>=4.0.35,<5.1.0",
"azure-identity>=1.12.0",
"setup-tools~=63.0.3",
"setup-tools>=63.0.3",
],
cmdclass={
"verify": VerifyVersionCommand,
Expand Down

0 comments on commit f926cb4

Please sign in to comment.