opengradient 0.3.18__py3-none-any.whl → 0.3.20__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
opengradient/__init__.py CHANGED
@@ -9,7 +9,7 @@ from .defaults import DEFAULT_INFERENCE_CONTRACT_ADDRESS, DEFAULT_RPC_URL
9
9
  from .types import InferenceMode, LlmInferenceMode, LLM, TEE_LLM
10
10
  from . import llm
11
11
 
12
- __version__ = "0.3.18"
12
+ __version__ = "0.3.20"
13
13
 
14
14
  _client = None
15
15
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: opengradient
3
- Version: 0.3.18
3
+ Version: 0.3.20
4
4
  Summary: Python SDK for OpenGradient decentralized model management & inference services
5
5
  Project-URL: Homepage, https://opengradient.ai
6
6
  Author-email: OpenGradient <oliver@opengradient.ai>
@@ -33,103 +33,103 @@ Classifier: Programming Language :: Python :: 3.10
33
33
  Classifier: Programming Language :: Python :: 3.11
34
34
  Classifier: Programming Language :: Python :: 3.12
35
35
  Requires-Python: >=3.10
36
- Requires-Dist: aiohappyeyeballs==2.4.3
37
- Requires-Dist: aiohttp==3.10.8
38
- Requires-Dist: aiosignal==1.3.1
39
- Requires-Dist: annotated-types==0.7.0
40
- Requires-Dist: attrs==24.2.0
41
- Requires-Dist: bitarray==2.9.2
42
- Requires-Dist: cachecontrol==0.14.0
43
- Requires-Dist: cachetools==5.5.0
44
- Requires-Dist: certifi==2024.8.30
45
- Requires-Dist: cffi==1.17.1
46
- Requires-Dist: charset-normalizer==3.3.2
47
- Requires-Dist: ckzg==2.0.1
48
- Requires-Dist: cleo==2.1.0
49
- Requires-Dist: click==8.1.7
50
- Requires-Dist: cramjam==2.8.4
51
- Requires-Dist: crashtest==0.4.1
52
- Requires-Dist: cryptography==43.0.1
53
- Requires-Dist: cytoolz==0.12.3
54
- Requires-Dist: distlib==0.3.8
55
- Requires-Dist: dulwich==0.21.7
56
- Requires-Dist: eth-abi==5.1.0
57
- Requires-Dist: eth-account==0.13.4
58
- Requires-Dist: eth-hash==0.7.0
59
- Requires-Dist: eth-keyfile==0.8.1
60
- Requires-Dist: eth-keys==0.5.1
61
- Requires-Dist: eth-rlp==2.1.0
62
- Requires-Dist: eth-typing==5.0.0
63
- Requires-Dist: eth-utils==5.0.0
64
- Requires-Dist: fastjsonschema==2.20.0
65
- Requires-Dist: fastparquet==2024.5.0
66
- Requires-Dist: filelock==3.16.1
67
- Requires-Dist: firebase-rest-api==1.11.0
68
- Requires-Dist: frozenlist==1.4.1
69
- Requires-Dist: fsspec==2024.9.0
70
- Requires-Dist: google-api-core==2.20.0
71
- Requires-Dist: google-auth==2.35.0
72
- Requires-Dist: google-cloud-core==2.4.1
73
- Requires-Dist: google-cloud-firestore==2.19.0
74
- Requires-Dist: google-cloud-storage==2.18.2
75
- Requires-Dist: google-crc32c==1.6.0
76
- Requires-Dist: google-resumable-media==2.7.2
77
- Requires-Dist: googleapis-common-protos==1.65.0
78
- Requires-Dist: grpcio-tools==1.66.2
79
- Requires-Dist: grpcio==1.66.2
80
- Requires-Dist: hexbytes==1.2.1
81
- Requires-Dist: idna==3.10
82
- Requires-Dist: jaraco-classes==3.4.0
83
- Requires-Dist: jwcrypto==1.5.6
84
- Requires-Dist: keyring==24.3.1
85
- Requires-Dist: langchain==0.3.7
86
- Requires-Dist: more-itertools==10.5.0
87
- Requires-Dist: msgpack==1.1.0
88
- Requires-Dist: multidict==6.1.0
89
- Requires-Dist: openai==1.58.1
90
- Requires-Dist: packaging==24.1
91
- Requires-Dist: pandas==2.2.3
92
- Requires-Dist: parsimonious==0.10.0
93
- Requires-Dist: pathlib==1.0.1
94
- Requires-Dist: pexpect==4.9.0
95
- Requires-Dist: pkce==1.0.3
96
- Requires-Dist: pkginfo==1.11.1
97
- Requires-Dist: platformdirs==4.3.6
98
- Requires-Dist: proto-plus==1.24.0
99
- Requires-Dist: protobuf==5.28.2
36
+ Requires-Dist: aiohappyeyeballs>=2.4.3
37
+ Requires-Dist: aiohttp>=3.10.8
38
+ Requires-Dist: aiosignal>=1.3.1
39
+ Requires-Dist: annotated-types>=0.7.0
40
+ Requires-Dist: attrs>=24.2.0
41
+ Requires-Dist: bitarray>=2.9.2
42
+ Requires-Dist: cachecontrol>=0.14.0
43
+ Requires-Dist: cachetools>=5.5.0
44
+ Requires-Dist: certifi>=2024.8.30
45
+ Requires-Dist: cffi>=1.17.1
46
+ Requires-Dist: charset-normalizer>=3.3.2
47
+ Requires-Dist: ckzg>=2.0.1
48
+ Requires-Dist: cleo>=2.1.0
49
+ Requires-Dist: click>=8.1.7
50
+ Requires-Dist: cramjam>=2.8.4
51
+ Requires-Dist: crashtest>=0.4.1
52
+ Requires-Dist: cryptography>=43.0.1
53
+ Requires-Dist: cytoolz>=0.12.3
54
+ Requires-Dist: distlib>=0.3.8
55
+ Requires-Dist: dulwich>=0.21.7
56
+ Requires-Dist: eth-abi>=5.1.0
57
+ Requires-Dist: eth-account>=0.13.4
58
+ Requires-Dist: eth-hash>=0.7.0
59
+ Requires-Dist: eth-keyfile>=0.8.1
60
+ Requires-Dist: eth-keys>=0.5.1
61
+ Requires-Dist: eth-rlp>=2.1.0
62
+ Requires-Dist: eth-typing>=5.0.0
63
+ Requires-Dist: eth-utils>=5.0.0
64
+ Requires-Dist: fastjsonschema>=2.20.0
65
+ Requires-Dist: fastparquet>=2024.5.0
66
+ Requires-Dist: filelock>=3.16.1
67
+ Requires-Dist: firebase-rest-api>=1.11.0
68
+ Requires-Dist: frozenlist>=1.4.1
69
+ Requires-Dist: fsspec>=2024.9.0
70
+ Requires-Dist: google-api-core>=2.20.0
71
+ Requires-Dist: google-auth>=2.35.0
72
+ Requires-Dist: google-cloud-core>=2.4.1
73
+ Requires-Dist: google-cloud-firestore>=2.19.0
74
+ Requires-Dist: google-cloud-storage>=2.18.2
75
+ Requires-Dist: google-crc32c>=1.6.0
76
+ Requires-Dist: google-resumable-media>=2.7.2
77
+ Requires-Dist: googleapis-common-protos>=1.65.0
78
+ Requires-Dist: grpcio-tools>=1.66.2
79
+ Requires-Dist: grpcio>=1.66.2
80
+ Requires-Dist: hexbytes>=1.2.1
81
+ Requires-Dist: idna>=3.10
82
+ Requires-Dist: jaraco-classes>=3.4.0
83
+ Requires-Dist: jwcrypto>=1.5.6
84
+ Requires-Dist: keyring>=24.3.1
85
+ Requires-Dist: langchain>=0.3.7
86
+ Requires-Dist: more-itertools>=10.5.0
87
+ Requires-Dist: msgpack>=1.1.0
88
+ Requires-Dist: multidict>=6.1.0
89
+ Requires-Dist: openai>=1.58.1
90
+ Requires-Dist: packaging>=24.1
91
+ Requires-Dist: pandas>=2.2.3
92
+ Requires-Dist: parsimonious>=0.10.0
93
+ Requires-Dist: pathlib>=1.0.1
94
+ Requires-Dist: pexpect>=4.9.0
95
+ Requires-Dist: pkce>=1.0.3
96
+ Requires-Dist: pkginfo>=1.11.1
97
+ Requires-Dist: platformdirs>=4.3.6
98
+ Requires-Dist: proto-plus>=1.24.0
100
99
  Requires-Dist: protobuf>=4.24.0
101
- Requires-Dist: ptyprocess==0.7.0
102
- Requires-Dist: pyarrow==17.0.0
103
- Requires-Dist: pyasn1-modules==0.4.1
104
- Requires-Dist: pyasn1==0.6.1
105
- Requires-Dist: pycparser==2.22
106
- Requires-Dist: pycryptodome==3.21.0
107
- Requires-Dist: pydantic-core==2.23.4
108
- Requires-Dist: pydantic==2.9.2
109
- Requires-Dist: pyproject-hooks==1.2.0
110
- Requires-Dist: python-dateutil==2.9.0.post0
111
- Requires-Dist: python-jwt==4.1.0
112
- Requires-Dist: pytz==2024.2
113
- Requires-Dist: pyunormalize==16.0.0
114
- Requires-Dist: rapidfuzz==3.10.0
115
- Requires-Dist: regex==2024.9.11
116
- Requires-Dist: requests-toolbelt==1.0.0
117
- Requires-Dist: requests==2.32.3
118
- Requires-Dist: rlp==4.0.1
119
- Requires-Dist: rsa==4.9
120
- Requires-Dist: shellingham==1.5.4
121
- Requires-Dist: six==1.16.0
122
- Requires-Dist: tomlkit==0.13.2
123
- Requires-Dist: toolz==0.12.1
124
- Requires-Dist: trove-classifiers==2024.9.12
125
- Requires-Dist: types-requests==2.32.0.20240914
126
- Requires-Dist: typing-extensions==4.12.2
127
- Requires-Dist: tzdata==2024.2
128
- Requires-Dist: urllib3==2.2.3
129
- Requires-Dist: web3==7.3.0
130
- Requires-Dist: websockets==13.1
131
- Requires-Dist: xattr==1.1.0
132
- Requires-Dist: yarl==1.13.1
100
+ Requires-Dist: protobuf>=5.28.2
101
+ Requires-Dist: ptyprocess>=0.7.0
102
+ Requires-Dist: pyarrow>=17.0.0
103
+ Requires-Dist: pyasn1-modules>=0.4.1
104
+ Requires-Dist: pyasn1>=0.6.1
105
+ Requires-Dist: pycparser>=2.22
106
+ Requires-Dist: pycryptodome>=3.21.0
107
+ Requires-Dist: pydantic-core>=2.23.4
108
+ Requires-Dist: pydantic>=2.9.2
109
+ Requires-Dist: pyproject-hooks>=1.2.0
110
+ Requires-Dist: python-dateutil>=2.9.0.post0
111
+ Requires-Dist: python-jwt>=4.1.0
112
+ Requires-Dist: pytz>=2024.2
113
+ Requires-Dist: pyunormalize>=16.0.0
114
+ Requires-Dist: rapidfuzz>=3.10.0
115
+ Requires-Dist: regex>=2024.9.11
116
+ Requires-Dist: requests-toolbelt>=1.0.0
117
+ Requires-Dist: requests>=2.32.3
118
+ Requires-Dist: rlp>=4.0.1
119
+ Requires-Dist: rsa>=4.9
120
+ Requires-Dist: shellingham>=1.5.4
121
+ Requires-Dist: six>=1.16.0
122
+ Requires-Dist: tomlkit>=0.13.2
123
+ Requires-Dist: toolz>=0.12.1
124
+ Requires-Dist: trove-classifiers>=2024.9.12
125
+ Requires-Dist: types-requests>=2.32.0.20240914
126
+ Requires-Dist: typing-extensions>=4.12.2
127
+ Requires-Dist: tzdata>=2024.2
128
+ Requires-Dist: urllib3>=2.2.3
129
+ Requires-Dist: web3>=7.3.0
130
+ Requires-Dist: websockets>=13.1
131
+ Requires-Dist: xattr>=1.1.0
132
+ Requires-Dist: yarl>=1.13.1
133
133
  Description-Content-Type: text/markdown
134
134
 
135
135
  # OpenGradient Python SDK
@@ -1,4 +1,4 @@
1
- opengradient/__init__.py,sha256=CRII5thG_vRVtEqyhc48IWgYwjif2S4kOBbBf6MgH8I,9262
1
+ opengradient/__init__.py,sha256=2kBCVdEjuZvLDFjivX_aQSn7wnTLxYVTixy4jLQSXts,9262
2
2
  opengradient/account.py,sha256=2B7rtCXQDX-yF4U69h8B9-OUreJU4IqoGXG_1Hn9nWs,1150
3
3
  opengradient/cli.py,sha256=niN8tlLaiVEpdtkdWEUbxidG75nxrlb6mMUfUAIjiVw,26400
4
4
  opengradient/client.py,sha256=axMbfqAQ6OWq3sM_D4bGVWrpAd-15Ru-bOHJ6R6GruA,35197
@@ -14,8 +14,8 @@ opengradient/proto/__init__.py,sha256=AhaSmrqV0TXGzCKaoPV8-XUvqs2fGAJBM2aOmDpkNb
14
14
  opengradient/proto/infer.proto,sha256=13eaEMcppxkBF8yChptsX9HooWFwJKze7oLZNl-LEb8,1217
15
15
  opengradient/proto/infer_pb2.py,sha256=wg2vjLQCNv6HRhYuIqgj9xivi3nO4IPz6E5wh2dhDqY,3446
