botbuilder-python
botbuilder-python copied to clipboard
port: [#6019] Remove redundant project dependencies from AI Recognizers (#6067)
The changes in [#6019] Remove redundant project dependencies from AI Recognizers (#6067) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.
Fixes #6019Note: The same dependency structure was corroborated for JavaScript and Python. Only JavaScript has the similar case as DotNet, whereas Python doesn't.
Description
This PR removes redundant dependencies for
Dialogs.Adaptive,AI.OrchestratorandAI.QnA.Specific Changes
Dialogs.Adaptive
- Removed
AdaptiveExpressionsdependency reference from<ProjectReference/>and<PackageReference/>.AI.Orchestrator
- Removed
Microsoft.Bot.Builder.Dialogsdependency reference from<ProjectReference/>.AI.QnA
- Removed
AdaptiveExpressionsandMicrosoft.Bot.Builderdependencies' references from<ProjectReference/>and<PackageReference/>.Testing
The following image shows the CI pipeline running successfully after the changes.
Please review and, if necessary, port the changes.
