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

Upgrade requests to 2.21.0 #19385

Merged
merged 1 commit into from Dec 18, 2018
Merged

Upgrade requests to 2.21.0 #19385

merged 1 commit into from Dec 18, 2018

Conversation

fabaff
Copy link
Member

@fabaff fabaff commented Dec 17, 2018

Description:

Changelog: https://github.com/requests/requests/blob/master/HISTORY.md#2210-2018-12-10

Checklist:

  • The code change is tested and works locally.
  • Local tests pass with tox. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.

@fabaff fabaff requested a review from a team as a code owner December 17, 2018 09:06
@homeassistant homeassistant added core small-pr PRs with less than 30 lines. cla-signed labels Dec 17, 2018
@ghost ghost assigned fabaff Dec 17, 2018
@ghost ghost added the in progress label Dec 17, 2018
setup.py Outdated
@@ -38,8 +38,8 @@
'attrs==18.2.0',
'bcrypt==3.1.4',
'certifi>=2018.04.16',
# Dec 5, 2018: Idna released 2.8, requests caps idna at <2.8, CI fails
'idna==2.7',
# Dec 17, 2018: Idna released 2.8, requests 2.21.0 is pinning idna
Copy link
Member

Choose a reason for hiding this comment

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

If requests can work with the newer idna, we should remove our pinning completely.

Copy link
Member Author

Choose a reason for hiding this comment

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

requests wants 'idna>=2.5,<2.9'.

Copy link
Member

Choose a reason for hiding this comment

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

So shall we drop our pinning then ? We only added it because the newer requests could not work with it but it somehow got installed.

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok, let's remove it. In a worst case scenario we would need to add it again.

@fabaff fabaff reopened this Dec 18, 2018
@ghost ghost added the in progress label Dec 18, 2018
@balloob balloob merged commit c0ae7b1 into dev Dec 18, 2018
@ghost ghost removed the in progress label Dec 18, 2018
@delete-merged-branch delete-merged-branch bot deleted the upgrade-requests branch December 18, 2018 16:29
dshokouhi pushed a commit to dshokouhi/home-assistant that referenced this pull request Dec 25, 2018
@balloob balloob mentioned this pull request Jan 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed core small-pr PRs with less than 30 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants