tristero 0.1.5__tar.gz → 0.1.6__tar.gz

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.
@@ -1,15 +1,15 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: tristero
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Library for trading on Tristero
5
5
  Author: pty1
6
6
  Author-email: pty1 <pty11@proton.me>
7
- Requires-Dist: eth-account>=0.13.7
8
- Requires-Dist: httpx>=0.28.1
9
- Requires-Dist: pydantic>=2.12.4
10
- Requires-Dist: tenacity>=9.1.2
11
- Requires-Dist: web3>=7.14.0
12
- Requires-Dist: websockets>=15.0.1
7
+ Requires-Dist: eth-account>=0.8.0
8
+ Requires-Dist: httpx>=0.23.0
9
+ Requires-Dist: pydantic>=2.0.0
10
+ Requires-Dist: tenacity>=8.0.0
11
+ Requires-Dist: web3>=6.0.0
12
+ Requires-Dist: websockets>=10.0
13
13
  Requires-Python: >=3.10
14
14
  Description-Content-Type: text/markdown
15
15
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tristero"
3
- version = "0.1.5"
3
+ version = "0.1.6"
4
4
  description = "Library for trading on Tristero"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -8,12 +8,12 @@ authors = [
8
8
  ]
9
9
  requires-python = ">=3.10"
10
10
  dependencies = [
11
- "eth-account>=0.13.7",
12
- "httpx>=0.28.1",
13
- "pydantic>=2.12.4",
14
- "tenacity>=9.1.2",
15
- "web3>=7.14.0",
16
- "websockets>=15.0.1",
11
+ "eth-account>=0.8.0",
12
+ "httpx>=0.23.0",
13
+ "pydantic>=2.0.0",
14
+ "tenacity>=8.0.0",
15
+ "web3>=6.0.0",
16
+ "websockets>=10.0"
17
17
  ]
18
18
 
19
19
  [build-system]
File without changes
File without changes
File without changes