From 093a85152ed0c297d1eefd0bf51c4642e686125b Mon Sep 17 00:00:00 2001 From: Ewa Marek Date: Tue, 23 Jan 2024 09:00:10 +0000 Subject: [PATCH] Fix typo in setup.py --- py/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/setup.py b/py/setup.py index c805cbd66d389..2295bc8c84ec3 100755 --- a/py/setup.py +++ b/py/setup.py @@ -72,7 +72,7 @@ 'selenium.webdriver.support', ], 'include_package_data': True, 'install_requires': [ - "typing_extension~= 4.9", + "typing_extensions~= 4.9", "urllib3[socks]>=1.26,<3", "trio~=0.17", "trio-websocket~=0.9",