Skip to content
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

fix: Raise minimum urllib3 package to 1.26.0 #26

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

keelerm84
Copy link
Member

Our usage of the Retry object from the urllib3 package depends on a
signature that was introduced in v1.26.0.

Fixes #25

Our usage of the `Retry` object from the `urllib3` package depends on a
signature that was introduced in v1.26.0.

Fixes #25
@keelerm84 keelerm84 requested a review from a team February 29, 2024 20:51
Copy link

This pull request has been linked to Shortcut Story #234663: Fix urllib3 version constraints.

@keelerm84 keelerm84 merged commit ca5408d into main Mar 1, 2024
13 checks passed
@keelerm84 keelerm84 deleted the mk/sc-234663/urllib3 branch March 1, 2024 18:44
keelerm84 pushed a commit that referenced this pull request Mar 1, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.1.1](1.1.0...1.1.1)
(2024-03-01)


### Bug Fixes

* **deps:** Bump jsonpickle to fix CVE-2020-22083
([#23](#23))
([3487311](3487311))
* Raise minimum urllib3 package to 1.26.0
([#26](#26))
([ca5408d](ca5408d)),
closes
[#25](#25)


### Documentation

* Add status badge
([#19](#19))
([777330b](777330b))
* Fix GH pages rendering of published docs
([#21](#21))
([0a7ae7a](0a7ae7a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

urllib3 1.25 and below does not work with this library
2 participants