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

Relax trio dependency pin. #956

Merged
merged 3 commits into from
Sep 27, 2024
Merged

Relax trio dependency pin. #956

merged 3 commits into from
Sep 27, 2024

Conversation

tomchristie
Copy link
Member

Relax trio dependency pinning upper bound to <1.0.

Trio's versioning has been extremely careful.
I think we can feel confident enough with this.

Prompted by #922 (comment) - thanks @agronholm.

Relax `trio` dependency pinning upper bound to `<1.0`.

Trio's versioning has been extremely careful.
I think we can feel confident enough with this.
@tomchristie tomchristie changed the title Update trio dependency. Relax trio dependency pin. Sep 27, 2024
@tomchristie
Copy link
Member Author

The alternative would be to push up to 0.27.x.

I'd also be happy with that if prefered.

@tomchristie tomchristie mentioned this pull request Sep 27, 2024
@tomchristie tomchristie added the enhancement New feature or request label Sep 27, 2024
@tomchristie tomchristie requested a review from a team September 27, 2024 16:08
Copy link
Member

@gvbgduh gvbgduh left a comment

Choose a reason for hiding this comment

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

Lgtm

@gvbgduh gvbgduh merged commit 0804ea6 into master Sep 27, 2024
5 checks passed
@gvbgduh gvbgduh deleted the update-trio-dependency branch September 27, 2024 16:15
zemnmez-renovate-bot added a commit to zemn-me/monorepo that referenced this pull request Oct 1, 2024
##### [`v1.0.6](https://github.com/encode/httpcore/blob/HEAD/CHANGELOG.md#Version-106-October-1st-2024)

-   Relax `trio` dependency pinning. ([#956](encode/httpcore#956))
-   Handle `trio` raising `NotImplementedError` on unsupported platforms. ([#955](encode/httpcore#955))
-   Handle mapping `ssl.SSLError` to `httpcore.ConnectError`. ([#918](encode/httpcore#918))
github-merge-queue bot pushed a commit to zemn-me/monorepo that referenced this pull request Oct 1, 2024
##### [`v1.0.6](https://github.com/encode/httpcore/blob/HEAD/CHANGELOG.md#Version-106-October-1st-2024)

-   Relax `trio` dependency pinning. ([#956](encode/httpcore#956))
-   Handle `trio` raising `NotImplementedError` on unsupported platforms. ([#955](encode/httpcore#955))
-   Handle mapping `ssl.SSLError` to `httpcore.ConnectError`. ([#918](encode/httpcore#918))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants