botbuilder-python
botbuilder-python copied to clipboard
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 oth...
Fixes #2218 ## Description Dialog dependencies is a feature in - [botbuilder-js](https://github.com/microsoft/botbuilder-js/blob/87d0ad1a889a38396e761f10614c78a4526590d1/libraries/botbuilder-dialogs/src/dialogSet.ts#L169), - and in [botbuilder-dotnet](https://github.com/microsoft/botbuilder-dotnet/blob/bc17a5db2c717fec0d4c109d884bea88d29f75cb/libraries/Microsoft.Bot.Builder.Dialogs/DialogSet.cs#L147). To maintain feature parity, and because this functionality is extremely useful this PR brings...
### Use this [query](https://github.com/Microsoft/botbuilder-python/issues?q=is%3Aissue+is%3Aopen++label%3Afeature-request+) to search for the most popular feature requests. **Is your feature request related to a problem? Please describe.** It is extremely useful when building dialog frameworks,...
## Version botbuilder-core 4.16.2 botframework-connector 4.16.2 ## Describe the bug When using the search-based message extension (search command) from Copilot for Microsoft 365 via plugin, I was not able to...
**Is your feature request related to a problem? Please describe.** Is it possible to using BlobStorage with ManagedId credential? https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-howto-v4-storage?view=azure-bot-service-4.0&tabs=python#using-blob-storage It seems to be only connectionString or Key is supported....
Azure App Service now only supports remote debugging using VS2022, and using VS2017 was causing deployment failures. This update changes the remoteDebuggingVersion in the configuration to VS2022, resolving the error:...
Security vulnerability in dependency chain preventing critical updates. See full details in docs/security/msrc-report-2024-03.md ## Quick Summary - botbuilder-ai 4.16.2 requires aiohttp==3.10.5 - aiohttp 3.10.5 has known vulnerabilities (CVE-2024-52303, CVE-2024-52304) -...
### [Github issues](https://github.com/Microsoft/botbuilder-python) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Version 4.16.2 ## Describe the bug The turncontext middlware chain is...
### [Github issues](https://github.com/Microsoft/botbuilder-python) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Version 4.16.2 ## Describe the bug The typing for the middleware...
Are there plans to support botbuilder-python SDK with Python 3.13? regards, Yogesh