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

chore(ibis-deps): bump the all group across 1 directory with 7 updates #758

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

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

Package From To
fastapi 0.112.0 0.112.1
ibis-framework 9.2.0 9.3.0
google-auth 2.32.0 2.34.0
orjson 3.10.6 3.10.7
sqlglot 25.6.1 25.9.0
testcontainers 4.7.2 4.8.0
ruff 0.5.6 0.6.1

Updates fastapi from 0.112.0 to 0.112.1

Release notes

Sourced from fastapi's releases.

0.112.1

Upgrades

Docs

Translations

  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/bigger-applications.md. PR #11971 by @​marcelomarkus.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/testing-websockets.md. PR #11994 by @​ceb10n.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/testing-dependencies.md. PR #11995 by @​ceb10n.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/using-request-directly.md. PR #11956 by @​ceb10n.
  • 🌐 Add French translation for docs/fr/docs/tutorial/body-multiple-params.md. PR #11796 by @​pe-brian.
  • 🌐 Update Chinese translation for docs/zh/docs/tutorial/query-params.md. PR #11557 by @​caomingpei.
  • 🌐 Update typo in Chinese translation for docs/zh/docs/advanced/testing-dependencies.md. PR #11944 by @​bestony.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/sub-applications.md and docs/pt/docs/advanced/behind-a-proxy.md. PR #11856 by @​marcelomarkus.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/cors.md and docs/pt/docs/tutorial/middleware.md. PR #11916 by @​wesinalves.
  • 🌐 Add French translation for docs/fr/docs/tutorial/path-params-numeric-validations.md. PR #11788 by @​pe-brian.

Internal

