chore(deps): bump frozenlist from 1.5.0 to 1.7.0
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(10 months ago)
(10 months ago)
(10 months ago)
by kishore7snehil
dependencies python
Bumps frozenlist from 1.5.0 to 1.7.0.
Release notes
Sourced from frozenlist's releases.
1.7.0
Features
Added deepcopy support to FrozenList -- by :user:
bdraco.Related issues and pull requests on GitHub: #659.
Packaging updates and notes for downstreams
Fixed an issue where
frozenlistbinary wheels would be built with debugging symbols and line tracing enabled, which significantly impacted performance. Line tracing is now disabled by default and can only be enabled explicitly -- by :user:bdraco.This change ensures that production builds are optimized for performance. Developers who need line tracing for debugging purposes can still enable it by:
- Setting the
FROZENLIST_CYTHON_TRACINGenvironment variable- Using the
--config-setting=with-cython-tracing=trueoption with pipRelated issues and pull requests on GitHub: #660.
Enabled
PIP_CONSTRAINTenvironment variable in the build configuration to ensure the pinned Cython version fromrequirements/cython.txtis used during wheel builds.Related issues and pull requests on GitHub: #661.
1.6.2
No changes from 1.6.1. This is re-publish since 1.6.1 failed to publish.
No significant changes.
1.6.1
This release was yanked because the upload job failed to upload all files to PyPI
Bug fixes
Correctly use
cimportfor includingPyBool_FromLong-- by :user:lysnikolaou.Related issues and pull requests on GitHub: #653.
... (truncated)
Changelog
Sourced from frozenlist's changelog.
v1.7.0
(2025-06-09)
Features
Added deepcopy support to FrozenList -- by :user:
bdraco.Related issues and pull requests on GitHub: :issue:
659.Packaging updates and notes for downstreams
Fixed an issue where
frozenlistbinary wheels would be built with debugging symbols and line tracing enabled, which significantly impacted performance. Line tracing is now disabled by default and can only be enabled explicitly -- by :user:bdraco.This change ensures that production builds are optimized for performance. Developers who need line tracing for debugging purposes can still enable it by:
- Setting the
FROZENLIST_CYTHON_TRACINGenvironment variable- Using the
--config-setting=with-cython-tracing=trueoption with pipRelated issues and pull requests on GitHub: :issue:
660.Enabled
PIP_CONSTRAINTenvironment variable in the build configuration to ensure the pinned Cython version fromrequirements/cython.txtis used during wheel builds.Related issues and pull requests on GitHub: :issue:
661.
v1.6.2
(2025-06-03)
No significant changes.
v1.6.1
... (truncated)
Commits
63cbd49Release 1.7.0 (#663)6104de5Implement deepcopy support (#662)a19b9daOnly enable line tracing when building with Cython tracing (#660)8c9d264Enable PIP_CONSTRAINT to pin Cython version for builds (#661)46936c1Release 1.6.2 (#657)b71742cRelease 1.6.1 (#656)3b494bbFix import of PyBool_FromLong (#653)b5c4777Use Cython 3.1 universally (#654)a3b11deRemove installing libenchant-2-dev from the lint workflow (#655)c87f2d6Exclude _frozenlist.cpp from bdists/wheels (#649)- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
Technical Details
| ID: | 7880500 |
| UUID: | 2831951798 |
| Node ID: | PR_kwDOAVZQxs6ozCe2 |
| Host: | GitHub |
| Repository: | auth0/auth0-python |
| Merge State: | Unknown |