Skip to content

Commit 6d6582d

Browse files
Merge branch 'master' into init_indentation_fix
2 parents bf351ee + 8876319 commit 6d6582d

File tree

12 files changed

+2394
-1148
lines changed

12 files changed

+2394
-1148
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p align="center">A simple, but extensible Python implementation for the <a href="https://core.telegram.org/bots/api">Telegram Bot API</a>.</p>
1111
<p align="center">Both synchronous and asynchronous.</p>
1212

13-
## <p align="center">Supported Bot API version: <a href="https://core.telegram.org/bots/api#april-11-2025"><img src="https://img.shields.io/badge/Bot%20API-9.0-blue?logo=telegram" alt="Supported Bot API version"></a>
13+
## <p align="center">Supported Bot API version: <a href="https://core.telegram.org/bots/api#august-15-2025"><img src="https://img.shields.io/badge/Bot%20API-9.2-blue?logo=telegram" alt="Supported Bot API version"></a>
1414

1515
<h2><a href='https://pytba.readthedocs.io/en/latest/index.html'>Official documentation</a></h2>
1616
<h2><a href='https://pytba.readthedocs.io/ru/latest/index.html'>Official ru documentation</a></h2>

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
copyright = f'2022-{datetime.now().year}, {author}'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '4.27.0'
25+
release = '4.29.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyTelegramBotAPI"
7-
version = "4.27.0"
8-
description = "Python Telegram bot api."
7+
version = "4.29.0"
8+
description = "Python Telegram bot API."
99
authors = [{name = "eternnoir", email = "eternnoir@gmail.com"}]
1010
license = {text = "GPL2"}
1111
readme = "README.md"
@@ -35,7 +35,6 @@ Issues = "https://github.com/eternnoir/pyTelegramBotAPI/issues"
3535
json = ["ujson"]
3636
PIL = ["Pillow"]
3737
redis = ["redis>=3.4.1"]
38-
aiohttp = ["aiohttp"]
3938
fastapi = ["fastapi"]
4039
uvicorn = ["uvicorn"]
4140
psutil = ["psutil"]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest
22
requests==2.32.4
33
wheel==0.38.1
4-
aiohttp==3.10.11
4+
aiohttp==3.12.14

telebot/__init__.py

Lines changed: 325 additions & 45 deletions
Large diffs are not rendered by default.

telebot/apihelper.py

Lines changed: 118 additions & 21 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)