Skip to content

chore(deps): update dependency narwhals to v2.22.1#1007

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/narwhals-2.x
Closed

chore(deps): update dependency narwhals to v2.22.1#1007
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/narwhals-2.x

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
narwhals ==2.5.0==2.22.1 age confidence

Release Notes

narwhals-dev/narwhals (narwhals)

v2.22.1: Narwhals v2.22.1

Compare Source

Changes

🐞 Bug fixes

  • fix: preserve fireducks functionality (#​3672)
  • fix(polars): Backport is_close for Decimal dtype and join(how={"semi", "anti"}) on null's (#​3660)
  • fix: Include test data in sdist (#​3665)

📦 Build system

  • fix: Include test data in sdist (#​3665)

Thank you to all our contributors for making this release possible!
@​FBruzzesi and @​MarcoGorelli

v2.22.0: Narwhals v2.22.0

Compare Source

Changes

  • test: Port Array recursion tests from polars (#​3651)
  • tests: Remove xfail mark in sqlframe quantile tests (#​3644)
  • ci: unpin pyright version (#​3619)

✨ Enhancements

  • feat: Add is_into_lazyframe, export missing functionalities, fix SQLFrame bug (#​3613)

🐞 Bug fixes

  • feat: Add is_into_lazyframe, export missing functionalities, fix SQLFrame bug (#​3613)
  • fix(tests): Adjust tests for Polars 1.41 changes (#​3648)
  • fix: .over was mutating expressions in some cases (#​3638)

📖 Documentation

  • docs: Update contributing and installation guides (#​3656)
  • docs(fix): Make zensical build strict happy (#​3642)

🛠️ Other improvements

  • chore: Migrate from pre-commit to prek (#​3657)
  • chore: Adopt uv as package manager (#​3608)
  • chore(typing): Enable allow-redefinition for mypy (#​3650)
  • ci: bump mypy to 2.1.0, pyrefly to 1.0 (#​3639)
  • chore: unpin duckdb in typing (#​3640)
  • chore: Move to src/ layout (#​3631)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli and @​dangotbanned

v2.21.2: Narwhals v2.21.2

Compare Source

Changes

✨ Enhancements

  • [Enh]: Add the negation unary operator for expressions and series (#​3625)

🐞 Bug Fixes

  • Revert "fix: Allow float('nan') as value in join for duckdb (#​3555)" (#​3627)

🛠️ Other improvements

  • ci: remove downstream_tests_slow (#​3629)
  • chore: Prepare for future pandas inplace deprecation (#​3616)
  • chore: Remove nox (#​3610)
  • ci: Unpin "temporary" CI pins (#​3618)
  • ci: Add # pragma: no cover for binary_string_sum_fallback (#​3614)
  • ci: Add workflow passes before pypi publishing (#​3607)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli and @​pedro-villanueva-bcom

v2.21.0: Narwhals v2.21.0

Compare Source

Changes

✨ Enhancements

  • feat: expressify str.{starts,ends}_with (#​3601)
  • feat: Add Expr.quantile for spark-like backends (#​3568)

🐞 Bug fixes

  • fix: Fix over with partition_by and order_by with scrambed groups for pandas (#​3603)
  • fix: Add fallback for incompatible string concenation in pandas (#​3548)
  • fix: Allow float('nan') as value in join for duckdb (#​3555)
  • [fix]: Fix bug in ibis where log base is not set to e by default (#​3596)

📖 Documentation

  • ci: Add check for building docs in strict mode (#​3591)
  • docs: Clarify behavior of Expr.over(order_by=...) (#​3549)
  • docs: Add note on return type of columns property (#​3575)
  • adding pysummaries to packages using narwhals (#​3580)
  • docs: Add OpenSSF and LFX Health score cards (#​3576)
  • docs: Add missing exceptions in api-reference (#​3574)
  • fix(docs): Include dask and ibis in docs dependencies (#​3562)
  • fix(docs): Include dask and ibis in docs dependencies (#​3562)

🛠️ Other improvements

  • chore(python): bump pyrefly (#​3604)
  • chore: expand on security.md; add permission to check-docs-build workflow (#​3599)
  • chore: remove unnecessary issubclass check in native_to_narwhals_dtype in _polars (#​3594)
  • chore: use pandas in get_categories to avoid polars categorical flakiness (#​3592)
  • chore: uppercase no_default sentinel (#​3587)
  • chore: fix defaults for strict in to_native v1 overloads (#​3586)
  • chore: run Pyrefly on tests (#​3563)
  • ci: temporarily pin Pyright (#​3585)
  • chore(python): pin pyarrow version in typing job, adjust tests for pyarrow 24 (#​3561)
  • ci: Fixup darts downstream job (#​3597)
  • [pre-commit.ci] pre-commit autoupdate (#​3595)
  • ci: Pin GHA to a full length commit SHA; add permissions; add CodeQL check (#​3577)
  • feat: Add {Expr,Series}.str.to_time (#​3538)
  • fix: pandas-like quantile in group-by context (#​3583)
  • ci: Add scorecard github action (#​3573)
  • test: The Asia/Katmandu timezone is deprecated (#​3565)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli, @​camriddell, @​dependabot[bot], @​ofajardo, @​pedro-villanueva-bcom, @​pre-commit-ci[bot], dependabot[bot] and pre-commit-ci[bot]

v2.20.0: Narwhals v2.20.0

Compare Source

Changes

✨ Enhancements

  • feat: enable when/then chaining (#​3501)
  • feat: Add top-level struct function (#​3522)

🐞 Bug fixes

  • fix: Adjust test error message for 32bit machines (#​3547)

📖 Documentation

  • docs: Migrate docs to Zensical (#​3520)
  • docs: use simpler readme example which avoids groupby (#​3536)

🛠️ Other improvements

  • ci: Use py-shiny composite actions for Docker Playwright (#​3550)
  • chore: nw.struct follow-up (#​3551)
  • chore: fix nightly ci (#​3545)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli and @​schloerke

v2.19.0: Narwhals v2.19.0

Compare Source

Changes

✨ Enhancements

  • feat: Support other Expr/Series in str.contains for polars and SQL-like backends (#​3473)
  • feat: Add nw.corr (#​3460)

🐞 Bug fixes

  • fix: Update version when passing narwhals objects in from_native (#​3515)

🛠️ Other improvements

  • fix: make typing to re-use uv machinery (#​3531)
  • chore: Replace weekday with day_of_week for pandas-like and dask (#​3527)
  • chore: unxfail pandas-nightly test (#​3524)
  • chore: pre-commit auto-update (#​3534)
  • Revert "skip changelog(deps): bump release-drafter/release-drafter from 6 to 7" (#​3535)

Thank you to all our contributors for making this release possible!
@​EdAbati, @​FBruzzesi, @​MarcoGorelli, @​benrutter, @​camriddell, @​dependabot[bot] and dependabot[bot]

v2.18.1: Narwhals v2.18.1

Compare Source

Changes

🐞 Bug fixes

  • fix: fix concat_str for pandas backed by pyarrow large-string (#​3499)

🛠️ Other improvements

  • chore: xfail test due to pandas regression (#​3516)
  • chore: exception message attribute annotations (#​3514)
  • chore: silence deprecationwarning we cannot do anything about (#​3511)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli and @​jorenham

v2.18.0: Narwhals v2.18.0

Compare Source

Changes

  • tests: Remove xfail for SQLFrame Expr.skew (#​3507)
  • Update marimo downstream CI to use uv instead of hatch (#​3487)

🐞 Bug fixes

  • fix: pyarrow when/then with nulls (#​3502)
  • fix: Enable Expr.replace_strict for SQLFrame backend (#​3490)

🛠️ Other improvements

  • chore: Update end year in LICENSE.md (#​3489)
  • ci: re-enable mypy in altair (#​3503)
  • ci: Fix hierarchicalforecast downstream test (#​3508)
  • chore: new sqlframe compat (#​3488)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli, @​dependabot[bot], @​manzt, @​pre-commit-ci[bot], dependabot[bot] and pre-commit-ci[bot]

v2.17.0: Narwhals v2.17.0

Compare Source

Changes

✨ Enhancements

  • feat: Add support for indices and values Series in Series.scatter (#​3444)

🐞 Bug fixes

  • fix: Allow Decimal dtypes in {Series, Expr}.is_close (#​3480)
  • fix: offset_by was raising unnecessarily for sql-like (#​3478)
  • fix: add test for PySpark min supported version in CI and fix broken methods (#​3463)
  • fix: Address DuckDB 1.5 fetch_arrow_table deprecation (#​3464)

📖 Documentation

  • docs: Add notes around columnar data and column names to contributing… (#​3441)
  • ci: Fix mkdocs.yml warning (#​3454)

🛠️ Other improvements

  • [pre-commit.ci] pre-commit autoupdate (#​3443)
  • chore: remove redundant import, pin pandas in pointblank downstream (#​3477)
  • ci: bump ruff==0.15.0 (#​3449)
  • ci: Replace --system with $UV_SYSTEM_PYTHON (#​3455)
  • ci: Fix utils.check_docstrings Ruff usage (#​3461)
  • chore: refactor ExprNode constructor (#​3452)
  • chore: use walrus operator more (#​3447)
  • ci: run ibis and modin tests in separate workflows (#​3446)
  • chore(tpch): Add a basic CLI for tpch/generate_data.py (#​3421)
  • ci: Fix Darts installation (#​3469)
  • fix: Avoid introducing escape sequences in windows paths (#​3466)
  • ci: Fix utils.check_docstrings Ruff usage (#​3461)
  • ci: Use --clear in uv venv for 0.10.0 (#​3462)
  • ci: test pyspark-connect with spark 4.1.0 (#​3472)
  • tests: Remove xfail for latest ibis release (#​3470)
  • ci(tpch): Un-pin "polars==1.37.1" for tpch queries (#​3467)
  • test: fix polars test_concat_diagonal_invalid again (#​3451)
  • ci(tpch): Pin "polars==1.37.1" for tpch queries (#​3453)

Thank you to all our contributors for making this release possible!
@​EdAbati, @​FBruzzesi, @​MarcoGorelli, @​dangotbanned, @​pre-commit-ci[bot] and pre-commit-ci[bot]

v2.16.0: Narwhals v2.16.0

Compare Source

Changes

  • ci: Unpin polars==1.34.0 in --group typing (#​3434)
  • ci: Bump duckdb==1.4.4 in --group typing (#​3433)
  • test: DuckDB XPass (#​3426)
  • refactor: Simplify pd.ArrowDtype -> nw.DType (#​3413)
  • ci: Temporarily pin sqlglot, ignore pyspark warning (#​3412)
  • Remove interchange from non v1 (#​3403)

✨ Enhancements

  • feat: add separator argument in read_csv/scan_csv (#​2989)
  • feat: Allow nested structures in lit (#​3424)
  • enh: Introduce narwhals.sql (#​3254)
  • enh: Introduce (optional) order_by in first / last (#​3372)
  • feat: support window functions in filter (#​3401)
  • feat: Improve support for Decimal DType (#​3377)
  • feat: Support concat(..., how="diagonal") for ibis (#​3404)
  • feat: Enablelist.{sort, sum} for sqlframe (#​3400)
  • feat: Add str.pad_{start,end} (#​3395)
  • feat: Add {Expr,Series}.cos (#​3392)
  • feat: Add testing.assert_frame_equal (#​3220)

🐞 Bug fixes

  • fix(test): Pin correct polars version in lit_test (#​3438)
  • refactor: Avoid subprocess to test TPCH queries, and fix q8 (#​3419)
  • ci(fix): Temporary pin numba & llvmlite for darts downstream test (#​3406)
  • fix(test): Change error message for polars, un-xfail sqlframe list.mean (#​3397)

🛠️ Other improvements

  • ci: Pin sqlglot<28.6.0 in --group typing (#​3432)
  • chore: pin sqlglot to get ci green (#​3428)
  • chore(typing): Improve tpch typing (#​3420)
  • ci: pin pandas in some downstream jobs (#​3417)
  • [pre-commit.ci] pre-commit autoupdate (#​3275)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli, @​camriddell, @​dangotbanned, @​liamholmes31, and @​raisadz

v2.15.0: Narwhals v2.15.0

Compare Source

Changes

  • test: unxfail sqlframe tests for list functions (#​3383)
  • ci: Test fairlearn using pytest marker (#​3234)

✨ Enhancements

  • test: unxfail sqlframe for list.median (#​3387)
  • feat: Add {Expr,Series}.sin (#​3365)
  • feat: add list.sort (#​3356)

🐞 Bug fixes

  • test: Various GPU fixes (#​3390)
  • test: separate numpy array for tests (#​3385)
  • fix(docs): Keep table filter only in api-completeness page (#​3367)
  • ci: Fix hierarchicalforecast installation (#​3362)

📖 Documentation

  • fix(docs): Keep table filter only in api-completeness page (#​3367)

🛠️ Other improvements

  • chore: Refactor pandas-like pyarrow branching (#​3361)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli, @​liamholmes31, @​raisadz

v2.14.0: Narwhals v2.14.0

Compare Source

Changes

✨ Enhancements

  • feat: add list aggregate methods (#​3332)
  • feat: Add {Expr,Series}.any_value (#​3315)
  • enh: Add support for slice(None) in series getitem (#​3342)

🐞 Bug fixes

  • test: fix median tests for list.agg methods (#​3354)
  • fix: ArrowSeries.fill_null(strategy=..., limit=...) and None at the "edge" (#​3335)

📖 Documentation

  • docs: API Completeness overhaul (#​3285)
  • docs: updated contributing with test_plugin install (#​3345)

🛠️ Other improvements

  • refactor: making _compliant selectors public (#​3346)
  • chore: Add project classifiers in pyproject.toml (#​3306)
  • fix: is_ordered_categorical doctest (#​3348)
  • make CompliantExprNameNamespace public (#​3344)
  • ci: Adjust based on polars 1.36 pre-release (#​3343)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli, @​dependabot[bot], @​hoxbro, @​raisadz, @​ym-pett and dependabot[bot]

v2.13.0: Narwhals v2.13.0

Compare Source

Changes

✨ Enhancements

  • feat: Enable ArrowExpr.over with null's in multiple columns (#​3316)

🐞 Bug fixes

  • fix: pandas-like & dask join's with null values in keys (#​3318)
  • fix(typing): Overhaul @overloads in nw.from_native (#​3125)
  • fix: align behaviour for df[:, boolean_selector] (#​3330)
  • fix: return tuple of python objects from ArrowDataFrame.row (#​3334)
  • fix(typing): Avoid false positives on nw.__getattr__ (#​3333)

📖 Documentation

  • docs: Add Support section to README (#​3320)
  • doc: fix incorrect narwhals daft url (#​3321)

🛠️ Other improvements

  • test: skip pandas only if in constructor (#​3328)
  • ci: Remove extra runs on merge (#​3337)
  • test: Un-xfail test_over_cum_reverse for pandas[nullable] v3.0+ (#​3326)
  • chore: Fix show_version typo, add PR top level description section (#​3324)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli, @​dangotbanned, @​m-richards and @​raisadz

v2.12.0: Narwhals v2.12.0

Compare Source

Changes

✨ Enhancements

  • enh: Make public narwhals.compliant.py (#​3302)

🐞 Bug fixes

  • fix: Fix over with partition_by when partition_by contains null values (#​3308)
  • fix: pandas/pyarrow were returning incorrect results for when/then … (#​3312)

📖 Documentation

  • enh: Make public narwhals.compliant.py (#​3302)

Thank you to all our contributors for making this release possible!
@​MarcoGorelli

v2.11.0: Narwhals v2.11.0

Compare Source

Changes

✨ Enhancements

  • feat: Add Expr.replace_strict support for lazy backends if default is provided (#​3282)
  • enh: Show more informative not_implemented and "could not translate" errors for plugins (#​3297)
  • feat: Add default in {Expr,Series}.replace_strict (#​3276)

🐞 Bug fixes

  • fix: with_row_index was returning incorrect results when used with order_by for pandas, pyarrow, and polars (#​3292)
  • fix: Make is_finite consistent for Polars < 1.18 (#​3288)
  • feat: Add default in {Expr,Series}.replace_strict (#​3276)
  • fix: Pass/Retrieve empty categories from nw.Enum (#​3284)

📖 Documentation

  • docs: document Daft support (#​3299)

🛠️ Other improvements

  • chore: simplify dask implementation for direct translations (#​3287)
  • chore: document closed interval options (#​3291)
  • test: xfail polars cat.get_categories (flaky) (#​3283)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli, @​camriddell and @​liamholmes31

v2.10.2: Narwhals v2.10.2

Compare Source

Changes

  • test: un-xfail is_finite for sqlframe (#​3268)

✨ Enhancements

  • enh: rewrite duckdb groupby so it avoids group-by-all (#​3267)

🐞 Bug fixes

  • fix when/then/otherwise for empty frame (#​3280)
  • fix: coalesce was raising with multi-output expression (#​3278)

Thank you to all our contributors for making this release possible!
@​MarcoGorelli, @​dangotbanned, @​dependabot[bot] and dependabot[bot]

v2.10.1: Narwhals v2.10.1

Compare Source

Changes

✨ Enhancements

  • fix: allow for None dtype in from_dict (#​3252)
  • [Enh] added modifications to make tests accessible to plugins (#​3248)

🐞 Bug fixes

  • fix: Ibis failing with IntegerColumn and .is_finite (#​3258)
  • fix: allow for None dtype in from_dict (#​3252)
  • fix: Address pandas.Series.to_frame for unnamed series in internal usage (#​3251)

🛠️ Other improvements

  • chore: Duckdb pre-release compat (#​3263)
  • chore: Add DTypeClass to improve DType.__repr__ and simplify __slots__ (#​3213)
  • ci: Add typos-cli in pre-commit (#​3260)
  • tests: Allow to run polars without extra deps (#​3256)
  • fix(test): TPCH find_spec('dask') and find_spec('dask.dataframe') (#​3253)
  • test: Refactor TPCH testing to run without all dependencies installed (#​3244)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli, @​hoxbro and @​ym-pett

v2.10.0: Narwhals v2.10.0

Compare Source

Changes

🚀 Performance improvements

  • perf: Rewrite with_row_index so it's faster for pandas/pyarrow and doesn't use rank (#​3239)

✨ Enhancements

  • feat: introduce (experimental) plugin system (#​2978)
  • feat: Support over expressions more freely, make expressions printable, rewrite internals (travelling pr 🌴 ) (#​3152)

🐞 Bug fixes

  • fix: align nw.nth expansion with nw.col during group_by (#​3243)
  • fix: Align str.to_titlecase with polars v1.35.0 behavior (#​3238)

🛠️ Other improvements

  • ci: Add Fairlearn to downstream tests and ecosystem page (#​3228)
  • chore: fix ci (cuDF fixes, coverage) (#​3245)
  • feat: Support over expressions more freely, make expressions printable, rewrite internals (travelling pr 🌴 ) (#​3152)
  • chore: Simplify spark-like and ibis concat_str (#​3240)
  • ci: Make it a bit greener (#​3241)
  • chore: Share std and var implementations for sql backends (#​3229)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli and @​ym-pett

v2.9.0: Narwhals v2.9.0

Compare Source

Changes

✨ Enhancements

  • feat: Add support for {Expr,Series}.{ceil,floor} (#​3198)
  • feat: Add assert_series_equal (#​2983)

🐞 Bug fixes

  • fix: Allow pyarrow extension dtypes (mapped to nw.Unknown) (#​3223)
  • fix(dependencies): update import check for modin.pandas module (#​3219)

📖 Documentation

  • refactor(typing): Add _native.py (#​3086)

🛠️ Other improvements

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli, @​dangotbanned, @​m-richards and @​sfc-gh-eferguson

v2.8.0: Narwhals v2.8.0

Compare Source

Changes

🚀 Performance improvements

  • perf: Add __slots__ to all DTypes (#​3194)
  • perf: avoid full broadcast in horizontal functions (#​3199)
  • fix: correctly preserve arrow dtypes for pandas-like, improve concat_str performance (#​3193)
  • perf: Prefer Iterator > tuple > list, use native pyarrow.repeat, simplify nw.concat_str for DuckDB backend (#​3190)

✨ Enhancements

  • feat: Add support for {Expr,Series}.str.to_titlecase (#​3116)

🐞 Bug fixes

  • fix: correctly preserve arrow dtypes for pandas-like, improve concat_str performance (#​3193)
  • fix: BaseFrame.filter with list[bool] in predicates (#​3183)

🛠️ Other improvements

  • chore: Add script to automatically sort members in api-reference (#​3200)
  • ci: Unpin (some) dependencies (#​3186)
  • chore: pandas-nightly and duckdb-nightly fixes (#​3158)
  • [pre-commit.ci] pre-commit autoupdate (#​3181)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli, @​dangotbanned, @​pre-commit-ci[bot] and pre-commit-ci[bot]

v2.7.0: Narwhals v2.7.0

Compare Source

Changes

✨ Enhancements

  • enh: Add nw.format (#​3169)
  • feat: Adds {Expr,Series}.{first,last} (#​2528)
  • feat: Support polars.UInt128 (#​3138)
  • feat: Add prefix argument to generate_temporary_column_name (#​3147)
  • feat: Add {nw,DataFrame}.from_dicts (#​3148)

🐞 Bug fixes

  • fix: raise for rank followed by over with order_by for sql-like backends (#​3178)
  • chore: Make Implementation.UNKNOWN._backend_version() safe (#​3133)

📖 Documentation

  • docs(python) remove now unnecessary returns statements (#​3170)

🛠️ Other improvements

  • chore: Add CompliantNamespace.is_native (#​3130)
  • chore: Make Implementation.UNKNOWN._backend_version() safe (#​3133)
  • chore(typing): Ignore another EagerDataFrame intermittent [False Negative] (#​3142)
  • ci: fix darts job (#​3172)
  • fix: add --upgrade flag to uv sync --dev (#​3175)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli, @​akmalsoliev, @​dangotbanned, @​dependabot[bot], @​felixgwilliams and dependabot[bot]

v2.6.0: Narwhals v2.6.0

Compare Source

Changes

✨ Enhancements

  • enh: support skew with over (#​3161)
  • fix: Align division by zero behavior across all backends (#​2761)
  • enh: support n_unique with over across all backends (#​3159)
  • enh: support non-elementwise (but length-preserving) keys in group-by (#​3157)

🐞 Bug fixes

  • fix: preserve nulls in cumulative functions (#​3156)

🛠️ Other improvements

  • chore(typing): pyright ignore pl.UInt128 (#​3144)
  • ci: ban click 8.3.0 (#​3146)
  • chore: Support @requires.backend_version in namespaces (#​3127)
  • ci: Temporary pin duckdb for ibis (#​3136)
  • test: fix version_test failing on old venv (#​3134)
  • test(typing): fix pickle_test using Sequence (#​3135)
  • refactor: Simplify maybe_convert_dtypes (#​3141)
  • chore: Add CompliantFrame._with_native (#​3140)
  • refactor(typing): Remove now-unused isinstance_or_issubclass overloads (#​3139)
  • chore: Upgrade ruff to v0.13.0 and fix related issues in tests/ (#​3126)
  • tests: more modern polars tests (#​3087)

Thank you to all our contributors for making this release possible!
@​FBruzzesi, @​MarcoGorelli, @​dangotbanned and @​skritsotalakis


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 27, 2026 02:30
@Gui-FernandesBR

Copy link
Copy Markdown
Member

Closing: this PR edits the autogenerated docs/requirements.txt directly (compiled from docs/requirements.in). Renovate's config is being corrected in #1039 — the pip-compile manager will regenerate this file, and pip_requirements is disabled for it, so these line-by-line PRs won't be recreated.

@Gui-FernandesBR Gui-FernandesBR deleted the renovate/narwhals-2.x branch June 27, 2026 02:51
@renovate

renovate Bot commented Jun 27, 2026

Copy link
Copy Markdown
Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==2.22.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

1 participant