Skip to content
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

Fix AsyncSeesion.get verify parameter typings in overloads #192

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

wallseat
Copy link

No description provided.

@wallseat
Copy link
Author

wallseat commented Dec 25, 2024

@Ousret how about add pathlib.Path support?
i can do it myself

Copy link
Member

@Ousret Ousret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Ousret
Copy link
Member

Ousret commented Dec 25, 2024

how about add pathlib.Path support?

You may try if you want to, but in a separate PR.

@Ousret Ousret merged commit 48df3bc into jawah:main Dec 25, 2024
31 checks passed
@wallseat wallseat deleted the typing/consistent-verify-typing branch December 25, 2024 15:54
@Ousret Ousret mentioned this pull request Jan 1, 2025
Ousret added a commit that referenced this pull request Jan 1, 2025
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants