From 41d34904fea3074d328c1581e85ca65fc4ee7567 Mon Sep 17 00:00:00 2001 From: Oleh Nikolaiev Date: Wed, 30 Oct 2024 12:59:21 +0000 Subject: [PATCH] bump sgx.py version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba0e9502..5e819aaa 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ install_requires=[ "asyncio==3.4.3", "pyyaml==6.0", - "sgx.py==0.9dev3", + "sgx.py==0.9dev4", "redis==5.0.3", "typing-extensions==4.9.0", "web3==6.20.2"