Commits
  • 4f937c0 🔖 Release version 0.112.1
  • 94be8ff 📝 Update release notes
  • 285a54c ⬆ Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#11727)
  • b7c80cb 📝 Update release notes
  • 0d92b42 🔧 Add changelog URL to pyproject.toml, shows in PyPI (#11152)
  • 2f5ed4f 📝 Update release notes
  • 2c98017 👷 Do not sync labels as it overrides manually added labels (#12024)
  • fc91078 📝 Update release notes
  • 5fd9ab9 ⬆️ Allow Starlette 0.38.x, update the pin to >=0.37.2,<0.39.0 (#11876)
  • 84d69bb 📝 Update release notes
  • Additional commits viewable in compare view

Updates ibis-framework from 9.2.0 to 9.3.0

Release notes

Sourced from ibis-framework's releases.

9.3.0

9.3.0 (2024-08-07)

Features

  • api: support ignore_null in collect (71271dd)
  • api: support ignore_null in first/last (8d4f97f)
  • api: support order_by in order-sensitive aggregates (collect/group_concat/first/last) (#9729) (a18cb5d)
  • api: support quarterly truncation (#9715) (75b31c2), closes #9714
  • array: implement min, max, any, all, sum, mean (#9704) (793efbc)
  • bigquery: support timestamp bucket (fd61f2c)
  • datafusion: pivot_longer (2330b0c)
  • datafusion: enable array flatten, group concat, and timestamp now (4d110a0)
  • datafusion: struct literals (a63cee9)
  • datafusion: unnest (a706f54)
  • duckdb: add support for passing a subset of column types to read_csv (#9776) (c1dcf67)
  • duckdb: support arbitrary url prefixes (#9691) (11af489)
  • mssql: support case-sensitive collations (#9700) (9382a0e)
  • oracle: support group_concat operator (47d97ea)
  • pyspark: add support for pyarrow and python UDFs (#9753) (02a1d48)
  • snowflake: add userinfo URL parsing (524a2fa)
  • ux: allow window functions in predicates and compile to QUALIFY where possible (#9787) (0370bcb)

Bug Fixes

  • algolia: add parent class docstring to algolia index (#9739) (3bc9799)
  • bigquery: repr geospatial values in interactive mode (#9712) (bd8c93f)
  • case: fix dshape, error on noncomparable and empty cases (#9559) (ff2d019)
  • compiler-internals: define unsupported operations after simple operations (#9755) (d9b6264)
  • deps: update dependency atpublic to v5 (#9697) (a4f3940)
  • deps: update dependency sqlglot to >=23.4,<25.10 (#9774) (7144257)
  • deps: update dependency sqlglot to >=23.4,<25.8 (#9696) (d4a2ea2)
  • deps: update dependency sqlglot to >=23.4,<25.9 (#9719) (b1d8b2e)
  • drop: ignore order for DropColumns equality (#9677) (ae1e112)
  • druid: get basic timestamp functionality working (#9692) (6cd3eee)
  • duckdb: avoid literals casts that might defeat optimization (e4ff1bd)
  • duckdb: ensure that array remove doesn't remove NULLs (f0c3be4)
  • duckdb: use register directly instead of calling read_in_memory (597817f)
  • internals: ensure that CTEs are emitted in topological order (#9726) (acd7d82)
  • polars: fix polars std/var to properly handle sample/population (f83d84f)
  • polars: remove bogus minus-one-week truncation (ac519b2)
  • postgres: handle enums by delegating to the parent class (#9769) (3f01075), closes #9295
  • snowflake: bring back where filter support in group_concat; fix array_agg ordering (#9758) (6e7e4de)
  • sql: only return tables in current_database (#9748) (c7f5717)
  • types: fix histogram bin allocation (#9711) (6634864), closes #9687

Documentation

  • algolia: add custom attributes to backend and core methods (#9730) (d9473cf)
  • browser-repl: fix jupyterlite build (#9762) (f403aa1)

... (truncated)

Changelog

Sourced from ibis-framework's changelog.

9.3.0 (2024-08-07)

Features

  • api: support ignore_null in collect (71271dd)
  • api: support ignore_null in first/last (8d4f97f)
  • api: support order_by in order-sensitive aggregates (collect/group_concat/first/last) (#9729) (a18cb5d)
  • api: support quarterly truncation (#9715) (75b31c2), closes #9714
  • array: implement min, max, any, all, sum, mean (#9704) (793efbc)
  • bigquery: support timestamp bucket (fd61f2c)
  • datafusion: pivot_longer (2330b0c)
  • datafusion: enable array flatten, group concat, and timestamp now (4d110a0)
  • datafusion: struct literals (a63cee9)
  • datafusion: unnest (a706f54)
  • duckdb: add support for passing a subset of column types to read_csv (#9776) (c1dcf67)
  • duckdb: support arbitrary url prefixes (#9691) (11af489)
  • mssql: support case-sensitive collations (#9700) (9382a0e)
  • oracle: support group_concat operator (47d97ea)
  • pyspark: add support for pyarrow and python UDFs (#9753) (02a1d48)
  • snowflake: add userinfo URL parsing (524a2fa)
  • ux: allow window functions in predicates and compile to QUALIFY where possible (#9787) (0370bcb)

Bug Fixes

  • algolia: add parent class docstring to algolia index (#9739) (3bc9799)
  • bigquery: repr geospatial values in interactive mode (#9712) (bd8c93f)
  • case: fix dshape, error on noncomparable and empty cases (#9559) (ff2d019)
  • compiler-internals: define unsupported operations after simple operations (#9755) (d9b6264)
  • deps: update dependency atpublic to v5 (#9697) (a4f3940)
  • deps: update dependency sqlglot to >=23.4,<25.10 (#9774) (7144257)
  • deps: update dependency sqlglot to >=23.4,<25.8 (#9696) (d4a2ea2)
  • deps: update dependency sqlglot to >=23.4,<25.9 (#9719) (b1d8b2e)
  • drop: ignore order for DropColumns equality (#9677) (ae1e112)
  • druid: get basic timestamp functionality working (#9692) (6cd3eee)
  • duckdb: avoid literals casts that might defeat optimization (e4ff1bd)
  • duckdb: ensure that array remove doesn't remove NULLs (f0c3be4)
  • duckdb: use register directly instead of calling read_in_memory (597817f)
  • internals: ensure that CTEs are emitted in topological order (#9726) (acd7d82)
  • polars: fix polars std/var to properly handle sample/population (f83d84f)
  • polars: remove bogus minus-one-week truncation (ac519b2)
  • postgres: handle enums by delegating to the parent class (#9769) (3f01075), closes #9295
  • snowflake: bring back where filter support in group_concat; fix array_agg ordering (#9758) (6e7e4de)
  • sql: only return tables in current_database (#9748) (c7f5717)
  • types: fix histogram bin allocation (#9711) (6634864), closes #9687

Documentation

  • algolia: add custom attributes to backend and core methods (#9730) (d9473cf)
  • browser-repl: fix jupyterlite build (#9762) (f403aa1)
  • fix spelling in pivot_longer explanation (#9780) (3201d8b)

... (truncated)

Commits
  • 5e2903e chore(release): 9.3.0
  • 0370bcb feat(ux): allow window functions in predicates and compile to QUALIFY where...
  • 8d4f97f feat(api): support ignore_null in first/last
  • 71271dd feat(api): support ignore_null in collect
  • cff210a refactor(dependencies): pandas and numpy are now optional for non-backend ins...
  • 524a2fa feat(snowflake): add userinfo URL parsing
  • dc6bfe2 refactor(pandas): remove unreachable code in pandas backend (#9786)
  • acfcac8 ci(flink): ensure that pip-installed dependencies are correctly specified (...
  • 7144257 fix(deps): update dependency sqlglot to >=23.4,<25.10 (#9774)
  • 16add04 chore(dev-tools): move static envars into .env (#9782)
  • Additional commits viewable in compare view

Updates google-auth from 2.32.0 to 2.34.0

Release notes

Sourced from google-auth's releases.

v2.34.0

2.34.0 (2024-08-13)

Features

  • auth: Update get_client_ssl_credentials to support X.509 workload certs (#1558) (18c2ec1)

Bug Fixes

  • Retry token request on retryable status code (#1563) (f858a15)

v2.33.0

2.33.0 (2024-08-06)

Features

  • Implement async StaticCredentials using access tokens (#1559) (dc17dfc)
  • Implement base classes for credentials and request sessions (#1551) (036dac4)

Bug Fixes

  • metadata: Enhance retry logic for metadata server access in _metadata.py (#1545) (61c2432)

Documentation

  • Update argument for Credentials initialization (#1557) (40b9ed9)
Changelog

Sourced from google-auth's changelog.

2.34.0 (2024-08-13)

Features

  • auth: Update get_client_ssl_credentials to support X.509 workload certs (#1558) (18c2ec1)

Bug Fixes

  • Retry token request on retryable status code (#1563) (f858a15)

2.33.0 (2024-08-06)

Features

  • Implement async StaticCredentials using access tokens (#1559) (dc17dfc)
  • Implement base classes for credentials and request sessions (#1551) (036dac4)

Bug Fixes

  • metadata: Enhance retry logic for metadata server access in _metadata.py (#1545) (61c2432)

Documentation

  • Update argument for Credentials initialization (#1557) (40b9ed9)
Commits
  • c6d9903 chore(main): release 2.34.0 (#1574)
  • 4843f9d chore: Update ECP deps. (#1583)
  • 18c2ec1 feat(auth): Update get_client_ssl_credentials to support X.509 workload certs...
  • f858a15 fix: retry token request on retryable status code (#1563)
  • 5030b82 chore(main): release 2.33.0 (#1560)
  • 52abcf2 chore: Add aiohttp requirements test constraint. (#1566)
  • 40b9ed9 docs: Update argument for Credentials initialization (#1557)
  • dc17dfc feat: implement async StaticCredentials using access tokens (#1559)
  • 036dac4 feat: implement base classes for credentials and request sessions (#1551)
  • 61c2432 fix(metadata): enhance retry logic for metadata server access in _metadata.py...
  • Additional commits viewable in compare view

Updates orjson from 3.10.6 to 3.10.7

Release notes

Sourced from orjson's releases.

3.10.7

Changed

  • Improve performance of stable Rust amd64 builds.
Changelog

Sourced from orjson's changelog.

3.10.7 - 2024-08-08

Changed

  • Improve performance of stable Rust amd64 builds.
Commits

Updates sqlglot from 25.6.1 to 25.9.0

Changelog

Sourced from sqlglot's changelog.

[v25.9.0] - 2024-08-05

💥 BREAKING CHANGES

  • due to 64e187c - transpile postgres impliclitly exploding GENERATE_SERIES proje… (PR #3853 by @​georgesittas):

    transpile postgres impliclitly exploding GENERATE_SERIES proje… (#3853)

  • due to e53e7cc - Generation of exp.ArrayConcat for 2-arg based dialects (PR #3864 by @​VaggelisD):

    Generation of exp.ArrayConcat for 2-arg based dialects (#3864)

  • due to 659b8bf - Support for BQ's exp.GenerateDateArray generation (PR #3865 by @​VaggelisD):

    Support for BQ's exp.GenerateDateArray generation (#3865)

✨ New Features

🐛 Bug Fixes

[v25.8.1] - 2024-07-30

🐛 Bug Fixes

[v25.8.0] - 2024-07-29

✨ New Features

... (truncated)

Commits
  • 306ca97 Fix!(optimizer): detect correlation in derived tables nested within subquerie...
  • 6ff0c01 fix: Fixed size array parsing (#3870)
  • 813f127 fix(duckdb): Allow DESCRIBE as a _parse_select() path (#3871)
  • 734f54b Feat(snowflake): add support for a a couple of missing clauses in PIVOT claus...
  • 659b8bf feat(duckdb)!: Support for BQ's exp.GenerateDateArray generation (#3865)
  • e53e7cc fix!: Generation of exp.ArrayConcat for 2-arg based dialects (#3864)
  • 810d23d Fix(parser): make assignment parsing more lenient by allowing keyword in LHS ...
  • 8a948c8 feat(teradata): Parse RENAME TABLE as Command (#3863)
  • 64e187c Feat!: transpile postgres impliclitly exploding GENERATE_SERIES proje… (#3853)
  • 6afed2a feat(duckdb): Support for exp.TimeDiff generation (#3856)
  • Additional commits viewable in compare view

Updates testcontainers from 4.7.2 to 4.8.0

Release notes

Sourced from testcontainers's releases.

testcontainers: v4.8.0

4.8.0 (2024-08-14)

Features

  • Adding support for Cassandra and Scylla (#167) (2d8bc11)
  • compose: ability to retain volumes when using context manager (#659) (e1e3d13)
  • compose: add ability to get docker compose config (#669) (8c28a86)
  • core: add ability to do OR & AND for waitforlogs (#661) (b1453e8)
  • new: Added AWS Lambda module (#655) (9161cb6)
  • refactor network setup (#678) (d5de0aa)

Bug Fixes

  • Add Db2 support (#673) (1e43923)
  • bring back cassandra driver bc otherwise how does it get installed for cassandra module test run? (#680) (71c3a1a)
  • rabbitmq: add vhost as parameter to RabbitMqContainer (#656) (fa2081a)
  • selenium: add Arg/Options to api of selenium container (#654) (e02c1b3), closes #652
Changelog

Sourced from testcontainers's changelog.

4.8.0 (2024-08-14)

Features

  • Adding support for Cassandra and Scylla (#167) (2d8bc11)
  • compose: ability to retain volumes when using context manager (#659) (e1e3d13)
  • compose: add ability to get docker compose config (#669) (8c28a86)
  • core: add ability to do OR & AND for waitforlogs (#661) (b1453e8)
  • new: Added AWS Lambda module (#655) (9161cb6)
  • refactor network setup (#678) (d5de0aa)

Bug Fixes

  • Add Db2 support (#673) (1e43923)
  • bring back cassandra driver bc otherwise how does it get installed for cassandra module test run? (#680) (71c3a1a)
  • rabbitmq: add vhost as parameter to RabbitMqContainer (#656) (fa2081a)
  • selenium: add Arg/Options to api of selenium container (#654) (e02c1b3), closes #652
Commits
  • c7d9b81 chore(main): release testcontainers 4.8.0 (#658)
  • 71c3a1a fix: bring back cassandra driver bc otherwise how does it get installed for c...
  • 2d8bc11 feat: Adding support for Cassandra and Scylla (#167)
  • d5de0aa feat: refactor network setup (#678)
  • 1e43923 fix: Add Db2 support (#673)
  • 8c28a86 feat(compose): add ability to get docker compose config (#669)
  • e1e3d13 feat(compose): ability to retain volumes when using context manager (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ibis python Pull requests that update Python code labels Aug 19, 2024
Bumps the all group with 7 updates in the /ibis-server directory:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.112.0` | `0.112.1` |
| [ibis-framework](https://github.com/ibis-project/ibis) | `9.2.0` | `9.3.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.32.0` | `2.34.0` |
| [orjson](https://github.com/ijl/orjson) | `3.10.6` | `3.10.7` |
| [sqlglot](https://github.com/tobymao/sqlglot) | `25.6.1` | `25.9.0` |
| [testcontainers](https://github.com/testcontainers/testcontainers-python) | `4.7.2` | `4.8.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.5.6` | `0.6.1` |



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

Updates `ibis-framework` from 9.2.0 to 9.3.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@9.2.0...9.3.0)

Updates `google-auth` from 2.32.0 to 2.34.0
- [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.32.0...v2.34.0)

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

Updates `sqlglot` from 25.6.1 to 25.9.0
- [Changelog](https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md)
- [Commits](tobymao/sqlglot@v25.6.1...v25.9.0)

Updates `testcontainers` from 4.7.2 to 4.8.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.7.2...testcontainers-v4.8.0)

Updates `ruff` from 0.5.6 to 0.6.1
- [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.5.6...0.6.1)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: ibis-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sqlglot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: testcontainers
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/ibis-server/all-e52031870e branch from 9c90c2f to d16e065 Compare August 20, 2024 08:03
@grieve54706
Copy link
Contributor

Wait ibis-framework upgrade to 9.4.0 for ibis-project/ibis#9846

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

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

@dependabot dependabot bot closed this Aug 26, 2024
@dependabot dependabot bot deleted the dependabot/pip/ibis-server/all-e52031870e branch August 26, 2024 18:24
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.

1 participant