From 4b447365d1a89631cb8df9ed954c909ddd4acaf0 Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Thu, 23 Sep 2021 16:42:01 -0700 Subject: [PATCH] PYTHON-2902 Allow dnspython 2 in srv extra (#740) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88ec93a00..88df14ee0 100755 --- a/setup.py +++ b/setup.py @@ -282,7 +282,7 @@ extras_require = { 'snappy': ['python-snappy'], 'zstd': ['zstandard'], 'aws': ['pymongo-auth-aws<2.0.0'], - 'srv': ["dnspython>=1.16.0,<2.0.0"], + 'srv': ["dnspython>=1.16.0,<3.0.0"], } # GSSAPI extras