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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove h11 pinning #2820

Merged
merged 2 commits into from Dec 15, 2022
Merged

Remove h11 pinning #2820

merged 2 commits into from Dec 15, 2022

Conversation

ecederstrand
Copy link
Contributor

@ecederstrand ecederstrand commented Dec 15, 2022

No longer relevant after release of httpx==0.23.1. See #1680

Refs #1680

Description

Please include:

  • relevant motivation
  • a summary of the change
  • which issue is fixed.
  • any additional dependencies that are required for this change.

Closes: # (issue)

Checklist:

  • I have performed a self-review of my own code
  • I have added a short summary of my change to the CHANGELOG.md
  • My code follows the style guidelines of this project
  • I have commented my code in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

A note about the CHANGELOG

Hello 馃憢 and thank you for contributing to Gradio!

All pull requests must update the change log located in CHANGELOG.md, unless the pull request is labeled with the "no-changelog-update" label.

Please add a brief summary of the change to the Upcoming Release > Full Changelog section of the CHANGELOG.md file and include
a link to the PR (formatted in markdown) and a link to your github profile (if you like). For example, "* Added a cool new feature by [@myusername](link-to-your-github-profile) in [PR 11111](https://github.com/gradio-app/gradio/pull/11111)".

If you would like to elaborate on your change further, feel free to include a longer explanation in the other sections.
If you would like an image/gif/video showcasing your feature, it may be best to edit the CHANGELOG file using the
GitHub web UI since that lets you upload files directly via drag-and-drop.

No longer relevant after release of httpx==0.23.1. See #1680

Refs #1680
@abidlabs
Copy link
Member

Sweet, thanks for the fix @ecederstrand! Would you be able to go ahead and add an entry in CHANGELOG.md with a one-liner describing the change?

@ecederstrand
Copy link
Contributor Author

Entry added. I'm unsure if it's in the right section of the CHANGELOG.

@@ -10,7 +10,7 @@ No changes to highlight.
No changes to highlight.

## Testing and Infrastructure Changes:
No changes to highlight.
* Remove h11 pinning by [@ecederstrand]([https://github.com/abidlabs](https://github.com/ecederstrand)) in [PR 2820]([https://github.com/gradio-app/gradio/pull/2808](https://github.com/gradio-app/gradio/pull/2820))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks good to me @ecederstrand !

Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm going to build this and install on colab as a paranoid check but should be good to merge soon!

@abidlabs
Copy link
Member

Thanks for the contribution @ecederstrand, LGTM!

@abidlabs abidlabs merged commit c67af90 into gradio-app:main Dec 15, 2022
@ecederstrand ecederstrand deleted the patch-1 branch December 15, 2022 14:23
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.

None yet

3 participants