-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Drop Functionality Deprecated in v20.x #4671
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
Conversation
…er.start_polling`
❌ 10 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cant find a way to review that line but
python-telegram-bot/telegram/_bot.py
Lines 4573 to 4576 in da6fb20
"20.7", | |
f"The class {self._request[0].__class__.__name__} does not override " | |
"the property `read_timeout`. Overriding this property will be mandatory " | |
"in future versions. Using 2 seconds as fallback.", |
And should we update the version in create task callback so people dont think we missed it/it will be deprecated
# Conflicts: # telegram/ext/_application.py # telegram/ext/_updater.py # tests/test_official/exceptions.py
when done, closes #4659
endet up skipping one item of #4659 - please see the comments there.
please also have a look if you find anything else that we should deprecate.