Skip to content
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

Revert aiohttp to 3.7.4.post0 #588

Merged
merged 1 commit into from
Jul 27, 2023
Merged

Commits on Jul 27, 2023

  1. Revert aiohttp to 3.7.4.post0

    Because the aiohttp version was changed, dependency errors occurred:
    The conflict is caused by:
        The user requested async-timeout==3.0.1
        aiohttp 3.8.5 depends on async-timeout<5.0 and >=4.0.0a3
        The user requested aiohttp==3.8.5
        aioresponses 0.7.2 depends on aiohttp<4.0.0 and >=2.0.0
        neo-mamba 1.0.0 depends on aiohttp==3.7.4.post0
    
    To fix it, we need to do some work to update Python and neo-mamba.
    
    Signed-off-by: Oleg Kulachenko <oleg@nspcc.ru>
    vvarg229 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e5d3ab3 View commit details
    Browse the repository at this point in the history