-
Notifications
You must be signed in to change notification settings - Fork 6
fix: create httpx.AsyncClient off event loop (Python 3.13 / HA blocking SSL detection) #46
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
Closed
danielbrunt57
wants to merge
19
commits into
alandtse:main
from
danielbrunt57:fix-Detected-blocking-call-to-load_verify_locations
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1a214f9
Fix: create httpx.AsyncClient off event loop (Python 3.13 / HA blocki…
danielbrunt57 97c33ae
Avoid creating httpx.AsyncClient in running event loop (Python 3.13 c…
danielbrunt57 0c80b78
Update lockfile: pin virtualenv to 20.38.0
danielbrunt57 83b9425
Format imports + black compliance
danielbrunt57 fe42437
Remove patchfile.patch
danielbrunt57 926e2c1
Avoid blocking httpx client creation in event loop; tighten typing an…
danielbrunt57 261d8e1
Fix CI: bandit + mypy issues in tests; align isort with black
danielbrunt57 8adf96a
Add session lock for safe AsyncClient creation; clean up event loop d…
danielbrunt57 2891d7d
Remove venv from repository and ignore virtual environments
danielbrunt57 6ea6098
Clenest version fix: Redundant in_event_loop = False
danielbrunt57 e986902
Return 500 on missing session; fix spacing
danielbrunt57 884b769
Remove Azure Oryx build artifact from repository
danielbrunt57 31c72a2
Removed Home Assistant–specific references
danielbrunt57 07e3e2c
fix: D202 No blank lines allowed after function docstring
danielbrunt57 a493a1c
Apply suggestion from @coderabbitai[bot]
danielbrunt57 f26080e
Specify exception types in URL parsing
danielbrunt57 d23b826
Fix syntax error in exception handling
danielbrunt57 86d3bc1
Refine regex for background-image URL matching
danielbrunt57 bdec6a8
Update modifiers.py
danielbrunt57 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.