Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constrain python-telegram-bot version to 13.x to sidestep api changes #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mpoemsl
Copy link

@mpoemsl mpoemsl commented Oct 8, 2023

Hi, thanks for this awesome project!

The constraint python-telegram-bot>=13.0 in requirements.txt currently resolves to 20.x in the docker container environment, which it seems introduced some breaking changes (can no longer do from telegram.ext import Dispatcher).

I propose to change the constraint to python-telegram-bot~=13.0, which resolves to version 13.15 in the docker container environment. I haven't run all the tests with that version, but it seems to work and that is probably the version people have been using for a while.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant