Sourced from packaging's releases.
26.2
What's Changed
Fixes:
- Fix incorrect sysconfig var name for pyemscripten by
@ryanking13in pypa/packaging#1160- Make
Version,Specifier,SpecifierSet,Tag,Marker, andRequirementpickle-safe and backward-compatible with pickles created in 25.0-26.1 (including references to the removedpackaging._structuresmodule) by@eachimeiand@henryiiiin pypa/packaging#1163, pypa/packaging#1168, pypa/packaging#1170, and pypa/packaging#1171- fix: re-export ExceptionGroup for now by
@henryiiiin pypa/packaging#1164Documentation:
- docs: add errors section and fix missing details by
@henryiiiin pypa/packaging#1159- docs(dev): document property-based test suite by
@r266-techin pypa/packaging#1167- Fix typo in DirectUrl documentation by
@sbidoulin pypa/packaging#1169- docs(specifiers): add is_unsatisfiable() usage example by
@r266-techin pypa/packaging#1166Internal:
- Enable the auditor persona on zizmor by
@henryiiiin pypa/packaging#1158- Test new pickle guarantees by
@henryiiiin pypa/packaging#1174- Use native uv integration in rtd by
@henryiiiin pypa/packaging#1175New Contributors
@ryanking13made their first contribution in pypa/packaging#1160@eachimeimade their first contribution in pypa/packaging#1163Full Changelog: https://github.com/pypa/packaging/compare/26.1...26.2
Sourced from packaging's changelog.
26.2 - 2026-04-24
Fixes:
- Fix incorrect sysconfig var name for pyemscripten in (:pull:
1160)- Make
Version,Specifier,SpecifierSet,Tag,Marker, andRequirementpickle-safe
and backward-compatible with pickles created in 25.0-26.1 (including references to the removed
packaging._structuresmodule) (:pull:1163, :pull:1168, :pull:1170, :pull:1171)- Re-export
ExceptionGroupin metadata for now in (:pull:1164)Documentation:
- Add errors section and fix missing details in (:pull:
1159)- Document our property-based test suite in (:pull:
1167)- Fix a
DirectUrltypo in (:pull:1167)- Add example of
is_unsatisfiablein (:pull:1166)Internal:
- Enable the auditor persona on zizmor in (:pull:
1158)- Test new pickle guarantees in (:pull:
1174)- Use new native ReadTheDocs uv integration in (:pull:
1175)
84a87ee
Bump for release4a616b6
docs: a few more updates to prepare for 26.2 (#1176)9de6f44
ci: use native uv integration in rtd (#1175)bc76e14
chore: update changelog for 26.2 (#1161)3f00091
tests: add a pickle check (#1174)48a8a06
fix: make Requirements/Markers pickle-safe (#1171)823b44e
fix: make Tags pickle-safe (#1170)4bed32d
fix: make Specifier / SpecifierSet pickle-safe (#1168)963118e
fix: re-export ExceptionGroup for now (#1164)66e34a8
docs(specifiers): add is_unsatisfiable() usage example (#1166)Sourced from fast-uri's releases.
v3.1.2
⚠️ Security Release
What's Changed
- Handle malformed fragment decoding as a parse error by
@mcollinain fastify/fast-uri#171Full Changelog: https://github.com/fastify/fast-uri/compare/v3.1.1...v3.1.2
v3.1.1
⚠️ Security Release
What's Changed
- build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by
@dependabot[bot] in fastify/fast-uri#148- build(deps): bump actions/checkout from 4 to 5 by
@dependabot[bot] in fastify/fast-uri#149- chore(.npmrc): ignore scripts by
@Fdawgsin fastify/fast-uri#150- build(deps-dev): remove
@fastify/pre-commitby@Fdawgsin fastify/fast-uri#151- build(deps): bump actions/setup-node from 4 to 5 by
@dependabot[bot] in fastify/fast-uri#152- ci(ci): add concurrency config by
@Fdawgsin fastify/fast-uri#153- build(deps): bump actions/setup-node from 5 to 6 by
@dependabot[bot] in fastify/fast-uri#154- build(deps): bump actions/checkout from 5 to 6 by
@dependabot[bot] in fastify/fast-uri#156- chore(license): standardise license notice by
@Fdawgsin fastify/fast-uri#159- style: remove trailing whitespace by
@Fdawgsin fastify/fast-uri#161- ci: remove unused github files by
@Tony133in fastify/fast-uri#162- chore: update readme by
@Tony133in fastify/fast-uri#164- build(deps): bump fastify/workflows/.github/workflows/plugins-ci-package-manager.yml from 5 to 6 by
@dependabot[bot] in fastify/fast-uri#165- build(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml from 5 to 6 by
@dependabot[bot] in fastify/fast-uri#166- build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 by
@dependabot[bot] in fastify/fast-uri#167- ci: add lock-threads workflow by
@Fdawgsin fastify/fast-uri#169New Contributors
@Tony133made their first contribution in fastify/fast-uri#162Full Changelog: https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.1
919dd8e
Bumped v3.1.2c65ba57
fixup: linting6c86c17
Merge commit from forka95158a
Handle malformed fragment decoding without throwing (#171)cea547c
Bumped v3.1.1876ce79
Merge commit from forkdcdf690
ci: add lock-threads workflow (#169)c860e65
build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 (#167)9b4c6dc
build(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml (#166)85d09a9
build(deps): bump
fastify/workflows/.github/workflows/plugins-ci-package-mana...