chore(deps): bump the all-dependencies group across 1 directory with 10 updates - #2325
Conversation
6b1a0e4 to
ab539b1
Compare
| "kfp>=2.17.0", | ||
| "langchain-text-splitters>=1.1.2", | ||
| "markdownify>=1.2.3", | ||
| "pandas<4", |
There was a problem hiding this comment.
Bumping pandas to <4 allows pandas 3.x, which is incompatible with swifter 1.4.0 and will cause runtime AttributeError or ImportError when process_data.py attempts to import and use swifter. Please revert to pandas<3 to ensure compatibility.
ab539b1 to
73dc45b
Compare
73dc45b to
dad6c91
Compare
| "kfp>=2.17.0", | ||
| "langchain-text-splitters>=1.1.2", | ||
| "markdownify>=1.2.3", | ||
| "pandas<4", |
There was a problem hiding this comment.
Upgrading pandas to <4 resolves to pandas 3.x, which is incompatible with swifter 1.4.0 and will cause runtime errors in process_data due to removed deprecated features in pandas 3.0. Please keep pandas pinned to <3 or update swifter to a version that supports pandas 3.0.
dad6c91 to
3052c38
Compare
| "kfp>=2.17.0", | ||
| "langchain-text-splitters>=1.1.2", | ||
| "markdownify>=1.2.3", | ||
| "pandas<4", |
There was a problem hiding this comment.
Bumping this to pandas<4 causes an environment mismatch with the @component decorators in process_data.py and ingest_data.py, which are hardcoded to pandas<3. We should align the decorator requirements with this pyproject.toml update to prevent runtime discrepancies on Vertex AI.
…10 updates Bumps the all-dependencies group with 10 updates in the /core/python/rag-vector-search/data_ingestion directory: | Package | From | To | | --- | --- | --- | | [bigframes](https://github.com/googleapis/google-cloud-python) | `2.35.0` | `2.46.0` | | [docker](https://github.com/docker/docker-py) | `7.1.0` | `7.2.0` | | [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) | `1.135.0` | `1.163.0` | | [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) | `3.40.1` | `3.42.2` | | [google-cloud-pipeline-components](https://github.com/kubeflow/pipelines) | `2.20.1` | `2.22.0` | | [google-cloud-vectorsearch](https://github.com/googleapis/google-cloud-python) | `0.4.0` | `0.11.1` | | [kfp](https://github.com/kubeflow/pipelines) | `2.15.2` | `2.17.0` | | [langchain-text-splitters](https://github.com/langchain-ai/langchain) | `0.3.9` | `1.1.2` | | [markdownify](https://github.com/matthewwithanm/python-markdownify) | `1.2.2` | `1.2.3` | | [pandas](https://github.com/pandas-dev/pandas) | `2.3.3` | `3.0.3` | Updates `bigframes` from 2.35.0 to 2.46.0 - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](googleapis/google-cloud-python@google-cloud-pubsub-v2.35.0...bigframes-v2.46.0) Updates `docker` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](docker/docker-py@7.1.0...7.2.0) Updates `google-cloud-aiplatform` from 1.135.0 to 1.163.0 - [Release notes](https://github.com/googleapis/python-aiplatform/releases) - [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md) - [Commits](googleapis/python-aiplatform@v1.135.0...v1.163.0) Updates `google-cloud-bigquery` from 3.40.1 to 3.42.2 - [Release notes](https://github.com/googleapis/python-bigquery/releases) - [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-bigquery/commits) Updates `google-cloud-pipeline-components` from 2.20.1 to 2.22.0 - [Release notes](https://github.com/kubeflow/pipelines/releases) - [Commits](https://github.com/kubeflow/pipelines/commits) Updates `google-cloud-vectorsearch` from 0.4.0 to 0.11.1 - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/gcp-sphinx-docfx-yaml/CHANGELOG.md) - [Commits](googleapis/google-cloud-python@google-cloud-vectorsearch-v0.4.0...google-cloud-vectorsearch-v0.11.1) Updates `kfp` from 2.15.2 to 2.17.0 - [Release notes](https://github.com/kubeflow/pipelines/releases) - [Commits](kubeflow/pipelines@sdk-2.15.2...2.17.0) Updates `langchain-text-splitters` from 0.3.9 to 1.1.2 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-text-splitters==0.3.9...langchain-text-splitters==1.1.2) Updates `markdownify` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/matthewwithanm/python-markdownify/releases) - [Commits](matthewwithanm/python-markdownify@1.2.2...1.2.3) Updates `pandas` from 2.3.3 to 3.0.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.3...v3.0.3) --- updated-dependencies: - dependency-name: bigframes dependency-version: 2.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: docker dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: google-cloud-aiplatform dependency-version: 1.162.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: google-cloud-bigquery dependency-version: 3.42.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: google-cloud-pipeline-components dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: google-cloud-vectorsearch dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: kfp dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: langchain-text-splitters dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: markdownify dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
3052c38 to
7249faf
Compare
Bumps the all-dependencies group with 10 updates in the /core/python/rag-vector-search/data_ingestion directory:
2.35.02.46.07.1.07.2.01.135.01.163.03.40.13.42.22.20.12.22.00.4.00.11.12.15.22.17.00.3.91.1.21.2.21.2.32.3.33.0.3Updates
bigframesfrom 2.35.0 to 2.46.0Release notes
Sourced from bigframes's releases.
... (truncated)
Changelog
Sourced from bigframes's changelog.
... (truncated)
Commits
7823422chore(main): release bigframes 2.46.0 (#17686)ce5fd50fix: emit bracketed inline array syntax for scalar subquery expressions (#17716)2c3c213feat(bigtable): support materialized views in the data client (#17676)1ef0340chore(deps): update dependency cryptography to v48.0.1 [security] (#17734)75d30d5chore(deps): update dependency esbuild to ^0.28.0 [security] (#17736)9019b2atest(spanner): update pytest and add pytest-asyncio to samples test requireme...a2b4096test(spanner): add pytest-asyncio to samples test requirements (#17731)5d3ca44test: catch expected UserWarning in test_repr_mimebundle_selection_logic (#17...35e16dafeat: update googleapis and regenerate (#17725)22c5304feat: implement PEP 0810 lazy loading in operations_v1 (#17724)Updates
dockerfrom 7.1.0 to 7.2.0Release notes
Sourced from docker's releases.
... (truncated)
Commits
5ad5327Merge pull request #3415 from vvoland/update-changelogd242230docs: 7.2.0 changelogba01cc7Merge pull request #3401 from ebriney/client-from-contextae5dfe9Merge pull request #3410 from vvoland/fix-flakyaa99999integration/swarm: Preserve rotated unlock key059d371Merge pull request #3407 from vvoland/fix-arm649b4b9b8gha: Add arm64 integration CI9e9f8ffSkip tests incompatible with host architecturee0542d9Merge pull request #3408 from vvoland/gha-pin578a11dgha: Pin to digestsUpdates
google-cloud-aiplatformfrom 1.135.0 to 1.163.0Release notes
Sourced from google-cloud-aiplatform's releases.
... (truncated)
Changelog
Sourced from google-cloud-aiplatform's changelog.
... (truncated)
Commits
6845eafchore(main): release 1.163.0 (#7017)09e5a65feat: GenAI Client(evals) - add delete/update EvaluationExperimentc2ba5d2feat: Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model ...96a9fcffeat: Support us mREP endpoint for Batch Prediction, Training, and Online Pre...243ca19fix: Send display_name when creating a sandbox environment template.475024cchore: Remove sandbox tool declarations from SDK AgentConfig display.dbcf815fix: Depend on theautogendistribution instead ofag2for the AG2 integr...f93c455fix: Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion.e46d239chore: Auto-constructinference_configsforcreate_evaluation_runwith `a...a16fc0dfix: GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency errorUpdates
google-cloud-bigqueryfrom 3.40.1 to 3.42.2Changelog
Sourced from google-cloud-bigquery's changelog.
Commits
Updates
google-cloud-pipeline-componentsfrom 2.20.1 to 2.22.0Commits
Updates
google-cloud-vectorsearchfrom 0.4.0 to 0.11.1Release notes
Sourced from google-cloud-vectorsearch's releases.
Changelog
Sourced from google-cloud-vectorsearch's changelog.
... (truncated)
Commits
900d51fchore: release main (#17543)1ef4183fix(auth): lower regional access boundary logs from warning to debug. (#17571)bd782cffeat: regenerate google-cloud-bigtable (#17575)57ebaa3feat: regenerate google-cloud-firestore (#17577)140d86ffeat: regenerate google-cloud-compute (#17576)39b252ffeat: regenerate google-cloud-spanner (#17578)421eebdfeat: support interactive execution of deferred DataFrames in TableWidget (#1...3619b29feat: support gemini-3.x models in loader and update default model to gemini-...17bef41test(bigquery-magics): make table_id parsing check version-agnostic (#17562)e688531bigtable: add ValueBitmaskFilter for data client (#17567)Updates
kfpfrom 2.15.2 to 2.17.0Release notes
Sourced from kfp's releases.
... (truncated)
Commits
4a3592cchore(release): bump version to 2.17.0 (#13690)fb0894fchore: automate releasesae1d5f5fix(frontend): object storage Insecure Direct Object Reference (IDOR) prefix ...f0ba5f5fix(ci): make image rebuild step actually run after build failure (#13685)eaccef1automation: add AI-powered issue quality analysis workflow (#13372)35e8728chore(deps): bump github.com/VividCortex/mysqlerr from 0.0.0-20170204212430-6...9934d65chore(deps): update metadata-writer protobuf (#13671)ed861a6chore(deps): update pytest dev requirements (#13669)63390c3chore(deps): update visualization dependencies (#13668)cdb9e07chore(deps): add Dependabot config for Go module version updates (#13491)Updates
langchain-text-splittersfrom 0.3.9 to 1.1.2Release notes
Sourced from langchain-text-splitters's releases.