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

[server] pin anyio support to <4.0.0 #1222

Merged
merged 1 commit into from Aug 31, 2023
Merged

Commits on Aug 31, 2023

  1. [server] pin anyio support to <4.0.0

    this is for compatibility with the maximum currently allowed version of `starlette`. `anyio` just pushed a 4.0.0 that is incompatible with earlier versions of `starlette`. 
    
    Note that this is now fixed in later versions (`deepsparse` has not yet tested against newer versions of `fastapi` and `starlette`). See: encode/starlette#1936
    
    
    from internal bug report:
    ```
    Our Deepsparse GHA is failing with starlette error: AttributeError: module 'anyio' has no attribute 'start_blocking_portal'
    ```
    bfineran committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c1ec88e View commit details
    Browse the repository at this point in the history