8000 Version dependency between Botbuilder and Question Answering · Issue #1933 · microsoft/botbuilder-python · GitHub
[go: up one dir, main page]

Skip to content

Version dependency between Botbuilder and Question Answering #1933

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sehee-souza opened this issue Apr 19, 2022 · 2 comments · Fixed by #1970
Closed

Version dependency between Botbuilder and Question Answering #1933

sehee-souza opened this issue Apr 19, 2022 · 2 comments · Fixed by #1970
Assignees
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-reported Issue is created by anyone that is not a collaborator in the repository. feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team.

Comments

@sehee-souza
Copy link

Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.

Version

Botbuilder 4.14.0
azure-ai-language-questionanswering 1.0.0

Describe the bug

When building a Python bot using Question Answering and Botbuilder:
The package azure-ai-language-questionanswering actual version 1.0.0 requires at least msrest version 0.6.21 but the actual version of Botbuilder (-schema/core/ai/etc) 4.14.2 requires msrest to be 0.6.19 (though I'm using 4.14.0 and the version doesn't match either).
There's no way these two packages work together right now because of the msrest version dependency.

To Reproduce

  1. Create a requirements.txt file with these dependencies
    azure-ai-language-questionanswering==1.0.0
    botbuilder-ai==4.14.0
    botbuilder-core==4.14.0
    botbuilder-dialogs==4.14.0
    botbuilder-integration-aiohttp==4.14.0
    botbuilder-schema==4.14.0

  2. Install dependencies of a bot project with pip install -r requirements.txt

Expected behavior

Upgrade Botbuilder to work with msrest version 0.6.21 OR
Decrease Question Answering version dependency of msrest to 0.6.19 or lower

@sehee-souza sehee-souza added bug Indicates an unexpected problem or an unintended behavior. needs-triage The issue has just been created and it has not been reviewed by the team. labels Apr 19, 2022
@iKnowRam iKnowRam added feature-request A request for new functionality or an enhancement to an existing one. customer-reported Issue is created by anyone that is not a collaborator in the repository. Bot Services Required for internal Azure reporting. Do not delete. Do not change color. and removed bug Indicates an unexpected problem or an unintended behavior. labels Apr 20, 2022
@msomanathan
Copy link
Contributor

@axelsrz Does this issue need a fix to botbuilder-python dependency on msrest package? Thanks!

@vijaysaimutyala
Copy link

Hi @tracyboehrer @axelsrz..do you suggest any workaround until this is fixed ? I've a bot that uses question answering and I'm not able to deploy to azure as it fails whiles trying to resolve the dependencies. If its a simple update of the requirements, do you suggest submitting a PR ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bot Services Required for internal Azure reporting. Do not delete. Do not change color. customer-reported Issue is created by anyone that is not a collaborator in the repository. feature-request A request for new functionality or an enhancement to an existing one. needs-triage The issue has just been created and it has not been reviewed by the team.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants
0