0.4.6
1 parent 2a11081 commit 123e057Copy full SHA for 123e057
1 file changed
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="pytonapi",
8
- version="0.4.5",
+ version="0.4.6",
9
author="nessshon",
10
description="Provide access to indexed TON blockchain.",
11
long_description=long_description,
@@ -14,7 +14,7 @@
14
packages=setuptools.find_packages(include=["pytonapi", "pytonapi.*"]),
15
install_requires=[
16
"aiohttp~=3.11.11",
17
- "pydantic==2.10.4",
+ "pydantic~=2.10.4",
18
],
19
classifiers=[
20
"Programming Language :: Python :: 3.9",
0 commit comments