Skip to content

Commit 4b44736

Browse files
authored
PYTHON-2902 Allow dnspython 2 in srv extra (mongodb#740)
1 parent b0a2660 commit 4b44736

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
@@ -282,7 +282,7 @@ def build_extension(self, ext):
282282
'snappy': ['python-snappy'],
283283
'zstd': ['zstandard'],
284284
'aws': ['pymongo-auth-aws<2.0.0'],
285-
'srv': ["dnspython>=1.16.0,<2.0.0"],
285+
'srv': ["dnspython>=1.16.0,<3.0.0"],
286286
}
287287

288288
# GSSAPI extras

0 commit comments

Comments
 (0)