-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency httpx to v0.28.1 #212
Conversation
@mateoflorido would you be able to confirm this can now go back in. I know the tests are passing but we may not be triggering the branch of code where we're using lightkube and things were failing everywhere |
7e14890
to
d332322
Compare
d332322
to
a977756
Compare
a977756
to
4785e86
Compare
4785e86
to
0bf01d3
Compare
0bf01d3
to
8191d8c
Compare
Test coverage for 8191d8c
Static code analysis report
|
pass on this dep b/c lightkube doesn't endorse it |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
==0.27.2
->==0.28.1
Release Notes
encode/httpx (httpx)
v0.28.1
Compare Source
verify=False
together with client side certificates.v0.28.0
Compare Source
The 0.28 release includes a limited set of deprecations.
Deprecations:
We are working towards a simplified SSL configuration API.
For users of the standard
verify=True
orverify=False
cases, orverify=<ssl_context>
case this should require no changes. The following cases have been deprecated...verify
argument as a string argument is now deprecated and will raise warnings.cert
argument is now deprecated and will raise warnings.Our revised SSL documentation covers how to implement the same behaviour with a more constrained API.
The following changes are also included:
proxies
argument has now been removed.app
argument has now been removed.certifi
andhttpcore
are only imported if required. (#3377)socks5h
as a valid proxy scheme. (#3178)Request()
method signature in line withclient.request()
andhttpx.request()
. (#3378)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.