Skip to content

build(deps): Update ibis-framework[duckdb] requirement from <=8.0.0,>6.1.0 to >6.1.0,<=10.4.0#316

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/ibis-framework-duckdb--gt-6.1.0-and-lte-10.4.0
Closed

build(deps): Update ibis-framework[duckdb] requirement from <=8.0.0,>6.1.0 to >6.1.0,<=10.4.0#316
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/ibis-framework-duckdb--gt-6.1.0-and-lte-10.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Updates the requirements on ibis-framework[duckdb] to permit the latest version.

Release notes

Sourced from ibis-framework[duckdb]'s releases.

10.4.0

10.4.0 (2025-03-27)

Features

  • api: make topk() and value_counts() more flexible (#10928) (329ad7c)
  • datatypes: add string length (#11045) (61dd7ea)
  • flink: support StringSplit (#11049) (b83a88e)
  • postgres: add support for reading enum types as strings (#11028) (dfb818a)
  • postgres: implement support for asof_join API via a lateral join (#11024) (8eb9d33)
  • ux: include type of bad value in SignatureValidationError (#10988) (a706afa)

Bug Fixes

  • backends: array string join on empty array now consistently returns None across all supported backends (#10913) (a02a392)
  • polars: use engine="streaming" instead of streaming=True (e1bbe55)
  • postgres: clean up leaky cursor coming from raw_sql (#11001) (c3097a7)

Documentation

  • add introduction to pandas users for adding columns with single text values (literal) (#11010) (6032e71)
  • fix to_* methods docstrings typos (#11013) (523e4c3)
  • ir: remove extra backticks to fix formatting (7c3e5fc)

Refactors

  • postgres: use raw sql for get_schema invocation to simplify code (#11037) (9b25ab1)

Performance

  • duckdb: optimize generated SQL for ArrayConcat (#10999) (d38db7e)
  • struct: drop unused fields on Struct.getitem (#10996) (e5fe34c)
Changelog

Sourced from ibis-framework[duckdb]'s changelog.

10.4.0 (2025-03-27)

Features

  • api: make topk() and value_counts() more flexible (#10928) (329ad7c)
  • datatypes: add string length (#11045) (61dd7ea)
  • flink: support StringSplit (#11049) (b83a88e)
  • postgres: add support for reading enum types as strings (#11028) (dfb818a)
  • postgres: implement support for asof_join API via a lateral join (#11024) (8eb9d33)
  • ux: include type of bad value in SignatureValidationError (#10988) (a706afa)

Bug Fixes

  • backends: array string join on empty array now consistently returns None across all supported backends (#10913) (a02a392)
  • polars: use engine="streaming" instead of streaming=True (e1bbe55)
  • postgres: clean up leaky cursor coming from raw_sql (#11001) (c3097a7)

Documentation

  • add introduction to pandas users for adding columns with single text values (literal) (#11010) (6032e71)
  • fix to_* methods docstrings typos (#11013) (523e4c3)
  • ir: remove extra backticks to fix formatting (7c3e5fc)

Refactors

  • postgres: use raw sql for get_schema invocation to simplify code (#11037) (9b25ab1)

Performance

  • duckdb: optimize generated SQL for ArrayConcat (#10999) (d38db7e)
  • struct: drop unused fields on Struct.getitem (#10996) (e5fe34c)

10.3.1 (2025-03-14)

Bug Fixes

  • datatypes: ensure that newer sqlglot BLOB type is not accessed if it does not exist (6452a5e)
  • deps: drop pytz from dependencies (#10976) (3ecf731)
  • postgres: use .transaction method instead of managing our own (0edbab9)

Documentation

  • link to our config file for conventional commits warning (#10986) (a945c96)

10.3.0 (2025-03-11)

Features

  • duckdb: add read_xlsx implementation (705aa16)
  • duckdb: add to_xlsx implementation (1800abd)

... (truncated)

Commits
  • 6192160 chore(release): 10.4.0
  • 632eed3 chore(deps): bump and relock (#11050)
  • 61dd7ea feat(datatypes): add string length (#11045)
  • b83a88e feat(flink): support StringSplit (#11049)
  • 758fd51 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.6.10
  • 329ad7c feat(api): make topk() and value_counts() more flexible (#10928)
  • 07cc176 chore(deps): bump and relock (#11044)
  • 2dbe8d2 test(snowflake): ensure that zip test is result-order-independent (#11042)
  • a02a392 fix(backends): array string join on empty array now consistently returns `Non...
  • e5fe34c perf(struct): drop unused fields on Struct.getitem (#10996)
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 1, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/ibis-framework-duckdb--gt-6.1.0-and-lte-10.4.0 branch 2 times, most recently from 273a200 to 6725ac5 Compare April 28, 2025 11:17
@alsmith151
Copy link
Copy Markdown
Collaborator

@dependabot recreate

Updates the requirements on [ibis-framework[duckdb]](https://github.com/ibis-project/ibis) to permit the latest version.
- [Release notes](https://github.com/ibis-project/ibis/releases)
- [Changelog](https://github.com/ibis-project/ibis/blob/main/docs/release_notes_generated.qmd)
- [Commits](ibis-project/ibis@6.2.0...10.4.0)

---
updated-dependencies:
- dependency-name: ibis-framework[duckdb]
  dependency-version: 10.4.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/ibis-framework-duckdb--gt-6.1.0-and-lte-10.4.0 branch from 6725ac5 to 4229325 Compare April 29, 2025 11:19
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github May 1, 2025

Superseded by #327.

@dependabot dependabot bot closed this May 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/ibis-framework-duckdb--gt-6.1.0-and-lte-10.4.0 branch May 1, 2025 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant