botbuilder-python icon indicating copy to clipboard operation
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...

Results 211 botbuilder-python issues
Sort by recently updated
recently updated
newest added

## Description Typing for optional `str`, `int`, `bool` with default value `None` is incorrect. ## Specific Changes - Change `str = None` to `Union[str, None] = None` - Change `int...

Bumps the pip group with 1 update in the /libraries/botbuilder-core directory: [cryptography](https://github.com/pyca/cryptography). Bumps the pip group with 1 update in the /libraries/botbuilder-dialogs directory: [cryptography](https://github.com/pyca/cryptography). Bumps the pip group with 1...

dependencies
python

```sh Because botbuilder-applicationinsights (4.16.2) depends on django (4.2.15) and no versions of botbuilder-applicationinsights match >4.16.2,=4.16.2,=5.0) and botbuilder-applicationinsights (^4.16.2), version solving failed. ``` Are there any plans for adding support for...

needs-triage
feature-request

## Version All ## Describe the bug The dependency is requested as A==B, this is not a great idea for a library, since other packages can't properly find compatibilities In...

bug
needs-triage

## Version 4.16.2 ## Describe the bug When leveraging the `botbuilder-python` package and connected to Teams, no messages are shown in Teams. Messages from Teams get delivered in the botbuilder...

bug
needs-triage

Fixes #minor ## Description Porting changes from [feat: Support for SharePoint (Viva) Adaptive Card Extension #6695](https://github.com/microsoft/botbuilder-dotnet/pull/6695) SharePoint Framework is adding a new adaptive card experience (ACE) where it is powered...

## Version 4.16.1 ## Describe the bug The botbuilder-core has a dependency on jsonpickle but the version requirements are >=1.2 and

bug
needs-triage

Fixes #2197 ## Description Previously, the middleware chain executed each handler sequentially, but none could await the final logic result. This prevented middlewares from processing the response of the last...

Fixes #1980 ## Description The typing middleware creates a long running task that is not cleared ## Specific Changes - The first commit shows a reproducible test of this bug...

Fixes #2198 ## Description **Typing for Middleware is incorrect** **TypeError:** MiddlewareSet.receive_activity_internal..call_next_middleware() takes 0 positional arguments but 1 was given ## Specific Changes Using `functools.partial` to create a callable that conforms...