Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "opengradient"
version = "0.4.11"
version = "0.4.12"
description = "Python SDK for OpenGradient decentralized model management & inference services"
authors = [{name = "OpenGradient", email = "oliver@opengradient.ai"}]
license = {file = "LICENSE"}
Expand All @@ -20,8 +20,10 @@ classifiers = [
]

dependencies = [
"eth-account>=0.13.4",
"web3>=7.3.0",
"eth-utils>=2.2.0,<2.3.0",
"eth-account>=0.10.0,<0.13.6",
"web3>=6.11.0,<6.11.3",
"websockets>=14.1",
"click>=8.1.7",
"firebase-rest-api>=1.11.0",
"grpcio>=1.66.2",
Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
eth-account>=0.13.4
web3>=7.3.0
eth-utils>=2.2.0,<2.3.0
eth-account>=0.10.0,<0.13.6
web3>=6.11.0,<6.11.3
websockets>=14.1
click>=8.1.7
firebase-rest-api>=1.11.0
grpcio>=1.66.2
Expand Down