Skip to content

Commit 8fcf0e3

Browse files
upd: dependencies
1 parent 1aab5af commit 8fcf0e3

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requests>=2.31.0
1+
requests>=2.34.2
22
aiofiles>=24.1.0
3-
aiogram>=3.13.1
4-
aiohttp>=3.9.0
3+
aiogram>=3.28.2
4+
aiohttp>=3.13.5

setup.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="whatsapp-api-client-python",
8-
version="0.0.53",
8+
version="0.0.54",
99
description=(
1010
"This library helps you easily create"
1111
" a Python application with WhatsApp API."
@@ -27,8 +27,6 @@
2727
"Programming Language :: Python",
2828
"Programming Language :: Python :: 3",
2929
"Programming Language :: Python :: 3 :: Only",
30-
"Programming Language :: Python :: 3.7",
31-
"Programming Language :: Python :: 3.8",
3230
"Programming Language :: Python :: 3.9",
3331
"Programming Language :: Python :: 3.10",
3432
"Programming Language :: Python :: 3.11",
@@ -43,6 +41,6 @@
4341
"Creative Commons Attribution-NoDerivatives 4.0 International"
4442
" (CC BY-ND 4.0)"
4543
),
46-
install_requires=["requests>=2.31.0", "aiofiles>=24.1.0", "aiogram>=3.21.0", "aiohttp>=3.9.0"],
47-
python_requires=">=3.7"
44+
install_requires=["requests-2.34.2", "aiofiles>=24.1.0", "aiogram>=3.28.2", "aiohttp>=3.13.5"],
45+
python_requires=">=3.9"
4846
)

0 commit comments

Comments
 (0)