Merged
Conversation
GEOPY-2607: Fix deprecation warning on grid-apps
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Pull request overview
This PR merges release changes to the develop branch, updating dependencies and removing deprecated UI configuration fields. The key changes include upgrading internal packages (geoh5py, geoapps-utils), updating pydantic to version 2.12.0, and refreshing conda lock files with updated package versions.
- Dependency version updates for geoh5py (0.12.x → 0.13.0a), geoapps-utils (0.6.x → 0.7.0a), and pydantic (2.5.2 → 2.12.0)
- Removal of deprecated UI fields (
workspace_geoh5,conda_environment_boolean) - Addition of
iconfield to block_model_to_octree UI configuration - Comprehensive conda lock file updates with newer package versions
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| recipe.yaml | Updates version constraints for geoh5py, geoapps-utils, and pydantic dependencies |
| pyproject.toml | Updates pydantic minimum version and commented version references |
| py-3.12.conda-lock.yml | Lock file update with new package versions and dependency tree changes |
| py-3.11.conda-lock.yml | Lock file update with new package versions and dependency tree changes |
| block_models.ui.json | Removes deprecated workspace_geoh5 and conda_environment_boolean fields |
| block_model_to_octree.ui.json | Removes deprecated fields and adds icon field |
| environments/*.conda.lock.yml | Platform-specific lock file updates for py-3.11 and py-3.12 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.