Skip to content

Commit bb056b6

Browse files
committed
bump faculty SDK version
1 parent 777da4b commit bb056b6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ def read_long_description():
5656
"python-dateutil",
5757
"requests",
5858
"tabulate",
59-
"faculty>=0.30.2",
60-
"marshmallow<4", # TODO: this is an upstream dependency, remove it once minimul `faculty` version is bumped
59+
"faculty>=0.31.0",
6160
"setuptools", # TODO: this is required to supply `distutils` until we remove that dependency in the code
6261
],
6362
entry_points={"console_scripts": ["faculty=faculty_cli.cli:cli"]},

0 commit comments

Comments
 (0)