diff --git a/pyproject.toml b/pyproject.toml index 3a7deb9..689b47c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "opengradient" -version = "0.4.11" +version = "0.4.12.beta1" description = "Python SDK for OpenGradient decentralized model management & inference services" authors = [{name = "OpenGradient", email = "oliver@opengradient.ai"}] license = {file = "LICENSE"} @@ -20,8 +20,10 @@ classifiers = [ ] dependencies = [ - "eth-account>=0.13.4", - "web3>=7.3.0", + "eth-utils==2.2.2", + "eth-account>=0.13.0", + "web3>=6.11", + "websockets>=14.1", "click>=8.1.7", "firebase-rest-api>=1.11.0", "grpcio>=1.66.2", diff --git a/requirements.txt b/requirements.txt index 0e50114..551b88c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,7 @@ -eth-account>=0.13.4 -web3>=7.3.0 +eth-utils==2.2.2 +eth-account>=0.13.0 +web3>=6.11.0 +websockets>=14.1 click>=8.1.7 firebase-rest-api>=1.11.0 grpcio>=1.66.2