Description
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
- Open a bot that uses the botbuilder-core library.
- Install a preview version (4.14.x).
- Run the bot.
Expected behavior
The dependencies being installed should install all the required sub-dependencies or have them available for manual installation.
Screenshots
Additional context
This issue is blocking the pipelines from the BotFramework-FunctionalTests repository from testing preview versions of the BotBuilder Python libraries.