diff --git a/setup.py b/setup.py index 4af2066..3c1c1fd 100644 --- a/setup.py +++ b/setup.py @@ -4,10 +4,10 @@ from setuptools import setup setup( name="edge-tts", install_requires=[ - "aiohttp>=3.8.0", + "aiohttp>=3.8.0,<4.0.0", "certifi>=2023.11.17", - "srt>=3.4.1", - "tabulate>=0.4.4", - "typing-extensions>=4.1.0", + "srt>=3.4.1,<4.0.0", + "tabulate>=0.4.4,<1.0.0", + "typing-extensions>=4.1.0,<5.0.0", ], )