Skip to content

Commit f9a65df

Browse files
authored
Loosen dependency versions (#273)
* Loosen requirements
1 parent 4edbfb4 commit f9a65df

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
@@ -48,8 +48,8 @@
4848
python_requires=">=3.8",
4949
install_requires=[
5050
"marshmallow>=3.18.0,",
51-
"typing-inspect~=0.9.0",
52-
"typeguard~=4.0.0",
51+
"typing-inspect>=0.9.0",
52+
"typeguard>=4.0,<5",
5353
# Need `dataclass_transform(field_specifiers)`
5454
"typing-extensions>=4.2.0; python_version<'3.11'",
5555
],

0 commit comments

Comments
 (0)