Skip to content

Commit 795c584

Browse files
committed
chore(deps): # add upper bounds for marshmallow and requests
1 parent 989d516 commit 795c584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def get_version() -> str:
3333
author_email="[email protected]",
3434
maintainer="GitGuardian",
3535
install_requires=[
36-
"marshmallow>=3.5",
37-
"requests>=2",
36+
"marshmallow>=3.5, <4",
37+
"requests>=2, <3",
3838
"marshmallow-dataclass >=8.5.8, <8.6.0",
3939
],
4040
include_package_data=True,

0 commit comments

Comments
 (0)