Updated dependency - dnspython is a required dependency of pymongo as of pymongo v4.3 (https://pymongo.readthedocs.io/en/stable/changelog.html#changes-in-version-4-3-4-3-2)

This commit is contained in:
allegroai 2023-07-27 11:49:40 +03:00
parent 491e83d0f1
commit 81b93e6811

View File

@ -25,7 +25,7 @@ packaging==20.3
psutil>=5.6.5
pyhocon>=0.3.35r
pyjwt>=2.4.0
pymongo[srv]==4.4.0
pymongo==4.4.0
python-rapidjson>=0.6.3
redis>=4.5.4,<5
requests>=2.13.0