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.46.0
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.46.1
Choose a head ref
  • 5 commits
  • 10 files changed
  • 5 contributors

Commits on Mar 4, 2025

  1. Configuration menu
    Copy the full SHA
    708930c View commit details
    Browse the repository at this point in the history
  2. Bump the python-packages group with 6 updates (#2894)

    Bumps the python-packages group with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [coverage](https://github.com/nedbat/coveragepy) | `7.6.10` | `7.6.12` |
    | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.9.4` | `0.9.9` |
    | [trio](https://github.com/python-trio/trio) | `0.28.0` | `0.29.0` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.5` | `9.6.6` |
    | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.13.0` | `1.16.2` |
    
    
    Updates `coverage` from 7.6.10 to 7.6.12
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.6.10...7.6.12)
    
    Updates `mypy` from 1.14.1 to 1.15.0
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.14.1...v1.15.0)
    
    Updates `ruff` from 0.9.4 to 0.9.9
    - [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.9.4...0.9.9)
    
    Updates `trio` from 0.28.0 to 0.29.0
    - [Release notes](https://github.com/python-trio/trio/releases)
    - [Commits](python-trio/trio@v0.28.0...v0.29.0)
    
    Updates `mkdocs-material` from 9.6.5 to 9.6.6
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.6.5...9.6.6)
    
    Updates `mkdocstrings-python` from 1.13.0 to 1.16.2
    - [Release notes](https://github.com/mkdocstrings/python/releases)
    - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/python@1.13.0...1.16.2)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-type: direct:production
      update-type: version-update:semver-patch
      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: 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
    - dependency-name: mkdocstrings-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    ...
    
    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 4, 2025
    Configuration menu
    Copy the full SHA
    4915873 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Allow relative directory path when follow_symlinks=True (#2896)

    * Fix for StaticFiles(follow_symlinks=True, directory="some relative path") that stopped working with commit eee4cdc
    
    * Change test name
    
    * Delete test parameter
    
    ---------
    
    Co-authored-by: Bruno D. Rodrigues <bruno.rodrigues@bitsighttech.com>
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    3 people authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    bc3b400 View commit details
    Browse the repository at this point in the history
  2. Add sponsorship page (#2899)

    * Add sponsorship page
    
    * push note about removing name
    Kludex authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    9b704ac View commit details
    Browse the repository at this point in the history
  3. Version 0.46.1 (#2900)

    Kludex authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    df754ca View commit details
    Browse the repository at this point in the history
Loading