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

Dev/remove http patch #689

Merged
merged 5 commits into from
Feb 7, 2024
Merged

Dev/remove http patch #689

merged 5 commits into from
Feb 7, 2024

Conversation

whitphx
Copy link
Owner

@whitphx whitphx commented Feb 6, 2024

No description provided.

Copy link
Contributor

@lukasmasuch lukasmasuch left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@@ -0,0 +1,4 @@
// stlite-specific requirements
export const STLITE_REQUIREMENTS = [
"urllib3==2.2.0", // `urllib3` supports Pyodide since 2.2.0. https://urllib3.readthedocs.io/en/stable/reference/contrib/emscripten.html
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: can we do >=2.2.0 here?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Oops correct!

@whitphx
Copy link
Owner Author

whitphx commented Feb 6, 2024

Well.. changed my mind; specifying urllib3>=2.2.0 in setup.py just like what was done for pyodide-http is much simpler...

Copy link
Contributor

@lukasmasuch lukasmasuch left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@whitphx whitphx merged commit a21ee92 into main Feb 7, 2024
21 checks passed
@whitphx whitphx deleted the dev/remove-http-patch branch February 7, 2024 03:43
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