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

✨ Add support for Trio via AnyIO #3372

Merged
merged 24 commits into from
Oct 6, 2021
Merged

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    6cc34f1 View commit details
    Browse the repository at this point in the history
  2. open/close files with with

    graingert committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    9f50ab2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    388b5c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33ffaa7 View commit details
    Browse the repository at this point in the history
  3. drop pytest-asyncio dep

    graingert committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    15b9f76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0349712 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    06f543d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Update pyproject.toml

    graingert committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    3b689b7 View commit details
    Browse the repository at this point in the history
  2. bump anyio[trio]

    graingert committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    0622860 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    327cfd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17ed7ea View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    9b14e4a View commit details
    Browse the repository at this point in the history
  2. drop aiofiles

    graingert committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    7af1e84 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. Configuration menu
    Copy the full SHA
    0c7195f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    ada7c74 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    a539aa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. ✏️ Fix typo

    tiangolo committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    bcfddbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    702aca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    580c65b View commit details
    Browse the repository at this point in the history
  4. 📌 Pin Starlette to the gradual next version, minimum that supports AnyIO

    to simplify migrations for people. I'll make a release with this, and then a new release with Starlette 0.16.0
    tiangolo committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    861f71d View commit details
    Browse the repository at this point in the history
  5. 🔀 Merge master

    tiangolo committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    51c5edd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b52693 View commit details
    Browse the repository at this point in the history
  7. 🔀 Merge master

    tiangolo committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    96cb5b2 View commit details
    Browse the repository at this point in the history
  8. ➕ Add contextlib2 as a direct dependency during the migration

    later it will be required by Starlette 0.16.0
    tiangolo committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    7c19efb View commit details
    Browse the repository at this point in the history