Skip to content
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

deps(ibis): bump the all group in /ibis-server with 5 updates #1127

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
pydantic 2.10.6 2.11.1
ibis-framework 10.3.1 10.4.0
python-dotenv 1.0.1 1.1.0
sqlalchemy 2.0.39 2.0.40
clickhouse-connect 0.8.15 0.8.16

Updates pydantic from 2.10.6 to 2.11.1

Release notes

Sourced from pydantic's releases.

v2.11.1 2025-03-28

What's Changed

Fixes

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

v2.11.0 2025-03-27

What's Changed

Packaging

New Features

Changes

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.11.1 (2025-03-28)

GitHub release

What's Changed

Fixes

  • Do not override 'definitions-ref' schemas containing serialization schemas or metadata by @​Viicos in #11644

v2.11.0 (2025-03-27)

GitHub release

What's Changed

Pydantic v2.11 is a version strongly focused on build time performance of Pydantic models (and core schema generation in general). See the blog post for more details.

Packaging

New Features

Fixes

  • Allow generic typed dictionaries to be used for unpacked variadic keyword parameters by @​Viicos in #11571
  • Fix runtime error when computing model string representation involving cached properties and self-referenced models by @​Viicos in #11579
  • Preserve other steps when using the ellipsis in the pipeline API by @​Viicos in #11626
  • Fix deferred discriminator application logic by @​Viicos in #11591

New Contributors

v2.11.0b2 (2025-03-17)

GitHub release

What's Changed

Packaging

... (truncated)

Commits

Updates ibis-framework from 10.3.1 to 10.4.0

Release notes

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

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 sqlalchemy from 2.0.39 to 2.0.40

Release notes

Sourced from sqlalchemy's releases.

2.0.40

Released: March 27, 2025

orm

  • [orm] [bug] Fixed regression which occurred as of 2.0.37 where the checked ArgumentError that's raised when an inappropriate type or object is used inside of a Mapped annotation would raise TypeError with "boolean value of this clause is not defined" if the object resolved into a SQL expression in a boolean context, for programs where future annotations mode was not enabled. This case is now handled explicitly and a new error message has also been tailored for this case. In addition, as there are at least half a dozen distinct error scenarios for intepretation of the Mapped construct, these scenarios have all been unified under a new subclass of ArgumentError called MappedAnnotationError, to provide some continuity between these different scenarios, even though specific messaging remains distinct.

    References: #12329

  • [orm] [bug] Fixed regression in ORM Annotated Declarative class interpretation caused by typing_extension==4.13.0 that introduced a different implementation for TypeAliasType while SQLAlchemy assumed that it would be equivalent to the typing version, leading to pep-695 type annotations not resolving to SQL types as expected.

    References: #12473

sql

  • [sql] [usecase] Implemented support for the GROUPS frame specification in window functions by adding _sql.over.groups option to _sql.over() and FunctionElement.over(). Pull request courtesy Kaan Dikmen.

    References: #12450

  • [sql] [bug] Fixed issue in CTE constructs involving multiple DDL _sql.Insert statements with multiple VALUES parameter sets where the bound parameter names generated for these parameter sets would conflict, generating a compile time error.

    References: #12363

  • [sql] [bug] Fixed regression caused by #7471 leading to a SQL compilation issue where name disambiguation for two same-named FROM clauses with table aliasing in use at the same time would produce invalid SQL in the FROM clause with two "AS" clauses for the aliased table, due to double aliasing.

... (truncated)

Commits

Updates clickhouse-connect from 0.8.15 to 0.8.16

Release notes

Sourced from clickhouse-connect's releases.

v0.8.16 Collected Bug Fixes

What's Changed

New Contributors

Full Changelog: ClickHouse/clickhouse-connect@v0.8.15...v0.8.16

Changelog

Sourced from clickhouse-connect's changelog.

0.8.16, 2025-03-28

Bug Fixes

  • Don't send a setting value if the setting is already correct according to the system.settings table. Closes ClickHouse/clickhouse-connect#469
  • Ensure that the http user_agent header is in ascii. Note this could lead to an incorrectly encoded os_user if the os_user is not an Ascii string. Closes ClickHouse/clickhouse-connect#484
  • Fix "cannot access local variable" exception where the http client encounters an unexpected streaming error. Also log that unexpected streaming error to assist debugging. Closes ClickHouse/clickhouse-connect#483
  • Check that arrow/pandas is installed when calling query_df and query_arrow and raise a more meaningful exception if the required library is absent. Closes ClickHouse/clickhouse-connect#477

Improvements

  • Some typing hints have been corrected. Thanks to Avery Fischer for the PR!
  • The docker based tests have been fixed to work with security improvements in recent ClickHouse releases
  • Query string cleanup is now (in theory) microseconds faster. Thanks to Sviatoslav Bobryshev for the optimization
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.11.1` |
| [ibis-framework](https://github.com/ibis-project/ibis) | `10.3.1` | `10.4.0` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.1.0` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.39` | `2.0.40` |
| [clickhouse-connect](https://github.com/ClickHouse/clickhouse-connect) | `0.8.15` | `0.8.16` |


Updates `pydantic` from 2.10.6 to 2.11.1
- [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.1)

Updates `ibis-framework` from 10.3.1 to 10.4.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.4.0)

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 `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 `clickhouse-connect` from 0.8.15 to 0.8.16
- [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.16)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ibis-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sqlalchemy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: clickhouse-connect
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ibis python Pull requests that update Python code labels Mar 31, 2025
Copy link

coderabbitai bot commented Mar 31, 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.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 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.

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 docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @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.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 7, 2025
@dependabot dependabot bot deleted the dependabot/pip/ibis-server/all-be3404253c branch April 7, 2025 19:12
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