Skip to content

Commit

Permalink
Update version to 0.4.7 and update aiohttp deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
nessshon committed Feb 5, 2025
1 parent 123e057 commit cc529a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

setuptools.setup(
name="pytonapi",
version="0.4.6",
version="0.4.7",
author="nessshon",
description="Provide access to indexed TON blockchain.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/tonkeeper/pytonapi/",
packages=setuptools.find_packages(include=["pytonapi", "pytonapi.*"]),
install_requires=[
"aiohttp~=3.11.11",
"pydantic~=2.10.4",
"aiohttp>=3.9.0,<3.12",
"pydantic>=2.4.1,<2.11",
],
classifiers=[
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit cc529a0

Please sign in to comment.