-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: encode/starlette
base: 0.35.1
head repository: encode/starlette
compare: 0.36.0
- 10 commits
- 31 files changed
- 4 contributors
Commits on Jan 12, 2024
-
Add type hint on
test_websockets.py
(#2411)* Add type hint on `test_websockets.py` * Add type ignore on mock_receive
Configuration menu - View commit details
-
10000 Copy full SHA for 8d7630b - Browse repository at this point
Copy the full SHA 8d7630bView commit details
Commits on Jan 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53808c4 - Browse repository at this point
Copy the full SHA 53808c4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 363e4fb - Browse repository at this point
Copy the full SHA 363e4fbView commit details
Commits on Jan 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2d9192 - Browse repository at this point
Copy the full SHA d2d9192View commit details -
Raise
FileNotFoundError
when theenv_file
parameter onConfig
i……s not valid (#2422) * raise error on missing env file * format --------- Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 13c66c9 - Browse repository at this point
Copy the full SHA 13c66c9View commit details -
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
-
Raise
WebSocketDisconnect
whenWebSocket.send()
exceptsIOError
(……#2425) * Raise `WebSocketDisconnect` when `WebSocket.send()` excepts `IOError` * Restrict the IOError
Configuration menu - View commit details
-
Copy full SHA for b5126b2 - Browse repository at this point
Copy the full SHA b5126b2View commit details -
Use
__future__.annotations
(#2433)* Use `__future__.annotations` * fix linter
Configuration menu - View commit details
-
Copy full SHA for 6bfe9fe - Browse repository at this point
Copy the full SHA 6bfe9feView commit details
Commits on Jan 22, 2024
-
Add support for ASGI
pathsend
extension (#2435)* add support for ASGI `pathsend` extension * add test for ASGI `pathsend`
Configuration menu - View commit details
-
Copy full SHA for 7936e86 - Browse repository at this point
Copy the full SHA 7936e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d09cf4 - Browse repository at this point
Copy the full SHA 8d09cf4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.35.1...0.36.0