Skip to content

Fixing azure_monitor_driver for deprecated httpx API #809

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

Merged
merged 5 commits into from
Dec 6, 2024

Conversation

ianhelle
Copy link
Contributor

@ianhelle ianhelle commented Dec 6, 2024

httpx has deprecated/removed proxies parameter in API call.
Replacing with mounts in httpx.Client
Also fixed a doc bug in process_tree_utils and initializer in host_logon_session.

httpx API call.
Also fixed a doc bug in process_tree_utils and initializer in host_logon_session.
Copy link
Contributor Author

@ianhelle ianhelle left a comment

Choose a reason for hiding this comment

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

note - respx calls in unit tests are failing due to change in new release of httpx.
If respx update release takes a while, I will fix here

@FlorianBracq
Copy link
Collaborator

note - respx calls in unit tests are failing due to change in new release of httpx. If respx update release takes a while, I will fix here

I have noticed typing issues that were failing the pipeline too, those should be fixed now!

@ianhelle ianhelle merged commit 4b9367f into main Dec 6, 2024
10 checks passed
@ianhelle ianhelle deleted the ianhelle/httpx-fix-2024-12-05 branch December 6, 2024 20:27
@ianhelle ianhelle linked an issue Dec 13, 2024 that may be closed by this pull request
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.

[Bug]:
2 participants