Skip to content

botbuilder-core library is missing the botframework-streaming dependency #1736

Closed
@santgr11

Description

@santgr11

Version

4.14.0.20210616.dev252366

Describe the bug

The botbuilder-core library is missing the botframework-streaming dependency.
When running a python bot with the botbuilder-core library installed, it won't run because it is missing the botframework-streaming dependency.
The dependency reference is missing from the requirements.txt file, and this new library is not published in any of the regular packages indexes (test.pypi, pypi and azure artifacts), so it can't be installed manually.
When running the bots locally it is possible to install the dependency from a local folder with the code cloned from the repo.

To Reproduce

  1. Open a bot that uses the botbuilder-core library.
  2. Install a preview version (4.14.x).
  3. Run the bot.

Expected behavior

The dependencies being installed should install all the required sub-dependencies or have them available for manual installation.

Screenshots

image

Additional context

This issue is blocking the pipelines from the BotFramework-FunctionalTests repository from testing preview versions of the BotBuilder Python libraries.

Metadata

Metadata

Assignees

Labels

bugIndicates an unexpected problem or an unintended behavior.customer-reportedIssue is created by anyone that is not a collaborator in the repository.needs-triageThe issue has just been created and it has not been reviewed by the team.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions