Skip to content

Commit 23ab63c

Browse files
authored
Merge pull request #2630 from terencehonles/allow-pymongo-4.x
update dependency specifier to allow pymongo 4.x
2 parents 3e57ba7 + cd7b828 commit 23ab63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def run_tests(self):
142142
platforms=["any"],
143143
classifiers=CLASSIFIERS,
144144
python_requires=">=3.6",
145-
install_requires=["pymongo>=3.4,<=4.0"],
145+
install_requires=["pymongo>=3.4,<5.0"],
146146
cmdclass={"test": PyTest},
147147
**extra_opts
148148
)

0 commit comments

Comments
 (0)