Skip to content

Update dependency immutabledict to v4#912

Open
k1h-renovate[bot] wants to merge 1 commit intodevfrom
renovate/immutabledict-4.x
Open

Update dependency immutabledict to v4#912
k1h-renovate[bot] wants to merge 1 commit intodevfrom
renovate/immutabledict-4.x

Conversation

@k1h-renovate
Copy link
Contributor

@k1h-renovate k1h-renovate bot commented Feb 25, 2026

This PR contains the following updates:

Package Update Change
immutabledict (changelog) major ==2.2.1==4.3.1

Release Notes

corenting/immutabledict (immutabledict)

v4.3.1

Compare Source

  • Fix: fix typing issues with pytype/pyrefly. Thanks to @​mfigurnov for the PR.

v4.3.0

Compare Source

  • Add typed __new__ overloads for type-safe constructor calls. Thanks to @​mfigurnov for the PR.
  • Fix: correct ImmutableOrderedDict _dict_cls so that it works correctly. It actually silently used plain dict due to the issue (which actually do preserve order on Python 3.7+, so the bug was not noticed). Thanks to @​mfigurnov for the PR.

v4.2.2

Compare Source

No code changes.

  • Update classifiers, Github Actions... for Python 3.14
  • Update metadatas for PEP 639

v4.2.1

Compare Source

  • Published with attestation
  • Update classifiers, Github Actions... for Python 3.13 (no code changes)

v4.2.0

Compare Source

  • Add discard method which return a new immutabledict without the item at the given key, if present. Thanks to @​matthiasdiener for the PR #​307

v4.1.0

Compare Source

v4.0.0

Compare Source

v3.0.0

Compare Source

  • copy() (breaking change): remove the option to pass keyword arguments (which were present as key/value pairs in the copy). Now the method doesn't take any arguments (it behaves the same as a normal dict).
  • Python versions: drop Python 3.7 support
  • Typing: fixes
    • Make the key covariant. Thanks to @​spacether for the PR #​244
    • Fix key/value typing missing for ImmutableOrderedDict

v2.2.5

Compare Source

  • Fix hard-coded class reference in fromkeys() resulting in always using dict for fromkeys() (instead of OrderedDict in ImmutableOrderedDict for example). Thanks to @​cthoyt for the PR #​234

v2.2.4

Compare Source

  • Include tests in sdist for easier packaging

v2.2.3

Compare Source

  • Fix TypeError message when using |=. Thanks to @​ronshapiro for the PR #​66
  • Update docstring for ImmutableOrderedDict to indicate that is not needed anymore for Python >= 3.7 but kept for compatibility purposes
  • Use postponed evaluation of annotations (PEP 563) for the typing

v2.2.2

Compare Source

  • Update classifiers, Github Actions... for Python 3.11 (no code changes)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@k1h-renovate k1h-renovate bot requested a review from a team as a code owner February 25, 2026 01:23
@codecov
Copy link

codecov bot commented Feb 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.45%. Comparing base (342abc1) to head (a31516f).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #912   +/-   ##
=======================================
  Coverage   54.45%   54.45%           
=======================================
  Files          33       33           
  Lines        3043     3043           
=======================================
  Hits         1657     1657           
  Misses       1386     1386           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@k1h-renovate k1h-renovate bot force-pushed the renovate/immutabledict-4.x branch from 0ba6264 to a31516f Compare February 26, 2026 01:25
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.

0 participants