Tom Christie
80960fa319
Version 0.28.0. ( #3419 )
2024-11-28 14:50:04 +00:00
Tom Christie
a33c87852b
Fix extensions type annotation. ( #3380 )
2024-11-28 13:31:17 +00:00
Tom Christie
ce7e14da27
Error on verify as str. ( #3418 )
2024-11-28 11:46:59 +00:00
Tom Christie
47f4a96ffa
Handle empty zstd responses ( #3412 )
2024-11-22 11:42:51 +00:00
Bob Conan
189fc4bcbe
Update CHANGELOG.md, fix typo(s) ( #3406 )
2024-11-20 12:27:29 +00:00
RafaelWO
7b19cd5f4b
Move utility functions from _utils.py to _client.py ( #3389 )
2024-11-15 11:42:52 +00:00
Tom Christie
b47d94c904
Avoid private imports in test cases. ( #3403 )
2024-11-15 10:26:56 +00:00
Tom Christie
2ea2286db4
Import ssl on demand ( #3401 )
2024-11-15 10:17:42 +00:00
Tom Christie
1805ee0d22
Graceful upgrade path for 0.28. ( #3394 )
2024-11-12 11:31:42 +00:00
RafaelWO
41597adffa
Move remaining utility functions from _utils.py to _models.py ( #3387 )
2024-11-01 19:20:18 +00:00
RafaelWO
6212e8fa3b
Move utility functions from _utils.py to _multipart.py ( #3388 )
2024-11-01 12:54:13 +00:00
Mayank Sinha
83a85189c7
Move normalize header functions from _utils.py to _models.py ( #3382 )
2024-10-30 17:12:21 +00:00
Tom Christie
6622553979
Cleanup Request method parameter. ( #3378 )
2024-10-29 15:31:31 +00:00
Bin Liu
12be5c44ca
add socks5h proxy support ( #3178 )
...
Signed-off-by: bin liu <liubin0329@gmail.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
2024-10-29 14:10:33 +00:00
Joe Marshall
e9cabc8e1d
made dependencies on certifi and httpcore only load when required ( #3377 )
...
Co-authored-by: Tom Christie <tom@tomchristie.com>
2024-10-29 13:18:39 +00:00
Tom Christie
eeb5e3c2a3
Cleanup unneccessary test case ( #3375 )
2024-10-28 17:38:33 +00:00
Tom Christie
5dda2aa306
Just use default safe=... characters for urlescape ( #3376 )
2024-10-28 17:38:16 +00:00
Tom Christie
5440381553
Update CHANGELOG.md ( #3374 )
2024-10-28 16:23:45 +00:00
Tom Christie
ba2e51215e
Review urlescape percent-safe set, and use + behavior for form spaces. ( #3373 )
2024-10-28 16:19:59 +00:00
Tom Christie
d293374b66
Review URL percent escaping sets, from whatwg. ( #3371 )
2024-10-28 15:06:10 +00:00
Tom Christie
489fef48ba
Update CHANGELOG.md ( #3372 )
2024-10-28 14:43:24 +00:00
BERRADA-Omar
9fd6f0ca66
Ensure JSON representation is compact. #3363 ( #3367 )
...
Co-authored-by: Tom Christie <tom@tomchristie.com>
2024-10-28 14:40:22 +00:00
Tom Christie
8e36f2bc68
Introduce new SSLContext API & escalate deprecations. ( #3319 )
...
Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-10-28 14:30:08 +00:00
Tom Christie
3f76571d34
Concise URL instantiation. ( #3364 )
2024-10-25 14:27:54 +01:00
Colin Bounouar
6f9b50990d
typo: Reading a response expose response text, not request text ( #3359 )
2024-10-23 20:06:45 +01:00
dependabot[bot]
1bf1fc0ea8
Bump the python-packages group with 5 updates ( #3329 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 18:05:20 +01:00
T-256
95a9527ed6
Add httpx-ws to third party packages. ( #3325 )
...
Co-authored-by: Tom Christie <tom@tomchristie.com>
2024-09-27 16:41:16 +01:00
T-256
3849e1518f
Add httpx-socks to third party packages. ( #3326 )
2024-09-27 16:36:34 +01:00
Polina Beskorovainaia
49d74a2e7f
Clarified error when header value is None ( #3312 )
...
Co-authored-by: Zanie Blue <contact@zanie.dev>
2024-09-26 18:01:47 +01:00
Tom Christie
2e01aa0075
Enable TestSuite for PRs to version branches. ( #3318 )
2024-09-24 17:21:56 +01:00
Tom Christie
f06171fd5a
Revert "Removed leading $ from cli code blocks" ( #3192 )
...
Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
2024-09-23 00:16:32 +04:00
Tom Christie
d4961b9f8e
Add speakeasy sponsorship ( #3305 )
2024-09-17 11:31:15 +01:00
dependabot[bot]
0aa20e449e
Bump cryptography from 43.0.0 to 43.0.1 ( #3295 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 13:24:25 +01:00
dependabot[bot]
d46fa57a6a
Bump the python-packages group across 1 directory with 8 updates ( #3292 )
2024-09-01 18:45:24 +01:00
Tom Christie
609df7ecc0
Reintroduce URLTypes. ( #3288 )
2024-08-27 13:52:05 +01:00
Tom Christie
1d6b663433
Update CHANGELOG for 0.27.1 release date. ( #3285 )
2024-08-27 12:27:08 +01:00
Michiel W. Beijen
1bf1ba5124
Version 0.27.1 ( #3275 )
2024-08-22 16:03:23 +01:00
Tom Christie
7c0cda153d
Improve InvalidURL error message. ( #3250 )
2024-07-26 09:36:03 +01:00
dependabot[bot]
beb501fc28
Bump the python-packages group across 1 directory with 8 updates ( #3247 )
...
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>
2024-07-23 15:54:34 +01:00
Tom Christie
359f77d4f6
Clean up URL signature. ( #3245 )
2024-07-23 15:46:47 +01:00
Tom Christie
b351a44fb6
Update requirements.txt ( #3246 )
2024-07-23 15:43:47 +01:00
Tom Christie
db9072f998
Add URL parsing tests from WHATWG ( #3188 )
...
Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
2024-06-13 14:46:36 +01:00
Michael Feil
92e9dfb399
Update asgi.py docstring ( #3210 )
...
Co-authored-by: Tom Christie <tom@tomchristie.com>
2024-06-06 16:36:07 +01:00
dependabot[bot]
e186ecc9f8
Bump the python-packages group with 8 updates ( #3213 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 11:38:14 +01:00
Tom Christie
37593c1952
Fast path returns for normalize_path cases ( #3189 )
...
Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
2024-05-17 18:25:38 +01:00
manav-a
88a81c5d31
[fix] Use proxy ssl context consistently ( #3175 )
...
Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
2024-05-10 06:42:50 -04:00
Shiny
fa6dac8383
Removed leading $ from cli code blocks ( #3174 )
...
Co-authored-by: Tom Christie <tom@tomchristie.com>
2024-05-05 17:24:16 +01:00
Tom Christie
a7092af2fd
Resolve queryparam quoting ( #3187 )
2024-05-03 01:09:08 +01:00
Kien Dang
be56b74735
Fix doc links for making requests directly to WSGI/ASGI apps ( #3186 )
2024-05-02 11:07:09 +01:00
dependabot[bot]
2f5ae50726
Bump the python-packages group with 6 updates ( #3185 )
2024-05-01 17:56:17 +01:00