diff -urN googletrans-3.0.0/setup.py googletrans-3.0.0-patched/setup.py --- googletrans-3.0.0/setup.py 2020-06-14 08:42:01.000000000 +0100 +++ googletrans-3.0.0-patched/setup.py 2020-10-20 22:58:57.205810867 +0100 @@ -58,7 +58,7 @@ packages=find_packages(exclude=['docs', 'tests']), keywords='google translate translator', install_requires=[ - 'httpx==0.13.3', + 'httpx>=0.13.3', ], tests_require=[ 'pytest',