Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

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

10.1.0

10.1.0 (2025-02-22)

Features

  • pyspark: add partitionBy argument to create_table (c99cc23), closes #8900
  • python: allow python 3.9 installations (#10859) (fbe8c8b)

Bug Fixes

  • bigquery: allow sane use of params with raw_sql (#10874) (0a684c3)
  • deps: update dependency datafusion to v44 (979cf59)
  • deps: update dependency sqlglot to >=23.4,<26.5 (#10807) (f09e8e2)
  • deps: update dependency sqlglot to >=23.4,<26.7 (15111f8)
  • dev-tools: ensure that bump is minimal so that later release sort properly (#10878) (39729c7)
  • duckdb: use the delta extension for reading deltalake data (#10833) (beeaa29), closes #10829
  • join: error in more places on colliding column names (#10778) (ec06e1e)
  • mssql: ensure that dots in database parameter to list_tables are used as path delineators (#10863) (cdbbcb9)
  • mssql: ensure that we only escape passwords if the password is not None (e589344)
  • mysql: explicitly handle the zero integer -> timestamp case (f5e8c4f)
  • pyspark: avoid potentially different field names produced by SQL by using python-native APIs (#10877) (9538d51)
  • snowflake: use get instead of get_path; get_path does not support columns with spaces (#10836) (50c978b), closes #10835
  • sqlglot: ensure that sge.Median is only accessed when it exists (dc6b7e0)
  • sqlite: avoid generating double-quoted string literals (#10873) (76b0114)

Documentation

  • add blogpost for Athena backend (#10796) (f2f09eb)
  • add information about reading from cloud buckets (32e82c7)
  • add udf rewriting blog post (c6ecf6b)
  • blog: add post on SQL understanding and Ibis (#10762) (94425ec)
  • blog: convert case to cases in blog posts (#10560) (bbf98de)
  • blog: use more reliable URL for geospatial data (72b7673)
  • fix reference to incorrect value (1945237)
  • move __getitem__ docs so that quarto publishes them (#10870) (269cdfe)
  • release-notes: fixup release notes (fb0798e)
  • remove incorrect parameters (#10876) (a707778)
  • update post date (ea0cc95)

Refactors

  • duckdb: remove the pyarrow read_parquet fallback (5fa0103)
Changelog

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

10.1.0 (2025-02-22)

Features

  • pyspark: add partitionBy argument to create_table (c99cc23), closes #8900
  • python: allow python 3.9 installations (#10859) (fbe8c8b)

Bug Fixes

  • bigquery: allow sane use of params with raw_sql (#10874) (0a684c3)
  • deps: update dependency datafusion to v44 (979cf59)
  • deps: update dependency sqlglot to >=23.4,<26.5 (#10807) (f09e8e2)
  • deps: update dependency sqlglot to >=23.4,<26.7 (15111f8)
  • dev-tools: ensure that bump is minimal so that later release sort properly (#10878) (39729c7)
  • duckdb: use the delta extension for reading deltalake data (#10833) (beeaa29), closes #10829
  • join: error in more places on colliding column names (#10778) (ec06e1e)
  • mssql: ensure that dots in database parameter to list_tables are used as path delineators (#10863) (cdbbcb9)
  • mssql: ensure that we only escape passwords if the password is not None (e589344)
  • mysql: explicitly handle the zero integer -> timestamp case (f5e8c4f)
  • pyspark: avoid potentially different field names produced by SQL by using python-native APIs (#10877) (9538d51)
  • snowflake: use get instead of get_path; get_path does not support columns with spaces (#10836) (50c978b), closes #10835
  • sqlglot: ensure that sge.Median is only accessed when it exists (dc6b7e0)
  • sqlite: avoid generating double-quoted string literals (#10873) (76b0114)

Documentation

  • add blogpost for Athena backend (#10796) (f2f09eb)
  • add information about reading from cloud buckets (32e82c7)
  • add udf rewriting blog post (c6ecf6b)
  • blog: add post on SQL understanding and Ibis (#10762) (94425ec)
  • blog: convert case to cases in blog posts (#10560) (bbf98de)
  • blog: use more reliable URL for geospatial data (72b7673)
  • fix reference to incorrect value (1945237)
  • move __getitem__ docs so that quarto publishes them (#10870) (269cdfe)
  • release-notes: fixup release notes (fb0798e)
  • remove incorrect parameters (#10876) (a707778)
  • update post date (ea0cc95)

Refactors

  • duckdb: remove the pyarrow read_parquet fallback (5fa0103)

10.0.0 (2025-02-06)

⚠ BREAKING CHANGES

  • api: change as_interval unit argument to be positional-only
  • api: change as_timestamp unit argument to be positional-only
  • api: standardize unnest and pivot_longer signatures
  • api: remove deprecated Table.relabel method

... (truncated)

Commits
  • 913fa51 chore(release): 10.1.0
  • 05438da chore(deps): bump and relock (#10882)
  • a8d7a32 chore(deps): update postgres docker tag to v17.4 (#10881)
  • 39729c7 fix(dev-tools): ensure that bump is minimal so that later release sort proper...
  • a727f20 chore(deps): update astral-sh/setup-uv action to v5.3.0 (#10880)
  • 9538d51 fix(pyspark): avoid potentially different field names produced by SQL by usin...
  • a707778 docs: remove incorrect parameters (#10876)
  • 152ff3b chore(deps): remove upper bounds on rest of deps except for numpy and pandas ...
  • ff4dd30 chore(deps): bump and relock
  • 1bb9291 chore(deps): update trinodb/trino docker tag to v471
  • 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)

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.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2025

Superseded by #316.

@dependabot dependabot bot closed this Apr 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/ibis-framework-duckdb--gt-6.1.0-and-lte-10.1.0 branch April 1, 2025 19:11
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants