telebot icon indicating copy to clipboard operation
telebot copied to clipboard

Update dependencies

Open PvdBerg1998 opened this issue 5 years ago • 2 comments

The following dependencies are heavily outdated and not compatible with the latest versions:

  • hyper-multipart
  • uuid
  • syn
  • quote

PvdBerg1998 avatar Mar 05 '19 13:03 PvdBerg1998

Updated hyper-multipart in 5c80581f5e3c1fbb467e57a5b3599e5c3bf4637f Updated uuid in 9d681dd3cfe8e7f2df15e5d18e8c3a8165a58cab

The other two are much more difficult to update. Unfortunately we will need to rewrite the parser completely to support the new syn infrastructure. Actually I would like to use a different approach and bundle the json description from Telegram (https://core.telegram.org/schema/json) to generate the necessary structs On-The-Fly.

bytesnake avatar Mar 06 '19 13:03 bytesnake

generate the necessary structs On-The-Fly. Sounds awesome! Looking forward to any progress!

PvdBerg1998 avatar Mar 06 '19 13:03 PvdBerg1998