-
Notifications
You must be signed in to change notification settings - Fork 149
Comparing changes
Open a pull request
base repository: encode/httpcore
base: 1.0.5
head repository: encode/httpcore
compare: 1.0.6
- 17 commits
- 12 files changed
- 6 contributors
Commits on Apr 4, 2024
-
Bump the python-packages group with 6 updates (#907)
Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.12` | `9.5.16` | | [build](https://github.com/pypa/build) | `1.1.1` | `1.2.1` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.4.3` | `7.4.4` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.0` | `0.3.4` | | [mypy](https://github.com/python/mypy) | `1.8.0` | `1.9.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.2` | `8.1.1` | Updates `mkdocs-material` from 9.5.12 to 9.5.16 - [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.12...9.5.16) Updates `build` from 1.1.1 to 1.2.1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.1.1...1.2.1) Updates `coverage[toml]` from 7.4.3 to 7.4.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.4.3...7.4.4) Updates `ruff` from 0.3.0 to 0.3.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@v0.3.0...v0.3.4) Updates `mypy` from 1.8.0 to 1.9.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...1.9.0) Updates `pytest` from 8.0.2 to 8.1.1 - [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.2...8.1.1) --- updated-dependencies: - 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: coverage[toml] 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-patch dependency-group: python-packages - dependency-name: mypy 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-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 38c82a9 - Browse repository at this point
Copy the full SHA 38c82a9View commit details
Commits on Apr 10, 2024
-
[DEV] Update requirements.txt (#884)
* [DEV] Update requirements.txt * twine v5 --------- Co-authored-by: Tom Christie <tom@tomchristie.com>
Configuration menu - View commit details
-
Copy full SHA for 39b756f - Browse repository at this point
Copy the full SHA 39b756fView commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dbef1fa - Browse repository at this point
Copy the full SHA dbef1faView commit details
Commits on May 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 722ef8f - Browse repository at this point
Copy the full SHA 722ef8fView commit details
Commits on May 8, 2024
-
Bump jinja2 from 3.1.3 to 3.1.4 (#911)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 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 a8f8098 - Browse repository at this point
Copy the full SHA a8f8098View commit details
Commits on May 17, 2024
-
Fix typo in
ConnectionPoolandAsyncConnectionPool(#908)Co-authored-by: Tom Christie <tom@tomchristie.com>
Configuration menu - View commit details
-
Copy full SHA for c96fdf7 - Browse repository at this point
Copy the full SHA c96fdf7View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e987df2 - Browse repository at this point
Copy the full SHA e987df2View commit details
Commits on Jun 10, 2024
-
Bump the python-packages group with 6 updates (#916)
Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.20` | `9.5.25` | | [mkdocstrings[python-legacy]](https://github.com/mkdocstrings/mkdocstrings) | `0.25.0` | `0.25.1` | | [twine](https://github.com/pypa/twine) | `5.0.0` | `5.1.0` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.5.0` | `7.5.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.2` | `0.4.7` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.1` | Updates `mkdocs-material` from 9.5.20 to 9.5.25 - [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.20...9.5.25) Updates `mkdocstrings[python-legacy]` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.25.0...0.25.1) Updates `twine` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@5.0.0...5.1.0) Updates `coverage[toml]` from 7.5.0 to 7.5.3 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.5.0...7.5.3) Updates `ruff` from 0.4.2 to 0.4.7 - [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.4.2...v0.4.7) Updates `pytest` from 8.2.0 to 8.2.1 - [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.2.0...8.2.1) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mkdocstrings[python-legacy] 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: coverage[toml] 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-patch dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch 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: Tom Christie <tom@tomchristie.com>
Configuration menu - View commit details
-
Copy full SHA for 48651f6 - Browse repository at this point
Copy the full SHA 48651f6View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da86ca4 - Browse repository at this point
Copy the full SHA da86ca4View commit details
Commits on Jun 18, 2024
-
Bump urllib3 from 2.2.1 to 2.2.2 (#931)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 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 711292e - Browse repository at this point
Copy the full SHA 711292eView commit details
Commits on Jul 1, 2024
-
Bump the python-packages group with 7 updates (#933)
* Bump the python-packages group with 7 updates Bumps the python-packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.25` | `9.5.27` | | [twine](https://github.com/pypa/twine) | `5.1.0` | `5.1.1` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.5.3` | `7.5.4` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.7` | `0.5.0` | | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.1` | `8.2.2` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.7.5` | `3.9.0` | Updates `mkdocs-material` from 9.5.25 to 9.5.27 - [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.25...9.5.27) Updates `twine` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@5.1.0...v5.1.1) Updates `coverage[toml]` from 7.5.3 to 7.5.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.5.3...7.5.4) Updates `ruff` from 0.4.7 to 0.5.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.4.7...0.5.0) Updates `mypy` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.10.1) Updates `pytest` from 8.2.1 to 8.2.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.2.1...8.2.2) Updates `matplotlib` from 3.7.5 to 3.9.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.7.5...v3.9.0) --- updated-dependencies: - dependency-name: mkdocs-material 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-patch dependency-group: python-packages - dependency-name: coverage[toml] 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: mypy 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: matplotlib dependency-type: direct:production update-type: version-update:semver-minor 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: Tom Christie <tom@tomchristie.com>
Configuration menu - View commit details
-
Copy full SHA for acf7d15 - Browse repository at this point
Copy the full SHA acf7d15View commit details
Commits on Aug 1, 2024
-
Update werkzeug requirement from <2.1 to <3.1 (#940)
Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@0.1...3.0.3) --- updated-dependencies: - dependency-name: werkzeug 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 7d87c9d - Browse repository at this point
Copy the full SHA 7d87c9dView commit details
Commits on Aug 27, 2024
-
Bump aiohttp from 3.9.5 to 3.10.2 (#942)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.5 to 3.10.2. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.9.5...v3.10.2) --- updated-dependencies: - dependency-name: aiohttp 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 ba3f942 - Browse repository at this point
Copy the full SHA ba3f942View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4aac649 - Browse repository at this point
Copy the full SHA 4aac649View commit details -
Handle
trioraisingNotImplementedErroron unsupported platforms. (…Configuration menu - View commit details
-
Copy full SHA for 17409bb - Browse repository at this point
Copy the full SHA 17409bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0804ea6 - Browse repository at this point
Copy the full SHA 0804ea6View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ee1ca2 - Browse repository at this point
Copy the full SHA 4ee1ca2View 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 1.0.5...1.0.6