Skip to content

Commit 3432836

Browse files
fix: update setuptools version constraint in requirements
1 parent 3d96bc5 commit 3432836

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/dt_shell/assets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dockertown>=0.2.5,<1
1010
dtproject>=1.0.12,<2
1111
dt-authentication>=2.1.4,<3
1212
dt-data-api>=2.0.0,<3
13-
setuptools<67.3.0
13+
setuptools>=61.0.0,<67.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_version(filename):
4747
"dtproject>=1.0.12,<2",
4848
"dt-authentication>=2.1.4,<3",
4949
'dt-data-api>=2.0.0,<3',
50-
"setuptools<67.3.0"
50+
"setuptools>=61.0.0,<67.3.0"
5151
]
5252

5353
compatibility_requires = [

0 commit comments

Comments
 (0)