Skip to content

CompatHelper: bump compat for OrderedCollections to 2, (keep existing compat)#58

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
compathelper/new_version/2026-06-10-00-25-41-121-02267501763
Open

CompatHelper: bump compat for OrderedCollections to 2, (keep existing compat)#58
github-actions[bot] wants to merge 1 commit into
mainfrom
compathelper/new_version/2026-06-10-00-25-41-121-02267501763

Conversation

@github-actions

Copy link
Copy Markdown

This pull request changes the compat entry for the OrderedCollections package from 1 to 1, 2.
This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.

@kalidke kalidke force-pushed the compathelper/new_version/2026-06-10-00-25-41-121-02267501763 branch from da1e960 to a20ab17 Compare June 10, 2026 00:25
@kalidke

kalidke commented Jun 10, 2026

Copy link
Copy Markdown
Member

Holding off on merging this for now: the widened compat is unsatisfiable in the current ecosystem — DataStructures (our direct dep, compat 0.18.20, 0.19) restricts OrderedCollections to 1.1.0 - 1.8.2 across all its published versions, so no resolvable graph can actually exercise OrderedCollections 2 with this package:

restricted by compatibility requirements with DataStructures [864edb3b] to versions: 1.1.0 - 1.8.2 — no versions left

Merging now would ship a compat claim we cannot test, which would silently activate the moment DataStructures widens. Leaving this open; once a DataStructures release supports OrderedCollections 2 we can resolve, run the full suite (our usage surface is LittleDict throughout serialization), and merge.

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.

1 participant