Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

deps(ibis): bump the all group across 1 directory with 29 updates#1579

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/ibis-server/all-95bf8c23b2
Closed

deps(ibis): bump the all group across 1 directory with 29 updates#1579
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/ibis-server/all-95bf8c23b2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

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

Package From To
fastapi 0.120.1 0.136.0
pydantic 2.10.6 2.13.2
ibis-framework 10.8.0 12.0.0
google-auth 2.38.0 2.49.2
python-dotenv 1.0.1 1.2.2
orjson 3.11.7 3.11.8
pandas 2.2.3 2.3.3
geoalchemy2 0.17.1 0.19.0
gql 3.5.2 4.0.0
anyio 4.10.0 4.13.0
duckdb 1.3.2 1.5.2
oracledb 3.3.0 3.4.2
uvicorn 0.35.0 0.44.0
gunicorn 23.0.0 25.3.0
uvicorn-worker 0.3.0 0.4.0
redshift-connector 2.1.7 2.1.13
datafusion 47.0.0 53.0.0
starlette 0.49.3 1.0.0
databricks-sdk 0.73.0 0.102.0
pyspark 3.5.7 4.1.1
wren-engine 0.1.0 0.3.0
plotly 6.6.0 6.7.0
pytest 8.3.5 9.0.3
testcontainers 4.9.2 4.14.2
sqlalchemy 2.0.39 2.0.49
pre-commit 4.2.0 4.5.1
ruff 0.11.2 0.15.11
clickhouse-connect 0.8.15 0.15.1
polars 1.39.3 1.40.0

Updates fastapi from 0.120.1 to 0.136.0

Release notes

Sourced from fastapi's releases.

0.136.0

Upgrades

0.135.4

Refactors

Internal

0.135.3

Features

Docs

  • ✏️ Fix typo for client_secret in OAuth2 form docstrings. PR #14946 by @​bysiber.

Internal

0.135.2

Upgrades

  • ⬆️ Increase lower bound to pydantic >=2.9.0. and fix the test suite. PR #15139 by @​svlandeg.

Docs

... (truncated)

Commits

Updates pydantic from 2.10.6 to 2.13.2

Release notes

Sourced from pydantic's releases.

v2.13.1 2026-04-15

v2.13.1 (2026-04-15)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.13.0...v2.13.1

v2.13.0 2026-04-13

v2.13.0 (2026-04-13)

The highlights of the v2.13 release are available in the blog post. Several minor changes (considered non-breaking changes according to our versioning policy) are also included in this release. Make sure to look into them before upgrading.

This release contains the updated pydantic.v1 namespace, matching version 1.10.26 which includes support for Python 3.14.

What's Changed

See the beta releases for all changes sinces 2.12.

Packaging

  • Add zizmor for GitHub Actions workflow linting by @​Viicos in #13039
  • Update jiter to v0.14.0 to fix a segmentation fault on musl Linux by @​Viicos in #13064

New Features

  • Allow default factories of private attributes to take validated model data by @​Viicos in #13013

Changes

Fixes

  • Change type of Any when synthesizing _build_sources for BaseSettings.__init__() signature in the mypy plugin by @​Viicos in #13049
  • Fix model equality when using runtime extra configuration by @​Viicos in #13062

New Contributors

Full Changelog: pydantic/pydantic@v2.12.0...v2.13.0

v2.13.0b3 2026-03-31

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.13.2 (2026-04-17)

GitHub release

What's Changed

Fixes

  • Fix ValidationInfo.field_name missing with model_validate_json() by @​Viicos in #13084

v2.13.1 (2026-04-15)

GitHub release

What's Changed

Fixes

v2.13.0 (2026-04-13)

GitHub release

The highlights of the v2.13 release are available in the blog post. Several minor changes (considered non-breaking changes according to our versioning policy) are also included in this release. Make sure to look into them before upgrading.

This release contains the updated pydantic.v1 namespace, matching version 1.10.26 which includes support for Python 3.14.

What's Changed

See the beta releases for all changes sinces 2.12.

New Features

  • Allow default factories of private attributes to take validated model data by @​Viicos in #13013

Changes

Fixes

  • Change type of Any when synthesizing _build_sources for BaseSettings.__init__() signature in the mypy plugin by @​Viicos in #13049
  • Fix model equality when using runtime extra configuration by @​Viicos in #13062

Packaging

... (truncated)

Commits

Updates ibis-framework from 10.8.0 to 12.0.0

Release notes

Sourced from ibis-framework's releases.

12.0.0

