Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: encode/uvicorn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.31.0
Choose a base ref
...
head repository: encode/uvicorn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.31.1
Choose a head ref
  • 7 commits
  • 13 files changed
  • 6 contributors

Commits on Sep 28, 2024

  1. Upgrade websockets to 0.13.1 (#2471)

    * Upgrade websockets to 0.13.1
    
    * Send 1005
    Kludex authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    c7668ce View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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

Commits on Oct 9, 2024

  1. Add support for [*] in trusted hosts (#2480)

    * fixed trusted host parsing for always trust case
    
    * Update uvicorn/middleware/proxy_headers.py
    
    * added test case for trust everything using list
    
    ---------
    
    Co-authored-by: Marcelo Trylesinski <[email protected]>
    theyashl and Kludex authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a1783d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    108b1c9 View commit details
    Browse the repository at this point in the history
  3. Bump the python-packages group with 10 updates (#2478)

    * Bump the python-packages group with 10 updates
    
    Bumps the python-packages group with 10 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [a2wsgi](https://github.com/abersheeran/a2wsgi) | `1.10.6` | `1.10.7` |
    | [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.5.0` | `0.6.8` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.3` |
    | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.2` |
    | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240311` | `6.0.12.20240917` |
    | [coverage](https://github.com/nedbat/coveragepy) | `7.5.4` | `7.6.1` |
    | [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.27.2` |
    | [mkdocs](https://github.com/mkdocs/mkdocs) | `1.6.0` | `1.6.1` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.27` | `9.5.39` |
    
    
    Updates `a2wsgi` from 1.10.6 to 1.10.7
    - [Commits](abersheeran/a2wsgi@v1.10.6...v1.10.7)
    
    Updates `build` from 1.2.1 to 1.2.2
    - [Release notes](https://github.com/pypa/build/releases)
    - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
    - [Commits](pypa/build@1.2.1...1.2.2)
    
    Updates `ruff` from 0.5.0 to 0.6.8
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.5.0...0.6.8)
    
    Updates `pytest` from 8.2.2 to 8.3.3
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.2...8.3.3)
    
    Updates `mypy` from 1.10.1 to 1.11.2
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.10.1...v1.11.2)
    
    Updates `types-pyyaml` from 6.0.12.20240311 to 6.0.12.20240917
    - [Commits](https://github.com/python/typeshed/commits)
    
    Updates `coverage` from 7.5.4 to 7.6.1
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.5.4...7.6.1)
    
    Updates `httpx` from 0.27.0 to 0.27.2
    - [Release notes](https://github.com/encode/httpx/releases)
    - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
    - [Commits](encode/httpx@0.27.0...0.27.2)
    
    Updates `mkdocs` from 1.6.0 to 1.6.1
    - [Release notes](https://github.com/mkdocs/mkdocs/releases)
    - [Commits](mkdocs/mkdocs@1.6.0...1.6.1)
    
    Updates `mkdocs-material` from 9.5.27 to 9.5.39
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.27...9.5.39)
    
    ---
    updated-dependencies:
    - dependency-name: a2wsgi
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: build
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: ruff
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: types-pyyaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: coverage
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: httpx
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: mkdocs
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Add type hints to MockTransport
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Marcelo Trylesinski <[email protected]>
    dependabot[bot] and Kludex authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1ddd250 View commit details
    Browse the repository at this point in the history
  4. Add PathLike[str] type hint for ssl_keyfile (#2481)

    * Fix typing for ssl_keyfile field to allow PathLike types
    
    * Fix test
    
    ---------
    
    Co-authored-by: Marcelo Trylesinski <[email protected]>
    FirelightFlagboy and Kludex authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    27d976a View commit details
    Browse the repository at this point in the history
  5. Version 0.31.1 (#2483)

    Kludex authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    137f88e View commit details
    Browse the repository at this point in the history
Loading