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 # ## Description https://github.com/microsoft/botbuilder-python/blob/main/libraries/botbuilder-core/botbuilder/core/teams/teams_activity_handler.py #PingMSFTDocs ## Specific Changes - - - ## Testing
We're currently not able to use packages from this repo as this repo only publishes wheels but not source distributions to pypi. My organization has restrictions against using prebuilt binaries,...
### 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.** **Describe the solution you'd like** We run an...
Fixes #2188 #2195 #2238 #2078 #1467 ## Description As reported newer json pickle versions work as well. ## Specific Changes Relax version constraints to
## Version v4.17.0 ## Describe the bug aiohttp-specific modules are included inside the core package under core/integration, which couples botbuilder-core to aiohttp despite having a separate aiohttp integration package. Affected...
botbuilder-core==4.16.1 jsonpickle==1.4.2 Python 3.11 Describe the bug We have implemented our custom storage class for storing conversation/dialog/user state in redis. We use jsonpickle library to serialize and deserialize data. Since...
I am developing a simple Python Echo Bot on a personal MacBook using the Bot Framework SDK and testing it locally with the Bot Framework Emulator. The bot runs perfectly...
## Version v4.17.0 ## Describe the bug Sending a "feedback" to a bot in Teams generates the following error: ``` Traceback (most recent call last): File "/.../.venv/lib/python3.12/site-packages/msrest/serialization.py", line 494, in...
## Version 4.7.10 ## Describe the bug We’re encountering a critical issue using the Microsoft Graph and Bot Framework APIs. We suspect this may be related to a recent change...
## Version What package version of the SDK are you using. I am using version 4.16.2 of the packages botbuilder-core, botbuilder-integration-aiohttp, botbuilder-schema, botframework-connector, and botframework-streaming. ## Describe the bug I...