Skip to content

deps(ibis): bump the all group across 1 directory with 11 updates #1192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 11 updates in the /ibis-server directory:

Package From To
pydantic 2.10.6 2.11.4
ibis-framework 10.3.1 10.5.0
google-auth 2.38.0 2.40.1
python-dotenv 1.0.1 1.1.0
orjson 3.10.16 3.10.18
duckdb 1.2.1 1.2.2
oracledb 3.0.0 3.1.0
testcontainers 4.9.2 4.10.0
sqlalchemy 2.0.39 2.0.40
ruff 0.11.2 0.11.9
clickhouse-connect 0.8.15 0.8.17

Updates pydantic from 2.10.6 to 2.11.4

Release notes

Sourced from pydantic's releases.

v2.11.4 2025-04-29

What's Changed

Packaging

Changes

  • Allow config and bases to be specified together in create_model() by @​Viicos in #11714. This change was backported as it was previously possible (although not meant to be supported) to provide model_config as a field, which would make it possible to provide both configuration and bases.

Fixes

v2.11.3 2025-04-08

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.11.2...v2.11.3

v2.11.2 2025-04-03

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.1...v2.11.2

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.11.4 (2025-04-29)

GitHub release

What's Changed

Packaging

Changes

  • Allow config and bases to be specified together in create_model() by @​Viicos in #11714. This change was backported as it was previously possible (although not meant to be supported) to provide model_config as a field, which would make it possible to provide both configuration and bases.

Fixes

v2.11.3 (2025-04-08)

GitHub release

What's Changed

Packaging

Fixes

  • Preserve field description when rebuilding model fields by @​Viicos in #11698

v2.11.2 (2025-04-03)

GitHub release

What's Changed

Fixes

  • Bump pydantic-core to v2.33.1 by @​Viicos in #11678
  • Make sure __pydantic_private__ exists before setting private attributes by @​Viicos in #11666
  • Do not override FieldInfo._complete when using field from parent class by @​Viicos in #11668

... (truncated)

Commits
  • d444cd1 Prepare release v2.11.4
  • 828fc48 Add documentation note about common pitfall with the annotated pattern
  • 42bf1fd Bump pydantic-core to v2.33.2 (#11804)
  • 7b3f513 Allow config and bases to be specified together in create_model()
  • fc52138 Traverse function-before schemas during schema gathering
  • 25af789 Fix issue with recursive generic models
  • 91ef6bb Update monthly download count in documentation
  • a830775 Bump mkdocs-llmstxt to v0.2.0
  • f5d1c87 Fix crash when expanding root type in the mypy plugin
  • c80bb35 Remove coercion of decimal constraints
  • Additional commits viewable in compare view

Updates ibis-framework from 10.3.1 to 10.5.0

Release notes

Sourced from ibis-framework'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)

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)

... (truncated)

Changelog

Sourced from ibis-framework'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

Updates google-auth from 2.38.0 to 2.40.1

Release notes

Sourced from google-auth's releases.

v2.40.1

2.40.1 (2025-05-06)

