Closed
Conversation
72e574c to
180b704
Compare
Contributor
Author
|
180b704 to
ea8db43
Compare
ea8db43 to
826a29f
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
==8.2.1→==8.3.1>=0.31.1,<0.32→>=0.32.4,<0.33~=1.10.2→~=1.12.6>=0.109.1,<0.110→>=0.111,<0.112>=0.20,<0.21→>=0.23,<0.24>=3.13,<3.14→>=3.14,<3.15>=0.58.0,<0.59→>=0.59,<0.60>=0.58.0,<0.59→>=0.59,<0.60>=0.58.0,<0.59→>=0.59,<0.60>=0.14.0,<0.15→>=0.15.5,<0.16>=0.14,<0.15→>=0.15,<0.16>=1.90.0,<1.91→>=1.94,<1.95>=0.13.0,<0.14→>=0.14,<0.15>=0.10.0,<0.11→>=0.11,<0.12>=0.13,<0.14→>=0.14,<0.15Release Notes
pallets/click (click)
v8.3.1Compare Source
Released 2025-11-15
subprocess.Popen. :issue:3039:pr:
3055Sentinel.UNSETdefault values byNoneas they're passed throughthe
Context.invoke()method. :issue:3066:issue:3065:pr:3068Sentinel.UNSEThappening too early, which caused incorrectbehavior for multiple parameters using the same name. :issue:
3071:pr:3079Sentinel.UNSETvalues asNonewhen looking up for other parametersthrough the context inside parameter callbacks. :issue:
3136:pr:3137promptandconfirmparameterprompt_suffixisempty. :issue:
3019:pr:3021Sentinel.UNSETis found during parsing, it will skip calls totype_cast_value. :issue:3069:pr:3090v8.3.0Compare Source
Released 2025-09-17
Improved flag option handling: Reworked the relationship between
flag_valueand
defaultparameters for better consistency:defaultparameter value is now preserved as-is and passed directlyto CLI functions (no more unexpected transformations)
default=Truemaintain backward compatibilityby defaulting to their
flag_valuedefaultparameter can now be any type (bool,None, etc.)1992:issue:2514:issue:2610:issue:
3024:pr:3030Allow
defaultto be set onArgumentfornargs = -1. :issue:2164:pr:
3030Show correct auto complete value for
nargsoption in combination with flagoption :issue:
2813Fix handling of quoted and escaped parameters in Fish autocompletion. :issue:
2995:pr:3013Lazily import
shutil. :pr:3023Properly forward exception information to resources registered with
click.core.Context.with_resource(). :issue:2447:pr:3058Fix regression related to EOF handling in CliRunner. :issue:
2939:pr:2940v8.2.2Compare Source
Released 2025-07-31
default,flag_valueandtypeparameters forflag options, as well as parsing and normalization of environment variables.
:issue:
2952:pr:2956BadParameterandMissingParameterexceptions for theparameter
param_hintthat did not allow for a sequence of string where theunderlying function
_join_param_hintsallows for it. :issue:2777:pr:2990Enumchoices to render their default value in helpscreen. Refs :issue:
2911:pr:3004zsh) for completion items containingcolons. :issue:
2703:pr:28462971:pr:2972click.testing.StreamMixer's finalization that manifestedas a
ValueErroron close in a multi-threaded test session.:issue:
2993:pr:299115r10nk/inline-snapshots (inline-snapshot)
v0.32.4Compare Source
Added
context_managersparameter toExample.run_inline(), allowing tests to inject context managers (e.g.unittest.mock.patch) that are active duringshow_report().Fixed
UsageError("unmanaged values can not be compared with snapshots")raised during session teardown when using-kto filter tests (#355). This was caused by inline-snapshot trying to update snapshots that were never compared. This is a rare edge case that caused problems when matchers were used, so it has been removed.v0.32.3Compare Source
Changed
snapshot()by using lazy evaluation.Fixed
builder.create_call().v0.32.2Compare Source
Fixed
v0.32.1Fixed
Fixed handling of
datetimeandtimeobjects with timezone information. Thetzinfoparameter is now properly included in snapshots, andtimezone.utcis represented with the correct import (from datetime import timezone).Fixed customize hook registration to properly check if objects are functions before inspecting the
inline_snapshot_implattribute, preventing potential attribute errors when scanning conftest modules.v0.32.0Removed
Added
pathlib.Path/PurePathvalues are now never stored asPosix/WindowsPathor their Pure variants, which improves the writing of platform independent tests.Support for import statement generation for all types and user-customized code.
Added a new way to customize snapshot creation with
@customize.Added a plugin system which allows you to reuse customizations across multiple projects.
Added support for conditional external storage to automatically store values in external files based on custom criteria (e.g., string length, data size).
Added built-in handlers for
datetime.datetime,date,time, andtimedeltathat generate clean snapshots with proper imports.Generates
__file__instead of the filename string of the current source file.Uses dirty-equals
IsNow()instead of the current datetime when the time value equals the current time.Deprecated
@customize_reprwhich can be replaced with@customize.Fixed
raisescatches BaseException instead of Exception. This ensures that SystemExit and KeyboardInterrupt are also caught.pytest --color flag is now respected
PyO3/maturin (maturin)
v1.12.6v1.12.5maturin build --sdistwheel name/layout for excluded workspace crates (#3031)7410117(#3046)efa25f7(#3045)v1.12.4v1.12.3maturin developon Windows ARM with x86 Python (#3011)external_packagesbindings from uniffi wheels (#3013)--sdistflag (#3014)include-import-liboption to bundle Windows import libraries in wheels (#3017)v1.12.2--sbom-include(#3004)v1.12.0mymindstorm/setup-emsdk@v14in generated GitHub Actions workflow (#2941)RECORDpaths (on Windows) (#2965)v1.11.5--compatibility pypiwith other--compatibilityvalues (#2928)v1.11.3v1.11.2v1.11.0Note: This release was yanked to a regression: #2909
ModuleWriterto be easier to implement and usenushell/nushell (nushell)
v0.111.0Compare Source
This is the 0.111.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2026-02-28-nushell_v0_111_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @132ikl, @Ady0333, @amaanq, @andrewgazelka, @app/dependabot, @astral-l, @ayax79, @Bahex, @benblank, @blindFS, @BluewyDiamond, @cablehead, @ChrisDenton, @cptpiepmatz, @cuiweixie, @evolvomind, @fdncred, @fennewald, @fmotalleb, @hovancik, @hustcer, @InnocentZero, @it-education-md, @jlcrochet, @Juhan280, @kaathewisegit, @KaiSforza, @maxim-uvarov, @monigarr, @moooooji, @NotTheDr01ds, @pickx, @pyz4, @sgvictorino, @smartcoder0777, @stuartcarnie, @teddygood, @veeceey, @weirdan, @WindSoilder, @ysthakur
v0.110.0Compare Source
This is the 0.110.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2026-01-17-nushell_v0_110_0.html
For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies
This release was made possible by PR contributions from @andrewgazelka, @app/dependabot, @astral-l, @atahabaki, @ayax79, @blackhat-hemsworth, @blindFS, @ChrisDenton, @cptpiepmatz, @DevAldrete, @dhr412, @Dorumin, @Ecorous, @fdncred, @hustcer, @IvolliousElectrolux, @Jan9103, @kaathewisegit, @KaiSforza, @kouhe3, @migraine-user, @NotTheDr01ds, @playwmadness, @reubeno, @sgvictorino, @splintersuidman, @tom-lubenow, @Tyarel8, @WindSoilder, @yanek, @ysthakur
conda/rattler (py-rattler)
v0.23.1: py-rattler v0.23.1Compare Source
Added
v0.23.0: py-rattler v0.23.0Compare Source
Added
timeoutparameter toClient(#2151)default_clientwith built-in retry, OCI, GCS, and S3 middleware (#2106)archspecin virtual package overrides (#2019)PackageRecordtypes (#2046)Changed
*Errorsuffix (#2083)nameinMatchSpecnon-optional (#2132)jlap_enabledis now deprecated and ignored inFetchRepoDataOptionsandSourceConfig(#2038); ifconditional dependency syntax withwhenkey (e.g.,foo[when="python >=3.6"]instead offoo; if python >=3.6) to align with the conda CEP; the old syntax now raises an error (#2007)v3top-level key with per-archive-type sub-maps (conda,tar.bz2,whl), replacing the separatepackages.whlkey, to align with the conda CEPs for repodata v3, conditional dependencies, and wheel support (#2093)Arc<RepoDataRecord>throughout the gateway and Python bindings, eliminating redundant copies when passing records between Python and Rust (e.g., parsing repodata and feeding it to the solver); also release the GIL duringSparseRepoDataconstruction to allow parallel channel loading (#2061).condaextraction with fully asyncastral-async-zip, improving package download and extraction performance (#1855)Fixed
channelsargument ofEnvironment(#2062)PrefixRecordinstead of always writingHardLink(#2169)BarrierCellby usingcompare_exchangeinstead offetch_max(#2101)OCIUrl::newwith proper error handling (#2162)$HOMEin file backend (#2065)Performance
v0.22.0Compare Source
v0.21.0Compare Source
prefix-dev/rattler-build (rattler-build)
v0.59.0[0.59.0] - 2026-03-13
✨ Highlights
Added
debug setupcommand by @chrisburr in #2265Changed
Documentation
rattler-buildby @Hofer-Julian in #2290Fixed
SP_DIRduring script execution by @wolfv in #2142Removed
New Contributors
Full commit history
astral-sh/ruff (ruff)
v0.15.5Compare Source
Released on 2026-03-05.
Preview features
perflint] ExtendPERF102to comprehensions and generators (#23473)refurb] FixFURB101andFURB103false positives when I/O variable is used later (#23542)ruff] Add fix fornone-not-at-end-of-union(RUF036) (#22829)ruff] Fix false positive forre.splitwith empty string pattern (RUF055) (#23634)Bug fixes
fastapi] Handle callable class dependencies with__call__method (FAST003) (#23553)pydocstyle] Fix numpy section ordering (D420) (#23685)pyflakes] Fix false positive for names shadowing re-exports (F811) (#23356)pyupgrade] Avoid inserting redundantNoneelements inUP045(#23459)Documentation
Other changes
Contributors
v0.15.4Compare Source
Released on 2026-02-26.
This is a follow-up release to 0.15.3 that resolves a panic when the new rule
PLR1712was enabled with any rule that analyzes definitions, such as many of theANNorDrules.Bug fixes
pyflakes] Suppress false positive inF821for names used beforedelin stub files (#23550)Documentation
import-headingexample (#23568)Contributors
v0.15.3Compare Source
Released on 2026-02-26.
Preview features
Drop explicit support for
.qmdfile extension (#23572)This can now be enabled instead by setting the
extensionoption:Include configured extensions in file discovery (#23400)
[
flake8-bandit] Allow suspicious imports inTYPE_CHECKINGblocks (S401-S415) (#23441)[
flake8-bugbear] AllowB901in pytest hook wrappers (#21931)[
flake8-import-conventions] Add missing conventions from upstream (ICN001,ICN002) (#21373)[
pydocstyle] Add rule to enforce docstring section ordering (D420) (#23537)[
pylint] Implementswap-with-temporary-variable(PLR1712) (#22205)[
ruff] Addunnecessary-assign-before-yield(RUF070) (#23300)[
ruff] Support file-level noqa inRUF102(#23535)[
ruff] Suppress diagnostic for invalid f-strings before Python 3.12 (RUF027) (#23480)[
flake8-bandit] Don't flagBaseLoader/CBaseLoaderas unsafe (S506) (#23510)Bug fixes
I002andPYI025(#23352)pyflakes] Fix false positive for@overloadfromlint.typing-modules(F811) (#23357)pyupgrade] Fix false positive forTypeVardefault before Python 3.12 (UP046) (#23540)pyupgrade] Fix handling of\Nin raw strings (UP032) (#22149)Rule changes
Render sub-diagnostics in the GitHub output format (#23455)
[
flake8-bugbear] Tag certainB007diagnostics as unnecessary (#23453)[
ruff] Ignore unknown rule codes inRUF100(#23531)These are now flagged by
RUF102instead.Documentation
pydocstyle] Fix double comma in description ofD404(#23440)Other changes
find_ruff_bin) for parity with uv (#23406)Contributors
v0.15.2Compare Source
Released on 2026-02-19.
Preview features
Expand the default rule set (#23385)
In preview, Ruff now enables a significantly expanded default rule set of 412
rules, up from the stable default set of 59 rules. The new rules are mostly a
superset of the stable defaults, with the exception of these rules, which are
removed from the preview defaults:
multiple-imports-on-one-line(E401)module-import-not-at-top-of-file(E402)module-import-not-at-top-of-file(E701)multiple-statements-on-one-line-semicolon(E702)useless-semicolon(E703)none-comparison(E711)true-false-comparison(E712)not-in-test(E713)not-is-test(E714)type-comparison(E721)lambda-assignment(E731)ambiguous-variable-name(E741)ambiguous-class-name(E742)ambiguous-function-name(E743)undefined-local-with-import-star(F403)undefined-local-with-import-star-usage(F405)undefined-local-with-nested-import-star-usage(F406)forward-annotation-syntax-error(F722)If you use preview and prefer the old defaults, you can restore them with
configuration like:
If you do give them a try, feel free to share your feedback in the GitHub
discussion!
[
flake8-pyi] Also check string annotations (PYI041) (#19023)Bug fixes
flake8-async] Fixin_async_contextlogic (#23426)ruff] Fix forRUF102should delete entire comment (#23380)ruff] Suppress diagnostic for strings with backslashes in interpolations before Python 3.12 (RUF027) (#21069)flake8-bugbear] FixB023false positive for immediately-invoked lambdas (#23294)Rule changes
flake8-executable] Allow global flags in uv shebangs (EXE003) (#22582)pyupgrade] Fix handling oftyping.{io,re}(UP035) (#23131)ruff] DetectPLC0207on chainedstr.split()calls (#23275)CLI
noqawarning (#23270)Configuration
Documentation
Q004to the list of conflicting rules (#23340)ruff] Expandlint.externaldocs and add sub-diagnostic (RUF100,RUF102) (#23268)Contributors
v0.15.1Compare Source
Released on 2026-02-12.
Preview features
airflow] Add ruff rules to catch deprecated Airflow imports for Airflow 3.1 (AIR321) (#22376)airflow] Third positional parameter not namedti_keyshould be flagged forBaseOperatorLink.get_link(AIR303) (#22828)flake8-gettext] Fix false negatives for plural argument ofngettext(INT001,INT002,INT003) (#21078)pyflakes] Fix infinite loop in preview fix forunused-import(F401) (#23038)pygrep-hooks] Detect non-existent mock methods in standalone expressions (PGH005) (#22830)pylint] Allow dunder submodules and improve diagnostic range (PLC2701) (#22804)pyupgrade] Improve diagnostic range for tuples (UP024) (#23013)refurb] Check subscripts in tuple do not use lambda parameters inreimplemented-operator(FURB118) (#23079)ruff] Detect mutable defaults infieldcalls (RUF008) (#23046)ruff] Ignore stdcmath.inf(RUF069) (#23120)ruff] New rulefloat-equality-comparison(RUF069) (#20585)pyconMarkdown code blocks (#23112)Bug fixes
FAST001(#23224)FAST003autofix (#23227)InitVarfor__post_init__that references PEP 695 type parameters (#23226)RUF020target for multiline fixes (#23210)UP007target for multiline fixes (#23208)pyupgrade] Fix syntax error on string with newline escape and comment (UP037) (#22968)Rule changes
ruffinstead ofRuffas the program name in GitHub output format (#23240)PT006] Fix syntax error when unpacking nested tuples inparametrizefixes (#22441) (#22464)airflow] Catch deprecated attribute access from context key for Airflow 3.0 (AIR301) (#22850)airflow] Capture deprecated arguments and a decorator (AIR301) (#23170)flake8-boolean-trap] Addmultiprocessing.Valueto excluded functions forFBT003(#23010)flake8-bugbear] Add a secondary annotation showing the previous occurrence (B033) (#22634)flake8-type-checking] Add sub-diagnostic showing the runtime use of an annotation (TC004) (#23091)isort] Support configurable import section heading comments (#23151)ruff] Improve the diagnostic forRUF012(#23202)Formatter
format --check --silent(#17736)Documentation
runtime-evaluated-decoratorsexample (#23187)Other changes
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.