szastupov / aiotg

Asynchronous Python library for building Telegram bots
MIT License
382 stars 44 forks source link

-> fix | run_webhook on aiohttp version >= 3.8 #88

Closed raprek closed 7 months ago

raprek commented 7 months ago

Closes #87

szastupov commented 7 months ago

Thanks for taking time to fix this! Feel free to just make 3.8 the minimum supported version and remove that if statement. You might need to bump the dependencies, though.

raprek commented 7 months ago

Done

szastupov commented 7 months ago

Nice one!