Bug Fixes

  • Disable logging response body for async logs (#1756) (2f0ddfe)

v2.40.0

2.40.0 (2025-04-29)

Features

Bug Fixes

  • Correct webauthn JSON parsing to be compliant with standard. (#1658) (0c5ef36)

v2.39.0

2.39.0 (2025-04-14)

Features

  • Adds GA support for X.509 workload identity federation (#1695) (7495960)

Bug Fixes

  • Add impersonated SA via local ADC support for fetch_id_token (#1740) (f249764)
  • Add missing packaging dependency for feature requiring urllib3 (#1732) (221f4a8)
  • Add request timeout for MDS requests (#1699) (9f7d3fa)
  • Explicitly declare support for Python 3.13 (#1741) (6fd04d5)
Changelog

Sourced from google-auth's changelog.

2.40.1 (2025-05-06)

Bug Fixes

  • Disable logging response body for async logs (#1756) (2f0ddfe)

2.40.0 (2025-04-29)

Features

Bug Fixes

  • Correct webauthn JSON parsing to be compliant with standard. (#1658) (0c5ef36)

2.39.0 (2025-04-14)

Features

  • Adds GA support for X.509 workload identity federation (#1695) (7495960)

Bug Fixes

  • Add impersonated SA via local ADC support for fetch_id_token (#1740) (f249764)
  • Add missing packaging dependency for feature requiring urllib3 (#1732) (221f4a8)
  • Add request timeout for MDS requests (#1699) (9f7d3fa)
  • Explicitly declare support for Python 3.13 (#1741) (6fd04d5)
Commits

Updates python-dotenv from 1.0.1 to 1.1.0

Release notes

Sourced from python-dotenv's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v1.0.1...v1.1.0

Changelog

Sourced from python-dotenv's changelog.

[1.1.0] - 2025-03-25

Feature

  • Add support for python 3.13
  • Enhance dotenv run, switch to execvpe for better resource management and signal handling (#523) by [@​eekstunt]

Fixed

  • find_dotenv and load_dotenv now correctly looks up at the current directory when running in debugger or pdb (#553 by [@​randomseed42])

Misc

  • Drop support for Python 3.8
Commits

Updates orjson from 3.10.16 to 3.10.18

Release notes

Sourced from orjson's releases.

3.10.18

Fixed

  • Fix incorrect escaping of the vertical tabulation character. This was introduced in 3.10.17.

3.10.17

Changed

  • Publish PyPI Windows aarch64/arm64 wheels.
  • ABI compatibility with CPython 3.14 alpha 7.
  • Fix incompatibility running on Python 3.13 using WASM.
Changelog

Sourced from orjson's changelog.

3.10.18

Fixed

  • Fix incorrect escaping of the vertical tabulation character. This was introduced in 3.10.17.

3.10.17

Changed

  • Publish PyPI Windows aarch64/arm64 wheels.
  • ABI compatibility with CPython 3.14 alpha 7.
  • Fix incompatibility running on Python 3.13 using WASM.
Commits

Updates duckdb from 1.2.1 to 1.2.2

Release notes

Sourced from duckdb's releases.

v1.2.2 Bugfix Release

This is a bug fix release for various issues discovered after we released 1.2.1. There are no new major features, just bug fixes. Database files created by DuckDB versions all the way back to v0.9.* can be read by this version.

What's Changed

... (truncated)

Commits
  • d3970ae add special handling for comparison against nans to ensure compatibility with...
  • 91ac9db Fix default value for -nullvalue
  • 5f6fc8f Fix #16554: fix blobs as part of .dump
  • 01f6a90 looks nicer
  • e6da38a slight cleanup
  • 2ba7423 add the adjusted version of the submitted reproduction as a test
  • 20445e7 py::none() is produced for an OPTIONAL_FILTER, skip these inside OR / AND fil...
  • d9673ba [Python Dev] No longer trigger a DeprecationWarning when using a UDF (#16433)
  • 3d1a1a9 [Python] Fix some stubs issues (#16523)
  • e5eca77 fix stubs for LambdaExpression
  • Additional commits viewable in compare view

Updates oracledb from 3.0.0 to 3.1.0

Release notes

Sourced from oracledb's releases.

v3.1.0

python-oracledb 3.1.0 is now released. This release adds a number of new features and corrects a number of issues. Highlights are as follows:

  • support added for scrollable cursors in thin mode
  • improved support for AQ in thin mode
  • improvements to data frame fetching

See the full release notes for all of the details.

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ibis python Pull requests that update Python code labels May 12, 2025
Copy link

coderabbitai bot commented May 12, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Bumps the all group with 11 updates in the /ibis-server directory:

| Package | From | To |
| --- | --- | --- |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.11.4` |
| [ibis-framework](https://github.com/ibis-project/ibis) | `10.3.1` | `10.5.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.38.0` | `2.40.1` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.1.0` |
| [orjson](https://github.com/ijl/orjson) | `3.10.16` | `3.10.18` |
| [duckdb](https://github.com/duckdb/duckdb) | `1.2.1` | `1.2.2` |
| [oracledb](https://github.com/oracle/python-oracledb) | `3.0.0` | `3.1.0` |
| [testcontainers](https://github.com/testcontainers/testcontainers-python) | `4.9.2` | `4.10.0` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.39` | `2.0.40` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.2` | `0.11.9` |
| [clickhouse-connect](https://github.com/ClickHouse/clickhouse-connect) | `0.8.15` | `0.8.17` |



Updates `pydantic` from 2.10.6 to 2.11.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.6...v2.11.4)

Updates `ibis-framework` from 10.3.1 to 10.5.0
- [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@10.3.1...10.5.0)

Updates `google-auth` from 2.38.0 to 2.40.1
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.38.0...v2.40.1)

Updates `python-dotenv` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.0.1...v1.1.0)

Updates `orjson` from 3.10.16 to 3.10.18
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.10.16...3.10.18)

Updates `duckdb` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Changelog](https://github.com/duckdb/duckdb/blob/main/tools/release-pip.py)
- [Commits](duckdb/duckdb@v1.2.1...v1.2.2)

Updates `oracledb` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/oracle/python-oracledb/releases)
- [Commits](oracle/python-oracledb@v3.0.0...v3.1.0)

Updates `testcontainers` from 4.9.2 to 4.10.0
- [Release notes](https://github.com/testcontainers/testcontainers-python/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-python@testcontainers-v4.9.2...testcontainers-v4.10.0)

Updates `sqlalchemy` from 2.0.39 to 2.0.40
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `ruff` from 0.11.2 to 0.11.9
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.11.2...0.11.9)

Updates `clickhouse-connect` from 0.8.15 to 0.8.17
- [Release notes](https://github.com/ClickHouse/clickhouse-connect/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-connect/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-connect@v0.8.15...v0.8.17)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.11.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ibis-framework
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google-auth
  dependency-version: 2.40.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: python-dotenv
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: orjson
  dependency-version: 3.10.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: duckdb
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: oracledb
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: testcontainers
  dependency-version: 4.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sqlalchemy
  dependency-version: 2.0.40
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ruff
  dependency-version: 0.11.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: clickhouse-connect
  dependency-version: 0.8.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/ibis-server/all-f1cdabd975 branch from 1dfa2b3 to 2ee49d5 Compare May 12, 2025 18:51
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 ibis python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants