-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: encode/httpx
base: 0.25.2
head repository: encode/httpx
compare: 0.26.0
- 19 commits
- 36 files changed
- 7 contributors
Commits on Nov 29, 2023
-
Bump cryptography from 41.0.4 to 41.0.6 (#2965)
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.4...41.0.6) --- 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 90d71e6 - Browse repository at this point
Copy the full SHA 90d71e6View commit details -
Ruff linter: Use the default line-length (#2922)
Co-authored-by: Tester <Tester@test.com> Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fd60b18 - Browse repository at this point
Copy the full SHA fd60b18View commit details
Commits on Dec 1, 2023
-
Bump ruff from 0.1.3 to 0.1.6 (#2974)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.3 to 0.1.6. - [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.3...v0.1.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... 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 d4b70fe - Browse repository at this point
Copy the full SHA d4b70feView commit details -
Bump cryptography from 41.0.6 to 41.0.7 (#2971)
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 41.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.6...41.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... 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 0265d95 - Browse repository at this point
Copy the full SHA 0265d95View commit details
Commits on Dec 2, 2023
-
Bump trio-typing from 0.9.0 to 0.10.0 (#2970)
Bumps [trio-typing](https://github.com/python-trio/trio-typing) from 0.9.0 to 0.10.0. - [Commits](python-trio/trio-typing@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: trio-typing dependency-type: direct:production update-type: version-update:semver-minor ... 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 fe5954c - Browse repository at this point
Copy the full SHA fe5954cView commit details
Commits on Dec 3, 2023
-
Bump mkdocs-material from 9.4.7 to 9.4.14 (#2973)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.4.7 to 9.4.14. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.4.7...9.4.14) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 266761d - Browse repository at this point
Copy the full SHA 266761dView commit details -
Bump uvicorn from 0.22.0 to 0.24.0.post1 (#2972)
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.22.0 to 0.24.0.post1. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.22.0...0.24.0.post1) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9ef08c7 - Browse repository at this point
Copy the full SHA 9ef08c7View commit details
Commits on Dec 5, 2023
-
Reorganise tests in 'test_url.py' (#2981)
* Reorganise tests in 'test_url.py' * Linting
Configuration menu - View commit details
-
Copy full SHA for 724eced - Browse repository at this point
Copy the full SHA 724ecedView commit details -
Moving test cases into 'test_url.py' (#2982)
* Moving test cases into 'test_url.py' * Move test_url to test_basic_url * Linting * Move TypeError test case. Move basic httpx.URL cases. * Linting * Merge invalid URL cases * Move percent encoding test cases * Move remaining test cases * Linting * Add missing test cases
Configuration menu - View commit details
-
Copy full SHA for 5b5f6d8 - Browse repository at this point
Copy the full SHA 5b5f6d8View commit details
Commits on Dec 7, 2023
-
Allow URLs where username or password contains unescaped '@'. (#2986)
* Add test cases for userinfo in URL * Resolve failing test cases * Update CHANGELOG.md * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for b471f01 - Browse repository at this point
Copy the full SHA b471f01View commit details
Commits on Dec 11, 2023
-
Add the 'proxy' parameter and deprecate 'proxies'. (#2879)
* Add the proxy parameter and deprecate proxies * Make the Client.proxy and HTTPTransport.proxy types the same * Update httpx/_transports/default.py Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com> * Update httpx/_transports/default.py Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com> * Drop unneeded noqa * Changelog * update documentation * Allow None in mounts * typos * Update httpx/_types.py * Changes proxies to proxy in CLI app * Add proxy to request function * Update CHANGELOG.md Co-authored-by: Tom Christie <tom@tomchristie.com> * Update docs/troubleshooting.md Co-authored-by: Tom Christie <tom@tomchristie.com> * Update docs/troubleshooting.md Co-authored-by: Tom Christie <tom@tomchristie.com> * Lint --------- Co-authored-by: Tom Christie <tom@tomchristie.com> Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f8981f3 - Browse repository at this point
Copy the full SHA f8981f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90538a3 - Browse repository at this point
Copy the full SHA 90538a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e11096 - Browse repository at this point
Copy the full SHA 1e11096View commit details
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2c51edd - Browse repository at this point
Copy the full SHA 2c51eddView commit details
Commits on Dec 13, 2023
-
* Enabled C416 in ruff * Ran ruff on all files * Ran ruff format * Update pyproject.toml --------- Co-authored-by: Tom Christie <tom@tomchristie.com>
Configuration menu - View commit details
-
Copy full SHA for 2318fd8 - Browse repository at this point
Copy the full SHA 2318fd8View commit details
Commits on Dec 14, 2023
-
Fix environment proxies (#2741)
* Add red test * Make the test pass * Lint * chanelog --------- Co-authored-by: Karen Petrosyan <92274156+karosis88@users.noreply.github.com> Co-authored-by: Tom Christie <tom@tomchristie.com>
Configuration menu - View commit details
-
Copy full SHA for 3b9060e - Browse repository at this point
Copy the full SHA 3b9060eView commit details
Commits on Dec 15, 2023
-
Cleanup URL percent-encoding behavior. (#2990)
* Replace path_query_fragment encoding tests * Remove replaced test cases * Fix test case to use correct hex sequence for 'abc' * Fix 'quote' behaviour so we don't double-escape. * Add '/' to safe chars in query strings * Update docstring * Linting * Update outdated comment. * Revert unrelated change --------- Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a11fc38 - Browse repository at this point
Copy the full SHA a11fc38View commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b4b27ff - Browse repository at this point
Copy the full SHA b4b27ffView commit details
Commits on Dec 20, 2023
-
* Version 0.26.0 * Update changelog * Update CHANGELOG.md * Add `Deprecated` section
Configuration menu - View commit details
-
Copy full SHA for 08eff92 - Browse repository at this point
Copy the full SHA 08eff92View 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.25.2...0.26.0