microsoft / botbuilder-python

The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.
http://botframework.com
MIT License
672 stars 271 forks source link

botbuilder-integration-aiohttp - Python 3.12 compatibility #2082

Closed ykursav closed 2 months ago

ykursav commented 4 months ago

Hello,

It would be great if someone would deploy new pip package to pypi for botbuilder-integration-aiohttp package, because I saw aiohttp version updated but no deployment to pypi yet. Currently, I am unable to use with 3.12

iMicknl commented 3 months ago

@tracyboehrer are there any plans to support Python 3.12?

tracyboehrer commented 3 months ago

Generally speaking, we aim to support newer versions of languages. Though it sometimes takes a bit. Is the blocker just the botbuilder-integration-aiohttp package using and older version of aiohttp?

ClaireRich commented 2 months ago

Hey, my team is also waiting on this and it is currently blocking us from updating to 3.12

tracyboehrer commented 2 months ago

4.15.0 was released which updates aiohttp. Can you let us know if this resolved?