This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Bot Framework Python SDK 4.15.0
This is the April 2024 release of the Python Bot Framework SDK. This release contains Single Tenant support and security fixes.
NOTE
The aiohttp package version 3.9+ now require Python 3.8+. If your bot uses Python 3.7 or earlier, you will need to update to 3.8+. This would include updating the Python version in the App Service if deployed to Azure.
What's Changed
- djangorestframework bump by @tracyboehrer in #2063
- aiohttp to 3.9.3 by @tracyboehrer in #2069
- Bump cryptography from 41.0.6 to 42.0.0 in /libraries/botbuilder-dialogs by @dependabot in #2068
- Bump cryptography from 41.0.6 to 42.0.0 in /libraries/botframework-connector by @dependabot in #2067
- Bump cryptography from 41.0.6 to 42.0.0 in /libraries/botbuilder-core by @dependabot in #2066
- django to 3.2.24 by @tracyboehrer in #2070
- Moved non-library code out of libraries by @tracyboehrer in #2072
- Skipping Slack test if env not setup by @tracyboehrer in #2073
- SingleTenant support by @tracyboehrer in #2055
- bump: cryptography from 42.0.0 to 42.0.4 in /libraries/botbuilder-core by @dependabot in #2079
- bump: cryptography from 42.0.0 to 42.0.4 in /libraries/botframework-connector by @dependabot in #2080
- bump: cryptography from 42.0.0 to 42.0.4 in /libraries/botbuilder-dialogs by @dependabot in #2081
- Fix TeamsChannelAccount model by @nuno-andre in #2083
- Removed unused tests by @tracyboehrer in #2087
- Corrected Gov LoginUrl prefix by @tracyboehrer in #2091
- add
propertiestoChannelAccountby @aacebo in #2092 - OAuthScope parity with JS and DotNet by @tracyboehrer in #2093
- Updated generators to use CloudAdapter and latest version by @tracyboehrer in #2094
New Contributors
- @nuno-andre made their first contribution in #2083
Full Changelog: 4.14.8...4.15.0