py-near 1.1.47__tar.gz → 1.1.48__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.
- {py_near-1.1.47 → py_near-1.1.48}/PKG-INFO +2 -2
- {py_near-1.1.47 → py_near-1.1.48}/pyproject.toml +3 -3
- {py_near-1.1.47 → py_near-1.1.48}/LICENSE +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/README.md +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/__init__.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/account.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/constants.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/__init__.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/__pycache__/__init__.cpython-311.pyc +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/__pycache__/core.cpython-311.pyc +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/__pycache__/fts.cpython-311.pyc +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/core.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/ft/__init__.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/ft/__pycache__/__init__.cpython-311.pyc +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/ft/__pycache__/async_client.cpython-311.pyc +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/ft/__pycache__/exceptions.cpython-311.pyc +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/ft/__pycache__/models.cpython-311.pyc +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/ft/async_client.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/ft/exceptions.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/ft/models.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/fts.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/keypom/__init__.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/keypom/async_client.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/keypom/exceptions.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/keypom/models.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/staking/__init__.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/staking/__pycache__/__init__.cpython-311.pyc +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/staking/__pycache__/async_client.cpython-311.pyc +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/staking/__pycache__/exceptions.cpython-311.pyc +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/staking/__pycache__/models.cpython-311.pyc +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/staking/async_client.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/staking/exceptions.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/staking/models.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/exceptions/__init__.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/exceptions/__pycache__/__init__.cpython-311.pyc +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/exceptions/__pycache__/exceptions.cpython-311.pyc +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/exceptions/__pycache__/provider.cpython-311.pyc +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/exceptions/exceptions.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/exceptions/provider.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/models.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/providers.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/transactions.py +0 -0
- {py_near-1.1.47 → py_near-1.1.48}/src/py_near/utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: py-near
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.48
|
4
4
|
Summary: Pretty simple and fully asynchronous framework for working with NEAR blockchain
|
5
5
|
Author: pvolnov
|
6
6
|
Author-email: petr@herewallet.app
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.11
|
14
14
|
Classifier: Programming Language :: Python :: 3.12
|
15
15
|
Requires-Dist: ed25519 (==1.5)
|
16
|
-
Requires-Dist: httpx (==0.
|
16
|
+
Requires-Dist: httpx (==0.26.0)
|
17
17
|
Requires-Dist: py-near-primitives (==0.2.3)
|
18
18
|
Description-Content-Type: text/markdown
|
19
19
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "py-near"
|
3
|
-
version = "1.1.
|
3
|
+
version = "1.1.48"
|
4
4
|
description="Pretty simple and fully asynchronous framework for working with NEAR blockchain"
|
5
5
|
authors = ["pvolnov <petr@herewallet.app>"]
|
6
6
|
readme = "README.md"
|
@@ -8,7 +8,7 @@ readme = "README.md"
|
|
8
8
|
[tool.poetry.dependencies]
|
9
9
|
python = "^3.7"
|
10
10
|
ed25519 = "1.5"
|
11
|
-
httpx = "0.
|
11
|
+
httpx = "0.26.0"
|
12
12
|
py-near-primitives = "0.2.3"
|
13
13
|
|
14
14
|
[tool.poetry.dev-dependencies]
|
@@ -22,7 +22,7 @@ base58 = "^2.1.1"
|
|
22
22
|
|
23
23
|
[project]
|
24
24
|
name = "py-near"
|
25
|
-
version = "1.1.
|
25
|
+
version = "1.1.48"
|
26
26
|
description = "Pretty simple and fully asynchronous framework for working with NEAR blockchaink"
|
27
27
|
authors = [ {name = "pvolnov", email = "petr@herewallet.app"} ]
|
28
28
|
requires-python = ">=3.7"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/ft/__pycache__/async_client.cpython-311.pyc
RENAMED
File without changes
|
{py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/ft/__pycache__/exceptions.cpython-311.pyc
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/staking/__pycache__/__init__.cpython-311.pyc
RENAMED
File without changes
|
{py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/staking/__pycache__/async_client.cpython-311.pyc
RENAMED
File without changes
|
{py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/staking/__pycache__/exceptions.cpython-311.pyc
RENAMED
File without changes
|
{py_near-1.1.47 → py_near-1.1.48}/src/py_near/dapps/staking/__pycache__/models.cpython-311.pyc
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{py_near-1.1.47 → py_near-1.1.48}/src/py_near/exceptions/__pycache__/__init__.cpython-311.pyc
RENAMED
File without changes
|
{py_near-1.1.47 → py_near-1.1.48}/src/py_near/exceptions/__pycache__/exceptions.cpython-311.pyc
RENAMED
File without changes
|
{py_near-1.1.47 → py_near-1.1.48}/src/py_near/exceptions/__pycache__/provider.cpython-311.pyc
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|