Unexpected keyword argument 'lifetime'
joackobengochea opened this issue · comments
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 :)
hello, I attach the commit that causes the problem here
Closing per discussion in #134