12.0.0 (2026-02-07)

⚠ BREAKING CHANGES

  • pyspark: PySpark <3.5 is no longer supported
  • officially drop support for 3.9, bump all dependencies
  • datatypes: infer decimal precision and scale

Features

  • api: implement upsert() using MERGE INTO (#11624) (9126733), closes #5391
  • api: support Table.cast(my_col=int) (9e209f3)
  • databricks: support json literals (f46a58f)
  • datafusion: add compilation rule for Strftime (6fa8411)
  • deps: enable compatibility with pandas 3.0.0 (#11873) (34a36be)
  • materialize: add new backend for Materialize streaming database (#11893) (35fcce0)
  • officially drop support for 3.9, bump all dependencies (aa16d08)
  • pyspark: support pyspark 4.0 (e9c35e6)
  • singlestoredb: add SingleStoreDB backend (#11595) (a83cfef)
  • support JSON literal values (#11728) (38b19c7), closes #11727
  • typing: improve typing of ibis.common.collections (e3aba92)
  • typing: make dtype() and schema() more typesafe (#11856) (116886f)
  • typing: make more arguments positional-only (610c450)
  • typing: make types more precise for many common Values (#11771) (2eb772a)

Bug Fixes

  • add order_by to first and last (7ead787), closes #11656
  • add upper _method_overrides in decompile (e7956f4), closes #11717
  • bigquery: relax decimal upper bounds (d05751b)
  • biquery: use qualified table name for upserts (120b2d8)
  • citation: fix CITATION.cff [skip ci] (305526a)
  • datatypes: infer decimal precision and scale (ed346e6)
  • datatypes: make decimal casts more permissive (ba087d2)
  • deps: pin dep on sqlglot to <28 (3e9156e)
  • deps: sqlglot 28.0 incompatibilities (#11839) (ab21efd)
  • docs: typo in Ibis description in why.qmd (#11816) (402c37d)
  • duckdb: create a single table from Python data object (7f82e5e), closes #11709
  • exasol: update Exasol Docker image tag to 2025.1.8 (#11806) (2414952), closes #11703
  • flink: don't pass unsupported "position" flag to regexp_replace (34f39cc)
  • mssql: use sge.National to support unicode in information_schema (#11877) (a254ccb)
  • mysql: use getuser() and empty password string by default (#11904) (ba0218f)
  • polars: handle cross joins without passing join keys (d3c3bad), closes #11764
  • polars: support asof_join with no predicates (3fc9b64)
  • postgres: fix postgres asof joins to consider predicates correctly (064bd2d)
  • remove bogus leading ' from Struct repr (d7083c2)
  • return a tuple, not generator, from Table.bind() (cfc8b08)
  • sqlite: create a single table from Python object (4e6ddcf)
  • sqlite: precision loss in divide (c77e1bd)

... (truncated)

Changelog

Sourced from ibis-framework's changelog.

12.0.0 (2026-02-07)

⚠ BREAKING CHANGES

  • pyspark: PySpark <3.5 is no longer supported
  • officially drop support for 3.9, bump all dependencies
  • datatypes: infer decimal precision and scale

Features

  • api: implement upsert() using MERGE INTO (#11624) (9126733), closes #5391
  • api: support Table.cast(my_col=int) (9e209f3)
  • databricks: support json literals (f46a58f)
  • datafusion: add compilation rule for Strftime (6fa8411)
  • deps: enable compatibility with pandas 3.0.0 (#11873) (34a36be)
  • materialize: add new backend for Materialize streaming database (#11893) (35fcce0)
  • officially drop support for 3.9, bump all dependencies (aa16d08)
  • pyspark: support pyspark 4.0 (e9c35e6)
  • singlestoredb: add SingleStoreDB backend (#11595) (a83cfef)
  • support JSON literal values (#11728) (38b19c7), closes #11727
  • typing: improve typing of ibis.common.collections (e3aba92)
  • typing: make dtype() and schema() more typesafe (#11856) (116886f)
  • typing: make more arguments positional-only (610c450)
  • typing: make types more precise for many common Values (#11771) (2eb772a)

Bug Fixes

  • add order_by to first and last (7ead787), closes #11656
  • add upper _method_overrides in decompile (e7956f4), closes #11717
  • bigquery: relax decimal upper bounds (d05751b)
  • biquery: use qualified table name for upserts (120b2d8)
  • citation: fix CITATION.cff [skip ci] (305526a)
  • datatypes: infer decimal precision and scale (ed346e6)
  • datatypes: make decimal casts more permissive (ba087d2)
  • deps: pin dep on sqlglot to <28 (3e9156e)
  • deps: sqlglot 28.0 incompatibilities (#11839) (ab21efd)
  • docs: typo in Ibis description in why.qmd (#11816) (402c37d)
  • duckdb: create a single table from Python data object (7f82e5e), closes #11709
  • exasol: update Exasol Docker image tag to 2025.1.8 (#11806) (2414952), closes #11703
  • flink: don't pass unsupported "position" flag to regexp_replace (34f39cc)
  • mssql: use sge.National to support unicode in information_schema (#11877) (a254ccb)
  • mysql: use getuser() and empty password string by default (#11904) (ba0218f)
  • polars: handle cross joins without passing join keys (d3c3bad), closes #11764
  • polars: support asof_join with no predicates (3fc9b64)
  • postgres: fix postgres asof joins to consider predicates correctly (064bd2d)
  • remove bogus leading ' from Struct repr (d7083c2)
  • return a tuple, not generator, from Table.bind() (cfc8b08)
  • sqlite: create a single table from Python object (4e6ddcf)
  • sqlite: precision loss in divide (c77e1bd)
  • support Backend == "some non backend object" (a5e7c22)

... (truncated)

Commits
  • 01e429b chore(release): 12.0.0
  • 537b346 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.10.0
  • 76c3b63 chore(deps): update astral-sh/setup-uv action to v7.3.0
  • da202da chore(deps): update apache/druid docker tag to v36
  • ba0218f fix(mysql): use getuser() and empty password string by default (#11904)
  • a4ef82f chore(deps): update aws-actions/configure-aws-credentials action to v6
  • 601cd8f chore(deps): update ghcr.io/singlestore-labs/singlestoredb-dev docker tag to ...
  • 14c9124 chore(deps): update materialize/materialized docker tag to v26.10.1
  • b746edf chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.30
  • 7da4012 chore(deps): upgrade ruff, and fix lint violations (#11899)
  • Additional commits viewable in compare view

Updates google-auth from 2.38.0 to 2.49.2

Release notes

Sourced from google-auth's releases.

v2.49.0.dev0

2.49.0-dev0 (2026-01-26)

Bug Fixes

google-auth 2.48.0

2.48.0 (2026-01-21)

Features

Bug Fixes

v2.48.0rc0

2.48.0rc0 (2026-01-20)

Features

  • honor NO_GCE_CHECK environment variable (#1610) (383c98)
  • add configurable GCE Metadata Server retries (#1488) (454b44)
  • support mTLS IAM domain for Certificate based Access (#1938) (8dcf91)
  • add cryptography as required dependency (#1929) (52558a)

Bug Fixes

  • Use user_verification=preferred for ReAuth WebAuthn challenge (#1798) (3f88a2)
  • replace deprecated utcfromtimestamp (#1799) (e431f2)
  • detect correct auth when ADC env var is set by empty (#1374) (bfc07e)
  • removed content-header from AWS IMDS (#1934) (97bfea)

... (truncated)

Changelog

Sourced from google-auth's changelog.

Changelog

PyPI History

2.48.0 (2026-01-22)

Features

Bug Fixes

2.47.0 (2026-01-06)

Features

Bug Fixes

2.46.0 (2026-01-05)

Documentation

Features

... (truncated)

Commits

Updates python-dotenv from 1.0.1 to 1.2.2

Release notes

Sourced from python-dotenv's releases.

v1.2.2

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#)

Changed

  • The dotenv run command now forwards flags directly to the specified command by @​bbc2 in theskumar/python-dotenv#607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Support for Python 3.9.

Fixed

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

Misc

New Contributors

Full Changelog: theskumar/python-dotenv@v1.2.1...v1.2.2

v1.2.1

What's Changed

... (truncated)

Changelog

Sourced from python-dotenv's changelog.

[1.2.2] - 2026-03-01

Added

  • Support for Python 3.14, including the free-threaded (3.14t) build. (#588)

Changed

  • The dotenv run command now forwards flags directly to the specified command by [@​bbc2] in #607
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Dropped Support for Python 3.9.

Fixed

  • Improved set_key and unset_key behavior when interacting with symlinks by [@​bbc2] in [790c5c0]
  • Corrected the license specifier and added missing Python 3.14 classifiers in package metadata by [@​JYOuyang] in #590

Breaking Changes

  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some situations. This is no longer the case. For that behavior to be restored in all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset used to reset the file mode of the modified .env file to 0o600 in some situations. This is no longer the case: The original mode of the file is now preserved. Is the file needed to be created or wasn't a regular file, mode 0o600 is used.

[1.2.1] - 2025-10-26

  • Move more config to pyproject.toml, removed setup.cfg
  • Add support for reading .env from FIFOs (Unix) by [@​sidharth-sudhir] in #586

[1.2.0] - 2025-10-26

[1.1.1] - 2025-06-24

Fixed

... (truncated)

Commits

Updates orjson from 3.11.7 to 3.11.8

Release notes

Sourced from orjson's releases.

3.11.8

Changed

  • Build and compatibility improvements.
Changelog

Sourced from orjson's changelog.

3.11.8 - 2026-03-31

Changed

  • Build and compatibility improvements.
Commits

Updates pandas from 2.2.3 to 2.3.3

Release notes

Sourced from pandas's releases.

Pandas 2.3.3

We are pleased to announce the release of pandas 2.3.3. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.3.3 supports Python 3.9 and higher, and is the first release to support Python 3.14.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 2.3.2

We are pleased to announce the release of pandas 2.3.2. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.3.2 supports Python 3.9 and higher.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Pandas 2.3.1

We are pleased to announce the release of pandas 2.3.1. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes. Pandas 2.3.1 supports Python 3.9 and higher.

The release will be available on the conda-forge channel:

conda install pandas --channel conda-forge

Or via PyPI:

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ibis python Pull requests that update Python code labels Apr 20, 2026
Bumps the all group with 29 updates in the /ibis-server directory:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.120.1` | `0.136.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.13.2` |
| [ibis-framework](https://github.com/ibis-project/ibis) | `10.8.0` | `12.0.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.38.0` | `2.49.2` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.2.2` |
| [orjson](https://github.com/ijl/orjson) | `3.11.7` | `3.11.8` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.3` | `2.3.3` |
| [geoalchemy2](https://github.com/geoalchemy/geoalchemy2) | `0.17.1` | `0.19.0` |
| [gql](https://github.com/graphql-python/gql) | `3.5.2` | `4.0.0` |
| [anyio](https://github.com/agronholm/anyio) | `4.10.0` | `4.13.0` |
| [duckdb](https://github.com/duckdb/duckdb-python) | `1.3.2` | `1.5.2` |
| [oracledb](https://github.com/oracle/python-oracledb) | `3.3.0` | `3.4.2` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.44.0` |
| [gunicorn](https://github.com/benoitc/gunicorn) | `23.0.0` | `25.3.0` |
| [uvicorn-worker](https://github.com/Kludex/uvicorn-worker) | `0.3.0` | `0.4.0` |
| [redshift-connector](https://github.com/aws/amazon-redshift-python-driver) | `2.1.7` | `2.1.13` |
| [datafusion](https://github.com/apache/datafusion-python) | `47.0.0` | `53.0.0` |
| [starlette](https://github.com/Kludex/starlette) | `0.49.3` | `1.0.0` |
| [databricks-sdk](https://github.com/databricks/databricks-sdk-py) | `0.73.0` | `0.102.0` |
| [pyspark](https://github.com/apache/spark) | `3.5.7` | `4.1.1` |
| [wren-engine](https://github.com/Canner/wren-engine) | `0.1.0` | `0.3.0` |
| [plotly](https://github.com/plotly/plotly.py) | `6.6.0` | `6.7.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `9.0.3` |
| [testcontainers](https://github.com/testcontainers/testcontainers-python) | `4.9.2` | `4.14.2` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.39` | `2.0.49` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.5.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.2` | `0.15.11` |
| [clickhouse-connect](https://github.com/ClickHouse/clickhouse-connect) | `0.8.15` | `0.15.1` |
| [polars](https://github.com/pola-rs/polars) | `1.39.3` | `1.40.0` |



Updates `fastapi` from 0.120.1 to 0.136.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.120.1...0.136.0)

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

Updates `ibis-framework` from 10.8.0 to 12.0.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.8.0...12.0.0)

Updates `google-auth` from 2.38.0 to 2.49.2
- [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](https://github.com/googleapis/google-auth-library-python/commits)

Updates `python-dotenv` from 1.0.1 to 1.2.2
- [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.2.2)

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

Updates `pandas` from 2.2.3 to 2.3.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.3...v2.3.3)

Updates `geoalchemy2` from 0.17.1 to 0.19.0
- [Release notes](https://github.com/geoalchemy/geoalchemy2/releases)
- [Changelog](https://github.com/geoalchemy/geoalchemy2/blob/main/CHANGES.txt)
- [Commits](geoalchemy/geoalchemy2@0.17.1...0.19.0)

Updates `gql` from 3.5.2 to 4.0.0
- [Release notes](https://github.com/graphql-python/gql/releases)
- [Commits](graphql-python/gql@v3.5.2...v4.0.0)

Updates `anyio` from 4.10.0 to 4.13.0
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Commits](agronholm/anyio@4.10.0...4.13.0)

Updates `duckdb` from 1.3.2 to 1.5.2
- [Release notes](https://github.com/duckdb/duckdb-python/releases)
- [Commits](duckdb/duckdb-python@v1.3.2...v1.5.2)

Updates `oracledb` from 3.3.0 to 3.4.2
- [Release notes](https://github.com/oracle/python-oracledb/releases)
- [Commits](oracle/python-oracledb@v3.3.0...v3.4.2)

Updates `uvicorn` from 0.35.0 to 0.44.0
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.35.0...0.44.0)

Updates `gunicorn` from 23.0.0 to 25.3.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@23.0.0...25.3.0)

Updates `uvicorn-worker` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/Kludex/uvicorn-worker/releases)
- [Commits](Kludex/uvicorn-worker@0.3.0...0.4.0)

Updates `redshift-connector` from 2.1.7 to 2.1.13
- [Release notes](https://github.com/aws/amazon-redshift-python-driver/releases)
- [Changelog](https://github.com/aws/amazon-redshift-python-driver/blob/master/CHANGELOG.md)
- [Commits](aws/amazon-redshift-python-driver@v2.1.7...v2.1.13)

Updates `datafusion` from 47.0.0 to 53.0.0
- [Changelog](https://github.com/apache/datafusion-python/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-python@47.0.0...53.0.0)

Updates `starlette` from 0.49.3 to 1.0.0
- [Release notes](https://github.com/Kludex/starlette/releases)
- [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)
- [Commits](Kludex/starlette@0.49.3...1.0.0)

Updates `databricks-sdk` from 0.73.0 to 0.102.0
- [Release notes](https://github.com/databricks/databricks-sdk-py/releases)
- [Changelog](https://github.com/databricks/databricks-sdk-py/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-sdk-py@v0.73.0...v0.102.0)

Updates `pyspark` from 3.5.7 to 4.1.1
- [Commits](apache/spark@v3.5.7...v4.1.1)

Updates `wren-engine` from 0.1.0 to 0.3.0
- [Release notes](https://github.com/Canner/wren-engine/releases)
- [Commits](0.1.0...0.3.0)

Updates `plotly` from 6.6.0 to 6.7.0
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md)
- [Commits](plotly/plotly.py@v6.6.0...v6.7.0)

Updates `pytest` from 8.3.5 to 9.0.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.5...9.0.3)

Updates `testcontainers` from 4.9.2 to 4.14.2
- [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.14.2)

Updates `sqlalchemy` from 2.0.39 to 2.0.49
- [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 `pre-commit` from 4.2.0 to 4.5.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.2.0...v4.5.1)

Updates `ruff` from 0.11.2 to 0.15.11
- [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.15.11)

Updates `clickhouse-connect` from 0.8.15 to 0.15.1
- [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.15.1)

Updates `polars` from 1.39.3 to 1.40.0
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-1.39.3...py-1.40.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.136.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pydantic
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ibis-framework
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: google-auth
  dependency-version: 2.49.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: orjson
  dependency-version: 3.11.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pandas
  dependency-version: 2.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: geoalchemy2
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: gql
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: anyio
  dependency-version: 4.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: duckdb
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: oracledb
  dependency-version: 3.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: uvicorn
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: gunicorn
  dependency-version: 25.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: uvicorn-worker
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: redshift-connector
  dependency-version: 2.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: datafusion
  dependency-version: 53.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: starlette
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: databricks-sdk
  dependency-version: 0.102.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pyspark
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: wren-engine
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: plotly
  dependency-version: 6.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: testcontainers
  dependency-version: 4.14.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sqlalchemy
  dependency-version: 2.0.49
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pre-commit
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ruff
  dependency-version: 0.15.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: clickhouse-connect
  dependency-version: 0.15.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: polars
  dependency-version: 1.40.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/ibis-server/all-95bf8c23b2 branch from 075bdef to 8677d17 Compare April 20, 2026 20:55
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

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

@dependabot dependabot Bot closed this Apr 27, 2026
@dependabot dependabot Bot deleted the dependabot/pip/ibis-server/all-95bf8c23b2 branch April 27, 2026 22:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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