Python-telegram-bot

Latest version: v22.0

Safety actively analyzes 723576 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 21

20.0b0

==============
*Released 2022-12-15*

This is the technical changelog for version 20.0b0. More elaborate release notes can be found in the news channel [pythontelegrambotchannel](https://t.me/pythontelegrambotchannel).

Major Changes
-------------

- Make `TelegramObject` Immutable (3249)

Minor Changes, Documentation Improvements and CI
------------------------------------------------

- Reduce Code Duplication in Testing `Defaults` (3419)
- Add Notes and Warnings About Optional Dependencies (3393)
- Simplify Internals of `Bot` Methods (3396)
- Reduce Code Duplication in Several `Bot` Methods (3385)
- Documentation Improvements (3386, 3395, 3398, 3403)

Dependencies
------------

- Bump `pytest-xdist` from 3.0.2 to 3.1.0 (3415)
- Bump `pytest-asyncio` from 0.20.2 to 0.20.3 (3417)
- `pre-commit` autoupdate (3409)

20.0a6

==============
*Released 2022-11-24*

This is the technical changelog for version 20.0a6. More elaborate release notes can be found in the news channel [pythontelegrambotchannel](https://t.me/pythontelegrambotchannel).

Bug Fixes
---------

- Only Persist Arbitrary `callback_data` if `ExtBot.callback_data_cache` is Present (3384)
- Improve Backwards Compatibility of `TelegramObjects` Pickle Behavior (3382)
- Fix Naming and Keyword Arguments of `File.download_*` Methods (3380)
- Fix Return Value Annotation of `Chat.create_forum_topic` (3381)

20.0a5

==============
*Released 2022-11-22*

This is the technical changelog for version 20.0a5. More elaborate release notes can be found in the news channel [pythontelegrambotchannel](https://t.me/pythontelegrambotchannel).

Major Changes
-------------

- API 6.3 (3346, 3343, 3342, 3360)
- Explicit `local_mode` Setting (3154)
- Make Almost All 3rd Party Dependencies Optional (3267)
- Split `File.download` Into `File.download_to_drive` And `File.download_to_memory` (3223)

New Features
------------

- Add Properties for API Settings of `Bot` (3247)
- Add `chat_id` and `username` Parameters to `ChatJoinRequestHandler` (3261)
- Introduce `TelegramObject.api_kwargs` (3233)
- Add Two Constants Related to Local Bot API Servers (3296)
- Add `recursive` Parameter to `TelegramObject.to_dict()` (3276)
- Overhaul String Representation of `TelegramObject` (3234)
- Add Methods `Chat.mention_{html, markdown, markdown_v2}` (3308)
- Add `constants.MessageLimit.DEEP_LINK_LENGTH` (3315)
- Add Shortcut Parameters `caption`, `parse_mode` and `caption_entities` to `Bot.send_media_group` (3295)
- Add Several New Enums To Constants (3351)

Bug Fixes
---------

- Fix `CallbackQueryHandler` Not Handling Non-String Data Correctly With Regex Patterns (3252)
- Fix Defaults Handling in `Bot.answer_web_app_query` (3362)

Documentation Improvements
--------------------------

- Update PR Template (3361)
- Document Dunder Methods of `TelegramObject` (3319)
- Add Several References to Wiki pages (3306)
- Overhaul Search bar (3218)
- Unify Documentation of Arguments and Attributes of Telegram Classes (3217, 3292, 3303, 3312, 3314)
- Several Smaller Improvements (3214, 3271, 3289, 3326, 3370, 3376, 3366)

Minor Changes, Documentation Improvements and CI
------------------------------------------------

- Improve Warning About Unknown `ConversationHandler` States (3242)
- Switch from Stale Bot to `GitHub` Actions (3243)
- Bump Python 3.11 to RC2 in Test Matrix (3246)
- Make `Job.job` a Property and Make `Jobs` Hashable (3250)
- Skip `JobQueue` Tests on Windows Again (3280)
- Read-Only `CallbackDataCache` (3266)
- Type Hinting Fix for `Message.effective_attachment` (3294)
- Run Unit Tests in Parallel (3283)
- Update Test Matrix to Use Stable Python 3.11 (3313)
- Don't Edit Objects In-Place When Inserting `ext.Defaults` (3311)
- Add a Test for `MessageAttachmentType` (3335)
- Add Three New Test Bots (3347)
- Improve Unit Tests Regarding `ChatMemberUpdated.difference` (3352)
- Flaky Unit Tests: Use `pytest` Marker (3354)
- Fix `DeepSource` Issues (3357)
- Handle Lists and Tuples and Datetimes Directly in `TelegramObject.to_dict` (3353)
- Update Meta Config (3365)
- Merge `ChatDescriptionLimit` Enum Into `ChatLimit` (3377)

Dependencies
------------

- Bump `pytest` from 7.1.2 to 7.1.3 (3228)
- `pre-commit` Updates (3221)
- Bump `sphinx` from 5.1.1 to 5.2.3 (3269)
- Bump `furo` from 2022.6.21 to 2022.9.29 (3268)
- Bump `actions/stale` from 5 to 6 (3277)
- `pre-commit` autoupdate (3282)
- Bump `sphinx` from 5.2.3 to 5.3.0 (3300)
- Bump `pytest-asyncio` from 0.19.0 to 0.20.1 (3299)
- Bump `pytest` from 7.1.3 to 7.2.0 (3318)
- Bump `pytest-xdist` from 2.5.0 to 3.0.2 (3317)
- `pre-commit` autoupdate (3325)
- Bump `pytest-asyncio` from 0.20.1 to 0.20.2 (3359)
- Update `httpx` requirement from ~=0.23.0 to ~=0.23.1 (3373)

20.0a4

==============
*Released 2022-08-27*

This is the technical changelog for version 20.0a4. More elaborate release notes can be found in the news channel [pythontelegrambotchannel](https://t.me/pythontelegrambotchannel).

Hot Fixes
---------

* Fix a Bug in `setup.py` Regarding Optional Dependencies (3209)

20.0a3

==============
*Released 2022-08-27*

This is the technical changelog for version 20.0a3. More elaborate release notes can be found in the news channel [pythontelegrambotchannel](https://t.me/pythontelegrambotchannel).

Major Changes
-------------

- Full Support for API 6.2 (3195)

New Features
------------

- New Rate Limiting Mechanism (3148)
- Make `chat/user_data` Available in Error Handler for Errors in Jobs (3152)
- Add `Application.post_shutdown` (3126)

Bug Fixes
---------

- Fix `helpers.mention_markdown` for Markdown V1 and Improve Related Unit Tests (3155)
- Add `api_kwargs` Parameter to `Bot.log_out` and Improve Related Unit Tests (3147)
- Make `Bot.delete_my_commands` a Coroutine Function (3136)
- Fix `ConversationHandler.check_update` not respecting `per_user` (3128)

Minor Changes, Documentation Improvements and CI
------------------------------------------------

- Add Python 3.11 to Test Suite & Adapt Enum Behaviour (3168)
- Drop Manual Token Validation (3167)
- Simplify Unit Tests for `Bot.send_chat_action` (3151)
- Drop `pre-commit` Dependencies from `requirements-`dev.txt` (3120)
- Change Default Values for `concurrent_updates` and `connection_pool_size` (3127)
- Documentation Improvements (3139, 3153, 3135)
- Type Hinting Fixes (3202)

Dependencies
------------

- Bump `sphinx` from 5.0.2 to 5.1.1 (3177)
- Update `pre-commit` Dependencies (3085)
- Bump `pytest-asyncio` from 0.18.3 to 0.19.0 (3158)
- Update `tornado` requirement from ~=6.1 to ~=6.2 (3149)
- Bump `black` from 22.3.0 to 22.6.0 (3132)
- Bump `actions/setup-python` from 3 to 4 (3131)

20.0a2

==============
*Released 2022-06-27*

This is the technical changelog for version 20.0a2. More elaborate release notes can be found in the news channel [pythontelegrambotchannel](https://t.me/pythontelegrambotchannel).

Major Changes
-------------

- Full Support for API 6.1 (3112)

New Features
------------

- Add Additional Shortcut Methods to `Chat` (3115)
- Mermaid-based Example State Diagrams (3090)

Minor Changes, Documentation Improvements and CI
------------------------------------------------

- Documentation Improvements (3103, 3121, 3098)
- Stabilize CI (3119)
- Bump `pyupgrade` from 2.32.1 to 2.34.0 (3096)
- Bump `furo` from 2022.6.4 to 2022.6.4.1 (3095)
- Bump `mypy` from 0.960 to 0.961 (3093)

Page 5 of 21

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.