Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Bot Framework Python SDK 4.15.0 source code.tar.gz | 2024-04-17 | 713.0 kB | |
Bot Framework Python SDK 4.15.0 source code.zip | 2024-04-17 | 1.3 MB | |
README.md | 2024-04-17 | 2.8 kB | |
Totals: 3 Items | 2.0 MB | 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 https://github.com/microsoft/botbuilder-python/pull/2063
- aiohttp to 3.9.3 by @tracyboehrer in https://github.com/microsoft/botbuilder-python/pull/2069
- Bump cryptography from 41.0.6 to 42.0.0 in /libraries/botbuilder-dialogs by @dependabot in https://github.com/microsoft/botbuilder-python/pull/2068
- Bump cryptography from 41.0.6 to 42.0.0 in /libraries/botframework-connector by @dependabot in https://github.com/microsoft/botbuilder-python/pull/2067
- Bump cryptography from 41.0.6 to 42.0.0 in /libraries/botbuilder-core by @dependabot in https://github.com/microsoft/botbuilder-python/pull/2066
- django to 3.2.24 by @tracyboehrer in https://github.com/microsoft/botbuilder-python/pull/2070
- Moved non-library code out of libraries by @tracyboehrer in https://github.com/microsoft/botbuilder-python/pull/2072
- Skipping Slack test if env not setup by @tracyboehrer in https://github.com/microsoft/botbuilder-python/pull/2073
- SingleTenant support by @tracyboehrer in https://github.com/microsoft/botbuilder-python/pull/2055
- bump: cryptography from 42.0.0 to 42.0.4 in /libraries/botbuilder-core by @dependabot in https://github.com/microsoft/botbuilder-python/pull/2079
- bump: cryptography from 42.0.0 to 42.0.4 in /libraries/botframework-connector by @dependabot in https://github.com/microsoft/botbuilder-python/pull/2080
- bump: cryptography from 42.0.0 to 42.0.4 in /libraries/botbuilder-dialogs by @dependabot in https://github.com/microsoft/botbuilder-python/pull/2081
- Fix TeamsChannelAccount model by @nuno-andre in https://github.com/microsoft/botbuilder-python/pull/2083
- Removed unused tests by @tracyboehrer in https://github.com/microsoft/botbuilder-python/pull/2087
- Corrected Gov LoginUrl prefix by @tracyboehrer in https://github.com/microsoft/botbuilder-python/pull/2091
- add
properties
toChannelAccount
by @aacebo in https://github.com/microsoft/botbuilder-python/pull/2092 - OAuthScope parity with JS and DotNet by @tracyboehrer in https://github.com/microsoft/botbuilder-python/pull/2093
- Updated generators to use CloudAdapter and latest version by @tracyboehrer in https://github.com/microsoft/botbuilder-python/pull/2094
New Contributors
- @nuno-andre made their first contribution in https://github.com/microsoft/botbuilder-python/pull/2083
Full Changelog: https://github.com/microsoft/botbuilder-python/compare/4.14.8...4.15.0