-
-
Notifications
You must be signed in to change notification settings - Fork 799
Comparing changes
Open a pull request
base repository: encode/uvicorn
base: 0.34.0
head repository: encode/uvicorn
compare: 0.34.1
- 19 commits
- 42 files changed
- 5 contributors
Commits on Jan 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for be25d3b - Browse repository at this point
Copy the full SHA be25d3bView commit details -
Move changelog to release notes (#2550)
* Move changelog to release notes * cahnge sync version script
Configuration menu - View commit details
-
Copy full SHA for 80c0764 - Browse repository at this point
Copy the full SHA 80c0764View commit details -
Bump the python-packages group with 6 updates (#2549)
* Bump the python-packages group with 6 updates Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [websockets](https://github.com/python-websockets/websockets) | `13.1` | `14.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.3` | `0.8.4` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240917` | `6.0.12.20241230` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.9` | `7.6.10` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.48` | `9.5.49` | Updates `websockets` from 13.1 to 14.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@13.1...14.1) Updates `ruff` from 0.8.3 to 0.8.4 - [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.8.3...0.8.4) Updates `mypy` from 1.13.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.1) Updates `types-pyyaml` from 6.0.12.20240917 to 6.0.12.20241230 - [Commits](https://github.com/python/typeshed/commits) Updates `coverage` from 7.6.9 to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.9...7.6.10) Updates `mkdocs-material` from 9.5.48 to 9.5.49 - [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.48...9.5.49) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: ruff 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: types-pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: coverage 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 ... 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>
Configuration menu - View commit details
-
Copy full SHA for 90f4369 - Browse repository at this point
Copy the full SHA 90f4369View commit details
Commits on Jan 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ae8253f - Browse repository at this point
Copy the full SHA ae8253fView commit details
Commits on Jan 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1f867aa - Browse repository at this point
Copy the full SHA 1f867aaView commit details
Commits on Jan 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3695737 - Browse repository at this point
Copy the full SHA 3695737View commit details
Commits on Feb 9, 2025
-
Bump the python-packages group with 6 updates (#2569)
* Bump the python-packages group with 6 updates Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [websockets](https://github.com/python-websockets/websockets) | `13.1` | `14.2` | | [a2wsgi](https://github.com/abersheeran/a2wsgi) | `1.10.7` | `1.10.8` | | [twine](https://github.com/pypa/twine) | `6.0.1` | `6.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.4` | `0.9.4` | | [trustme](https://github.com/python-trio/trustme) | `1.2.0` | `1.2.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.49` | `9.6.1` | Updates `websockets` from 13.1 to 14.2 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@13.1...14.2) Updates `a2wsgi` from 1.10.7 to 1.10.8 - [Commits](abersheeran/a2wsgi@v1.10.7...v1.10.8) Updates `twine` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@6.0.1...6.1.0) Updates `ruff` from 0.8.4 to 0.9.4 - [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.8.4...0.9.4) Updates `trustme` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/python-trio/trustme/releases) - [Commits](python-trio/trustme@v1.2.0...v1.2.1) Updates `mkdocs-material` from 9.5.49 to 9.6.1 - [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.49...9.6.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: a2wsgi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: twine 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-minor dependency-group: python-packages - dependency-name: trustme 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-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com> * lint the whole thing --------- 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>
Configuration menu - View commit details
-
Copy full SHA for 3014765 - Browse repository at this point
Copy the full SHA 3014765View commit details
Commits on Feb 11, 2025
-
Bump cryptography from 44.0.0 to 44.0.1 (#2579)
Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.0 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.0...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... 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 54d9575 - Browse repository at this point
Copy the full SHA 54d9575View commit details
Commits on Feb 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for aaf2016 - Browse repository at this point
Copy the full SHA aaf2016View commit details
Commits on Mar 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8136fb6 - Browse repository at this point
Copy the full SHA 8136fb6View commit details
Commits on Mar 8, 2025
-
* Add sponsorship page * Apply suggestions from code review --------- Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4e6786e - Browse repository at this point
Copy the full SHA 4e6786eView commit details -
Bump the python-packages group with 5 updates (#2588)
* Bump the python-packages group with 5 updates Bumps the python-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [websockets](https://github.com/python-websockets/websockets) | `13.1` | `15.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.4` | `0.9.9` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.10` | `7.6.12` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.1` | `9.6.5` | Updates `websockets` from 13.1 to 15.0 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@13.1...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 `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 `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 `mkdocs-material` from 9.6.1 to 9.6.5 - [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.1...9.6.5) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: ruff 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: coverage 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 ... Signed-off-by: dependabot[bot] <support@github.com> * drop websockets bump --------- 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>
Configuration menu - View commit details
-
Copy full SHA for 7abc199 - 10000 Browse repository at this point
Copy the full SHA 7abc199View commit details
Commits on Mar 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2445e79 - Browse repository at this point
Copy the full SHA 2445e79View commit details -
Speed up test suite with pytest-xdist (#2537)
* Speed up test suite with pytest-xdist * add combine * Check if loadgroup solves windows issues * Add xdist group to multiprocess tests * Skip reload tests on windows and mac * skip non linux * skip non linux * add not linux * add last not linux * skip another * skip another * Update tests/supervisors/test_reload.py
Configuration menu - View commit details
-
Copy full SHA for e5f3663 - Browse repository at this point
Copy the full SHA e5f3663View commit details -
docs: mention discord instead of gitter (#2595)
* docs: mention discord instead of gitter * ignore flaky test
Configuration menu - View commit details
-
Copy full SHA for 4fdfec4 - Browse repository at this point
Copy the full SHA 4fdfec4View commit details
Commits on Apr 13, 2025
-
Bump the python-packages group with 8 updates (#2606)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7fb029d - Browse repository at this point
Copy the full SHA 7fb029dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2192cc - Browse repository at this point
Copy the full SHA f2192ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c45db - Browse repository at this point
Copy the full SHA 56c45dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 695820a - Browse repository at this point
Copy the full SHA 695820aView 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.34.0...0.34.1