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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python-telegram-bot to 10.0.0 #532

Closed

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Mar 2, 2018

There's a new version of python-telegram-bot available.
You are currently using 9.0.0. I have updated it to 10.0.0

These links might come in handy: PyPI | Changelog | Homepage

Changelog

10.0.0

Non backward compatabile changes and changed defaults

  • JobQueue: Remove deprecated prevent_autostart & put() (PR 1012_)
  • Bot, Updater: Remove deprecated network_delay (PR 1012_)
  • Remove deprecated Message.new_chat_member (PR 1012_)
  • Retry bootstrap phase indefinitely (by default) on network errors (PR 1018_)

New Features

  • Support v3.6 API (PR 1006_)
  • User.full_name convinience property (PR 949_)
  • Add send_phone_number_to_provider and send_email_to_provider arguments to send_invoice (PR 986_)
  • Bot: Add shortcut methods reply_{markdown,html} (PR 827_)
  • Bot: Add shortcut method reply_media_group (PR 994_)
  • Added utils.helpers.effective_message_type (PR 826_)
  • Bot.get_file now allows passing a file in addition to file_id (PR 963_)
  • Add .get_file() to Audio, Document, PhotoSize, Sticker, Video, VideoNote and Voice (PR 963_)
  • Add .send_*() methods to User and Chat (PR 963_)
  • Get jobs by name (PR 1011_)
  • Add Message caption html/markdown methods (PR 1013_)
  • File.download_as_bytearray - new method to get a d/led file as bytearray (PR 1019_)
  • File.download(): Now returns a meaningful return value (PR 1019_)
  • Added conversation timeout in ConversationHandler (PR 895_)

Changes

  • Store bot in PreCheckoutQuery (PR 953_)
  • Updater: Issue INFO log upon received signal (PR 951_)
  • JobQueue: Thread safety fixes (PR 977_)
  • WebhookHandler: Fix exception thrown during error handling (PR 985_)
  • Explicitly check update.effective_chat in ConversationHandler.check_update (PR 959_)
  • Updater: Better handling of timeouts during get_updates (PR 1007_)
  • Remove unnecessary to_dict() (PR 834_)
  • CommandHandler - ignore strings in entities and "/" followed by whitespace (PR 1020_)
  • Documentation & style fixes (PR 942, PR 956, PR 962, PR 980, PR 983_)

.. _826: python-telegram-bot/python-telegram-bot#826
.. _827: python-telegram-bot/python-telegram-bot#827
.. _834: python-telegram-bot/python-telegram-bot#834
.. _895: python-telegram-bot/python-telegram-bot#895
.. _942: python-telegram-bot/python-telegram-bot#942
.. _949: python-telegram-bot/python-telegram-bot#949
.. _951: python-telegram-bot/python-telegram-bot#951
.. _956: python-telegram-bot/python-telegram-bot#956
.. _953: python-telegram-bot/python-telegram-bot#953
.. _962: python-telegram-bot/python-telegram-bot#962
.. _959: python-telegram-bot/python-telegram-bot#959
.. _963: python-telegram-bot/python-telegram-bot#963
.. _977: python-telegram-bot/python-telegram-bot#977
.. _980: python-telegram-bot/python-telegram-bot#980
.. _983: python-telegram-bot/python-telegram-bot#983
.. _985: python-telegram-bot/python-telegram-bot#985
.. _986: python-telegram-bot/python-telegram-bot#986
.. _994: python-telegram-bot/python-telegram-bot#994
.. _1006: python-telegram-bot/python-telegram-bot#1006
.. _1007: python-telegram-bot/python-telegram-bot#1007
.. _1011: python-telegram-bot/python-telegram-bot#1011
.. _1012: python-telegram-bot/python-telegram-bot#1012
.. _1013: python-telegram-bot/python-telegram-bot#1013
.. _1018: python-telegram-bot/python-telegram-bot#1018
.. _1019: python-telegram-bot/python-telegram-bot#1019
.. _1020: python-telegram-bot/python-telegram-bot#1020

2017-12-08

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 馃

@pyup-bot
Copy link
Contributor Author

pyup-bot commented Mar 5, 2018

Closing this in favor of #538

@pyup-bot pyup-bot closed this Mar 5, 2018
@gcarq gcarq deleted the pyup-update-python-telegram-bot-9.0.0-to-10.0.0 branch March 5, 2018 11:55
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.

None yet

1 participant