-
Notifications
You must be signed in to change notification settings - Fork 321
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
Replaced requests with httpx 0.18 #285
Conversation
Thanks @grantv9! It looks like there are some functions in your branch still using requests (items in msticpy/data/azure). It would be great to replace all instances if this PR. Also there are some linting errors coming up. You can find the linters we use here: Please let us know if you have any questions |
You're welcome @petebryan! I fixed the msticpy/data/azure directory and updated the tests accordingly (using the |
Submitted a new PR that fixes the last two pytest errors from test_pkg_imports.py and test_sumologic_driver.py |
Replaced requests with httpx 0.18
Closes #172