Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

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

10.5.0

10.5.0 (2025-04-18)

Features

  • api: expose DataType publicly at ibis.DataType (#11101) (4164265)
  • backends: fixup drop_database() when passing a specific catalog (#11110) (57d79b7)
  • databricks: add support for json via variant (a1f2bab)
  • datafusion: basic map operations (16b0c4c)
  • postgres: allow disablement of hstore extension loading (#11126) (35fc38b), closes #11103
  • postgres: implement maps in terms of JSONB instead of HSTORE (ff6100a)
  • pyflink: fix type mapping from BINARY to VARBINARY (bbcd5b9)
  • risingwave: support map operations (e7d8c3a)
  • temporal: implement casting floating values to timestamps (0356caf)

Bug Fixes

  • athena: only replace commas instead of all special characters in column names (#11138) (4c74ddd)
  • databricks: use AS JSON for programmatic output of schema information (d55a5ee)
  • duckdb: always create temp tables in temp.main (#11092) (20bec13)
  • ir: make ibis.to_sql() parse join limits and projections; fixes #11105 (a416755)
  • oracle: return a sqlglot.DataType, not str, when compiling string dtype (#11124) (99be73b)
  • postgres: clean up possible transaction hangs (6f9d141)
  • scalar-subquery: ensure that scalar subqueries value is resolvable with no underlying projection (#11125) (a92c3cb)
  • snowflake/bigquery/athena: ensure that timestamp casting works (#11135) (4bb0b78)
  • typing: remove unnecessary generics in ibis.struct() typing (#11070) (9d3aece)

Documentation

  • clarify NULL/NaN/inf distinction in docstring and examples (#11077) (3d4e741)
  • fix SECURITY.md formatting (63aeff4)
Changelog

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

10.5.0 (2025-04-18)

Features

  • api: expose DataType publicly at ibis.DataType (#11101) (4164265)
  • backends: fixup drop_database() when passing a specific catalog (#11110) (57d79b7)
  • databricks: add support for json via variant (a1f2bab)
  • datafusion: basic map operations (16b0c4c)
  • postgres: allow disablement of hstore extension loading (#11126) (35fc38b), closes #11103
  • postgres: implement maps in terms of JSONB instead of HSTORE (ff6100a)
  • pyflink: fix type mapping from BINARY to VARBINARY (bbcd5b9)
  • risingwave: support map operations (e7d8c3a)
  • temporal: implement casting floating values to timestamps (0356caf)

Bug Fixes

  • athena: only replace commas instead of all special characters in column names (#11138) (4c74ddd)
  • databricks: use AS JSON for programmatic output of schema information (d55a5ee)
  • duckdb: always create temp tables in temp.main (#11092) (20bec13)
  • ir: make ibis.to_sql() parse join limits and projections; fixes #11105 (a416755)
  • oracle: return a sqlglot.DataType, not str, when compiling string dtype (#11124) (99be73b)
  • postgres: clean up possible transaction hangs (6f9d141)
  • scalar-subquery: ensure that scalar subqueries value is resolvable with no underlying projection (#11125) (a92c3cb)
  • snowflake/bigquery/athena: ensure that timestamp casting works (#11135) (4bb0b78)
  • typing: remove unnecessary generics in ibis.struct() typing (#11070) (9d3aece)

Documentation

  • clarify NULL/NaN/inf distinction in docstring and examples (#11077) (3d4e741)
  • fix SECURITY.md formatting (63aeff4)

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

... (truncated)

Commits
  • acfb4ff chore(release): 10.5.0
  • 2bee537 ci(data-loading): add a test to verify stateful loading (#11089)
  • 3d4e741 docs: clarify NULL/NaN/inf distinction in docstring and examples (#11077)
  • 4c74ddd fix(athena): only replace commas instead of all special characters in column ...
  • 4bb0b78 fix(snowflake/bigquery/athena): ensure that timestamp casting works (#11135)
  • c0d06c4 test(databricks): add test for creating a table using json (#11076)
  • 4164265 feat(api): expose DataType publicly at ibis.DataType (#11101)
  • 57d79b7 feat(backends): fixup drop_database() when passing a specific catalog (#11110)
  • d55a5ee fix(databricks): use AS JSON for programmatic output of schema information
  • 0356caf feat(temporal): implement casting floating values to timestamps
  • 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.5.0)

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

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

dependabot bot commented on behalf of github Jul 1, 2025

Superseded by #331.

@dependabot dependabot bot closed this Jul 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/ibis-framework-duckdb--gt-6.1.0-and-lte-10.5.0 branch July 1, 2025 19:30
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.

0 participants