ton-http-api 2.0.60__tar.gz → 2.0.61__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ton-http-api
3
- Version: 2.0.60
3
+ Version: 2.0.61
4
4
  Summary: HTTP API for TON (The Open Network)
5
5
  Home-page: https://github.com/toncenter/ton-http-api
6
6
  Author: K-Dimentional Tree
@@ -23,7 +23,7 @@ Requires-Dist: requests==2.28.0
23
23
  Requires-Dist: ring==0.10.1
24
24
  Requires-Dist: uvicorn==0.17.6
25
25
  Requires-Dist: gunicorn==20.1.0
26
- Requires-Dist: pytonlib==0.0.64
26
+ Requires-Dist: pytonlib==0.0.67
27
27
  Requires-Dist: inject==4.3.1
28
28
  Dynamic: author
29
29
  Dynamic: author-email
@@ -24,7 +24,7 @@ setup(
24
24
  'ring==0.10.1',
25
25
  'uvicorn==0.17.6',
26
26
  'gunicorn==20.1.0',
27
- 'pytonlib==0.0.64',
27
+ 'pytonlib==0.0.67',
28
28
  'inject==4.3.1'
29
29
  ],
30
30
  package_data={},
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ton-http-api
3
- Version: 2.0.60
3
+ Version: 2.0.61
4
4
  Summary: HTTP API for TON (The Open Network)
5
5
  Home-page: https://github.com/toncenter/ton-http-api
6
6
  Author: K-Dimentional Tree
@@ -23,7 +23,7 @@ Requires-Dist: requests==2.28.0
23
23
  Requires-Dist: ring==0.10.1
24
24
  Requires-Dist: uvicorn==0.17.6
25
25
  Requires-Dist: gunicorn==20.1.0
26
- Requires-Dist: pytonlib==0.0.64
26
+ Requires-Dist: pytonlib==0.0.67
27
27
  Requires-Dist: inject==4.3.1
28
28
  Dynamic: author
29
29
  Dynamic: author-email
@@ -6,5 +6,5 @@ requests==2.28.0
6
6
  ring==0.10.1
7
7
  uvicorn==0.17.6
8
8
  gunicorn==20.1.0
9
- pytonlib==0.0.64
9
+ pytonlib==0.0.67
10
10
  inject==4.3.1
File without changes
File without changes