-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add os.PathLike
support to specify CA bundle to use
#194
Add os.PathLike
support to specify CA bundle to use
#194
Conversation
A have no idea how to cover this by tests with current usage of httpbin fixtures. |
Use |
6751edd
to
2e6657a
Compare
pathlib.Path
support to specify CA bundle to useos.PathLike
support to specify CA bundle to use
b2cf1db
to
2f89752
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor adjustments made. otherwise LGTM.
3.12.0 (2025-01-01) ------------------- **Fixed** - Restoring the state of `AsyncSession` through pickle. - Typing definition for query parameter not accepting `None` as values. (#193) - Overload incorrect definition for `AsyncSession::get`. (#192) **Added** - Support for `PathLike` objects for `verify` parameter when passing a ca bundle path. (#194) - Caching and restoring OCSP state through pickling `Session` or `AsyncSession`. - Caching and restoring QUIC known compatible hosts through pickling `Session` or `AsyncSession`. - Shortcut convenient access to `Retry` and `Timeout` configuration objects in top-level import.
No description provided.