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.35.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.36.0
Choose a head ref
  • 10 commits
  • 31 files changed
  • 4 contributors

Commits on Jan 12, 2024

  1. Add type hint on test_websockets.py (#2411)

    * Add type hint on `test_websockets.py`
    
    * Add type ignore on mock_receive
    Kludex authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8d7630b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    53808c4 View commit details
    Browse the repository at this point in the history
  2. Bump the python-packages group with 5 updates (#2418)

    Bumps the python-packages group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [mypy](https://github.com/python/mypy) | `1.7.1` | `1.8.0` |
    | [ruff](https://github.com/astral-sh/ruff) | `0.1.9` | `0.1.13` |
    | [pytest](https://github.com/pytest-dev/pytest) | `7.4.0` | `7.4.4` |
    | [trio](https://github.com/python-trio/trio) | `0.23.2` | `0.24.0` |
    | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.1.17` | `9.5.3` |
    
    
    Updates `mypy` from 1.7.1 to 1.8.0
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.7.1...v1.8.0)
    
    Updates `ruff` from 0.1.9 to 0.1.13
    - [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.9...v0.1.13)
    
    Updates `pytest` from 7.4.0 to 7.4.4
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.0...7.4.4)
    
    Updates `trio` from 0.23.2 to 0.24.0
    - [Release notes](https://github.com/python-trio/trio/releases)
    - [Commits](python-trio/trio@v0.23.2...v0.24.0)
    
    Updates `mkdocs-material` from 9.1.17 to 9.5.3
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.1.17...9.5.3)
    
    ---
    updated-dependencies:
    - 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: pytest
      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-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>
    dependabot[bot] authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    363e4fb View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    d2d9192 View commit details
    Browse the repository at this point in the history
  2. Raise FileNotFoundError when the env_file parameter on Config i…

    …s not valid (#2422)
    
    * raise error on missing env file
    
    * format
    
    ---------
    
    Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
    mathause and Kludex authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    13c66c9 View commit details
    Browse the repository at this point in the history
  3. Cancel WebSocketTestSession on close (#2427)

    * Cancel `WebSocketTestSession` on close
    
    * Undo some noise
    
    * Fix test
    
    * Undo pyproject
    
    * Undo anyio bump
    
    * Undo changes on test_authentication
    
    * Always call cancel scope
    Kludex authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    3ae161e View commit details
    Browse the repository at this point in the history
  4. Raise WebSocketDisconnect when WebSocket.send() excepts IOError (

    …#2425)
    
    * Raise `WebSocketDisconnect` when `WebSocket.send()` excepts `IOError`
    
    * Restrict the IOError
    Kludex authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    b5126b2 View commit details
    Browse the repository at this point in the history
  5. Use __future__.annotations (#2433)

    * Use `__future__.annotations`
    
    * fix linter
    Kludex authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    6bfe9fe View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Add support for ASGI pathsend extension (#2435)

    * add support for ASGI `pathsend` extension
    
    * add test for ASGI `pathsend`
    gi0baro authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    7936e86 View commit details
    Browse the repository at this point in the history
  2. Version 0.36.0 (#2432)

    * Version 0.36.0
    
    * Update release-notes.md
    Kludex authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8d09cf4 View commit details
    Browse the repository at this point in the history
Loading