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/starlette
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.37.1
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.37.2
Choose a head ref
  • 6 commits
  • 33 files changed
  • 5 contributors

Commits on Feb 15, 2024

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

Commits on Feb 26, 2024

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

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    bd77d7d View commit details
    Browse the repository at this point in the history
  2. Revert "Turn scope["client"] to None on TestClient (#2377)" (#2525

    )
    
    * Revert "Turn `scope["client"]` to `None` on `TestClient` (#2377)"
    
    This reverts commit 483849a.
    
    * format
    
    * Add type hints
    
    ---------
    
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    aminalaee and Kludex authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    39dccd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Bump the python-packages group with 7 updates (#2532)

    * Bump the python-packages group with 7 updates
    
    Bumps the python-packages group with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [coverage](https://github.com/nedbat/coveragepy) | `7.4.1` | `7.4.3` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.1.15` | `0.3.0` |
    | [typing-extensions](https://github.com/python/typing_extensions) | `4.9.0` | `4.10.0` |
    | [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.0.2` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.6` | `9.5.12` |
    | [build](https://github.com/pypa/build) | `1.0.3` | `1.1.1` |
    | [twine](https://github.com/pypa/twine) | `4.0.2` | `5.0.0` |
    
    
    Updates `coverage` from 7.4.1 to 7.4.3
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.4.1...7.4.3)
    
    Updates `ruff` from 0.1.15 to 0.3.0
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.1.15...v0.3.0)
    
    Updates `typing-extensions` from 4.9.0 to 4.10.0
    - [Release notes](https://github.com/python/typing_extensions/releases)
    - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
    - [Commits](python/typing_extensions@4.9.0...4.10.0)
    
    Updates `pytest` from 8.0.0 to 8.0.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.0.0...8.0.2)
    
    Updates `mkdocs-material` from 9.5.6 to 9.5.12
    - [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.6...9.5.12)
    
    Updates `build` from 1.0.3 to 1.1.1
    - [Release notes](https://github.com/pypa/build/releases)
    - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
    - [Commits](pypa/build@1.0.3...1.1.1)
    
    Updates `twine` from 4.0.2 to 5.0.0
    - [Release notes](https://github.com/pypa/twine/releases)
    - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
    - [Commits](pypa/twine@4.0.2...5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      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: typing-extensions
      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-patch
      dependency-group: python-packages
    - dependency-name: mkdocs-material
      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-minor
      dependency-group: python-packages
    - dependency-name: twine
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update requirements.txt
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    dependabot[bot] and Kludex authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    85d3573 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Version 0.37.2 (#2533)

    * Version 0.37.2
    
    * Update docs/release-notes.md
    Kludex authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    554f368 View commit details
    Browse the repository at this point in the history
Loading