8000 Comparing 0.38.2...0.38.3 · encode/starlette · GitHub
[go: up one dir, main page]

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 p 8000 ull 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/starlette
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.38.2
Choose a base ref
...
head repository: encode/starlette
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.38.3
Choose a head ref
  • 8 commits
  • 12 files changed
  • 6 contributors

Commits on Aug 3, 2024

  1. Bump the python-packages group with 8 updates (#2657)

    Bumps the python-packages group with 8 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [coverage](https://github.com/nedbat/coveragepy) | `7.5.4` | `7.6.0` |
    | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.0.0` | `8.2.0` |
    | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.1` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.5.0` | `0.5.5` |
    | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240311` | `6.0.12.20240724` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` |
    | [trio](https://github.com/python-trio/trio) | `0.25.1` | `0.26.0` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.27` | `9.5.30` |
    
    
    Updates `coverage` from 7.5.4 to 7.6.0
    - [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.0)
    
    Updates `importlib-metadata` from 8.0.0 to 8.2.0
    - [Release notes](https://github.com/python/importlib_metadata/releases)
    - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
    - [Commits](python/importlib_metadata@v8.0.0...v8.2.0)
    
    Updates `mypy` from 1.10.1 to 1.11.1
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.10.1...v1.11.1)
    
    Updates `ruff` from 0.5.0 to 0.5.5
    - [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.5.5)
    
    Updates `types-pyyaml` from 6.0.12.20240311 to 6.0.12.20240724
    - [Commits](https://github.com/python/typeshed/commits)
    
    Updates `pytest` from 8.2.2 to 8.3.2
    - [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.2)
    
    Updates `trio` from 0.25.1 to 0.26.0
    - [Release notes](https://github.com/python-trio/trio/releases)
    - [Commits](python-trio/trio@v0.25.1...v0.26.0)
    
    Updates `mkdocs-material` from 9.5.27 to 9.5.30
    - [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.30)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: importlib-metadata
      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: ruff
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: types-pyyaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: trio
      dependency-type: direct:production
      update-type: version-update:semver-minor
      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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    bdcecd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Bump trio and downgrade attrs on the requirements.txt (#2660)

    * Bump trio
    
    * Downgrade attrs
    Kludex authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0410bbc View commit details
    Browse the repository at this point in the history
  2. Add tests to test_responses (#2656)

    * test: add test cases for uncovered branches in starlette.responses
    
    * chore: fix format issue
    
    * Update test
    
    * Remove unused import
    
    * Update tmpdir to tmp_path
    
    ---------
    
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    Orenoid and Kludex authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e46165a View commit details
    Browse the repository at this point in the history
  3. Support Python 3.13 (#2662)

    * Support Python 3.13
    
    * Use `exc_type_str` instead of `exc_type.__name__`
    
    * Close GzipFile
    
    * min changes
    Kludex authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    55cbba9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    3c7de99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c78c9aa View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Don't poll for disconnects in BaseHTTPMiddleware via StreamingResponse (

    #2620)
    
    * Don't poll for disconnects in BaseHTTPMiddleware via StreamingResponse
    
    Fixes #2516
    
    * add test
    
    * fmt
    
    * Update tests/middleware/test_base.py
    
    Co-authored-by: Mikkel Duif <mikkel@duifs.dk>
    
    * add test for line now missing coverage
    
    * more coverage, fix test
    
    * add comment
    
    * fmt
    
    * tweak test
    
    * fix
    
    * fix coverage
    
    * relint
    
    ---------
    
    Co-authored-by: Mikkel Duif <mikkel@duifs.dk>
    adriangb and mikkelduif authored Sep 1, 2024
    5 Configuration menu
    Copy the full SHA
    d771bb7 View commit details
    Browse the repository at this point in the history
  2. Version 0.38.3 (#2678)

    Kludex authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    72c2334 View commit details
    Browse the repository at this point in the history
Loading
0