Bump version and minor fixes#2584
Merged
Badiboy merged 3 commits intoeternnoir:masterfrom Apr 5, 2026
Merged
Conversation
Some minor bugs found also.
Collaborator
Author
|
@coder2020official Please, take a look on second commit, it's hints fixes. Most of fixes are just code design, but some bugs mentioned. |
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the library version to 4.33.0 and applies a set of small maintenance fixes/updates across sync/async helpers, types, docs, and packaging metadata.
Changes:
- Bump project/version metadata (library version + docs release) and update stated supported Python versions.
- Update/clean up several Telegram Bot API-related docstrings and small helper behaviors.
- Minor fixes in
telebot/types.py, handler backends, and async helpers.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| telebot/version.py | Bumps __version__ to 4.33.0. |
| telebot/types.py | Minor cleanups; deprecates Poll.add; doc tweaks; fixes missing return in InputChecklist.to_dict(). |
| telebot/handler_backends.py | Small style cleanup and explicit None return for handler loading. |
| telebot/asyncio_helper.py | Adds explicit None returns in a few helpers; expands invoice docs; minor media conversion tweak. |
| telebot/async_telebot.py | Adds a couple instance attributes; makes close_session static; forwards new send_contact params; doc tweak. |
| telebot/apihelper.py | Expands send_invoice docstring to include newer parameters. |
| README.md | Updates the documented tested Python versions. |
| pyproject.toml | Bumps version + raises requires-python to >=3.10. |
| docs/source/conf.py | Updates Sphinx release to 4.33.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Collaborator
|
LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bump version and minor fixes