-
Notifications
You must be signed in to change notification settings - Fork 178
Closed
Description
The dependency for pymongo lib is set as ">=3.5", causing the installation of the latest version of pymongo, in particular, the version 3.9.0, in which the argument 'lifetime' of a query() function was deleted. This causes the following crash:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/pymongo/srv_resolver.py", line 73, in _resolve_uri
lifetime=self.__connect_timeout)
TypeError: query() got an unexpected keyword argument 'lifetime'I'll open a PR fixing the version ASAP :)
Metadata
Metadata
Assignees
Labels
No labels