Closed
Description
Version
4.13.0
Describe the bug
This was supposed to be fixed in #1621 but since botbuilder-integration-aiohttp lists the dependency as "aiohttp~=3.6.2" instead of "aiohttp>=3.6.2,<3.8.0" it still remains an issue.
Error log:
There are incompatible versions in the resolved dependencies:
aiohttp>=3.7.4 (from -r requirements.in (line 1))
aiohttp~=3.6.2 (from botbuilder-integration-aiohttp==4.13.0->-r requirements.in (line 2))
To save time I have copied the steps from the original issue:
To Reproduce
Steps to reproduce the behavior:
- Update aiohttp to 3.7.4 on any Python botbuilder project requirements.txt file (see https://github.com/james-flynn-ie/covid-bot/blob/main/requirements.txt for example)
- Run pip install -r requirements.txt
- Observe errors in console output.
Expected behavior
Errors are not displayed that aiohttp==3.6.2 is a requirement.
Pip install successfully installs all dependencies and Bot Framework Python SDK apps run as expected.
Metadata
Metadata
Assignees
Labels
General SDK issues that don't clearly map to other areas (e.g.: helper methods)Required for internal Azure reporting. Do not delete. Do not change color.Use this label to exclude the issue from the DRI report.Must Fix. Release-blockerIndicates an unexpected problem or an unintended behavior.Indicates that the team has replied to the issue reported by the customer. Do not delete.Issue is created by anyone that is not a collaborator in the repository.The issue has just been created and it has not been reviewed by the team.