16
16
  opengradient/proto/infer_pb2_grpc.py,sha256=y5GYwD1EdNs892xx58jdfyA0fO5QC7k3uZOtImTHMiE,6891
17
- opengradient-0.3.18.dist-info/METADATA,sha256=eH1-0CRuheW8Ho8mMbiivn2WIrgAKZf37c4zlFMloes,8744
18
- opengradient-0.3.18.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
- opengradient-0.3.18.dist-info/entry_points.txt,sha256=yUKTaJx8RXnybkob0J62wVBiCp_1agVbgw9uzsmaeJc,54
20
- opengradient-0.3.18.dist-info/licenses/LICENSE,sha256=xEcvQ3AxZOtDkrqkys2Mm6Y9diEnaSeQRKvxi-JGnNA,1069
21
- opengradient-0.3.18.dist-info/RECORD,,
17
+ opengradient-0.3.20.dist-info/METADATA,sha256=ePeui6GaKauFQNAKa-ZRNx0VKWjVOKg0ZZYN77Mjiew,8744
18
+ opengradient-0.3.20.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
+ opengradient-0.3.20.dist-info/entry_points.txt,sha256=yUKTaJx8RXnybkob0J62wVBiCp_1agVbgw9uzsmaeJc,54
20
+ opengradient-0.3.20.dist-info/licenses/LICENSE,sha256=xEcvQ3AxZOtDkrqkys2Mm6Y9diEnaSeQRKvxi-JGnNA,1069
21
+ opengradient-0.3.20.dist-info/RECORD,,