Skip to content

Conversation

@kdestin
Copy link
Member

@kdestin kdestin commented Aug 22, 2024

Description

This pull request extends code C4749 of azure-pylint-guidelines-checker to also disallow imports of the httpx package, "a fully featured HTTP client library for Python 3".

This change should have no impact on any SDK currently in the azure-sdk-for-python (as of commit 99bfd773), since no SDK directly imports httpx.

Background

My team is currently working on adding a new SDK to azure-sdk-for-python, and I noticed that C4749 wasn't flagging our use of httpx that would need to be changed per the Azure SDK guidelines around networking imports.

cc: @l0lawrence

@kdestin kdestin requested a review from l0lawrence as a code owner August 22, 2024 17:28
@kdestin kdestin force-pushed the add-httpx-as-banned-networking-import branch from de0999a to 6f8cde1 Compare August 22, 2024 17:34
@kdestin kdestin force-pushed the add-httpx-as-banned-networking-import branch from 6f8cde1 to e2fa32e Compare August 22, 2024 19:35
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