From 1c6c174595867cbe4eb6406c8ce525b4cb8e684a Mon Sep 17 00:00:00 2001 From: Zia Ullah Khan <88408107+Zia-ullah-khan@users.noreply.github.com> Date: Wed, 30 Jul 2025 01:04:02 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20update=20requirements.txt=20for=20compat?= =?UTF-8?q?ibility=20with=20newer=20yfinance=20versions=20and=20clarify=20?= =?UTF-8?q?README=20lines=2030=E2=80=9333=20=20-=20Adjusted=20websocket=20?= =?UTF-8?q?dependency=20to=20avoid=20version=20conflicts=20with=20yfinance?= =?UTF-8?q?=20-=20Updated=20README=20to=20accurately=20reflect=20version?= =?UTF-8?q?=20constraints?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 342c6811..2fee8907 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -3,7 +3,7 @@ numpy>=1.11.1 # pyup: ignore - allow all versions above this requests>2,<3 urllib3>1.24,<2 websocket-client>=0.56.0,<2 -websockets>=9.0,<11 +websockets>=13.0 msgpack==1.0.3 aiohttp>=3.8.3,<4 PyYAML==6.0.1