You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the RECORD file in the published 0.24.0 wheel
by upgrading to a fixed version of uv_build.
:issue:406
Fix a test failure on Python 3.15
caused by changes to :class:~collections.UserDict.
:issue:407
0.24.0 (2026-08-24)
Remove bidict.metadata and associated metadata from the
:mod:bidict module (e.g. bidict.__version__).
Use e.g. :func:importlib.metadata.metadata("bidict")["Version"] <importlib.metadata.metadata> instead.
Fix a bug where pickling or :func:~copy.deepcopy\ing an instance of a
dynamically-generated inverse class
(see :ref:extending:Dynamic Inverse Class Generation)
could change the order of its items.
:issue:398
Pickles written by bidict 0.23.1 and earlier can no longer be read.
They call the private BidictBase._from_other()
with an argument it no longer accepts,
which was retained for no other purpose.
Pickle compatibility across versions
has never been guaranteed <https://docs.python.org/3/library/pickle.html#comparison-with-json>__,
and dropping it here keeps
:meth:~bidict.BidictBase.__reduce__ free of special cases.
Fix a bug where a non-ordered bidict's
:meth:~bidict.BidictBase.values view
could yield its values in a different order than
:meth:~bidict.BidictBase.keys yields the corresponding keys,
so that e.g. zip(b.keys(), b.values())
silently paired up the wrong keys and values.
Fix a bug where :meth:~bidict.MutableBidict.putall
and :meth:~bidict.MutableBidict.update
could leave earlier items inserted when a later item in a bulk update
raised a non-duplication exception,
rather than failing clean.
:issue:389
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filepython:uvPull requests that update python:uv code
0 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps bidict from 0.23.1 to 0.24.1.
Release notes
Sourced from bidict's releases.
Changelog
Sourced from bidict's changelog.
... (truncated)
Commits
3b6a3a7Prepare for 0.24.1 release.d590223Check built distributions before publishing them #40602dcae5Drop the license classifier deprecated by PEP 639dcaf6ebTest on Python 3.15 prereleases92a9e05Stop letting a slow first call fail a hypothesis test36f3481Keep the refusing-dict fixture counting popitem on Python 3.156643541Build releases with a uv_build that writes valid RECORD hashes #406fd0979aminor2a8bac9Bump version post-release.a4b3e2dPrepare for 0.24.0 release.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)