greed icon indicating copy to clipboard operation
greed copied to clipboard

Update `python-telegram-bot` to `20.6`

Open OniMock opened this issue 1 year ago • 4 comments

Describe the proposed feature

Is it possible to update the python-telegram-bot dependency to version 20.6?

I tried to update, but I couldn't implement it in the code.

OniMock avatar Nov 24 '23 20:11 OniMock

I think the library has changed a lot since then, it's not a trivial task...

Steffo99 avatar Nov 24 '23 23:11 Steffo99

Yes, it's very difficult. most methods can be transformed into async, but in the work class method __receive_next_update

I can't return the data variable that is inside the try Always ends up falling into the except queuem.Empty

I've already tried transforming it into asyncio.Queue, but I didn't get any results.

OniMock avatar Nov 26 '23 01:11 OniMock

i can do this i have updated many ptb repos ro v20 from v13

codewarnab avatar Dec 29 '23 04:12 codewarnab

Whether there is the possibility of upgrading

techistoner avatar May 13 '24 15:05 techistoner