-
Notifications
You must be signed in to change notification settings - Fork 111
Added urllib3 version check #547
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
Conversation
Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase ( |
Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase ( |
can you explain the motivation for this change in the description? |
@jackyhu-db Updated the description |
* Added version check * Removed packaging Signed-off-by: varun-edachali-dbx <[email protected]>
* Added version check * Removed packaging Signed-off-by: varun-edachali-dbx <[email protected]>
* Added version check * Removed packaging Signed-off-by: varun-edachali-dbx <[email protected]>
* Added version check * Removed packaging Signed-off-by: varun-edachali-dbx <[email protected]>
* Added version check * Removed packaging Signed-off-by: varun-edachali-dbx <[email protected]>
* Added version check * Removed packaging
* Added version check * Removed packaging Signed-off-by: Sai Shree Pradhan <[email protected]>
Description
urllib3<2.x
andurllib3>=2.x
have a difference of the presence of thebackoff_jitter
value in the Inherited Retry class. Added checks to ensure that customers can useurllib3<2.x
andurllib3>=2.x
versions of the library with thedatabricks-sql-connector