Bump GeoAgent and OpenGeoAgent to 1.7.0#85
Merged
Conversation
|
🚀 Deployed on https://69fd71ba03f7b029ff764dee--opengeos.netlify.app |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates GeoAgent and the OpenGeoAgent QGIS plugin to the 1.7.0 release, aligning version metadata and user-facing dependency guidance so the plugin points to the matching GeoAgent package version.
Changes:
- Bumped GeoAgent package version to 1.7.0 (project metadata + runtime
__version__). - Updated OpenGeoAgent plugin metadata and dependency specs/guidance to require GeoAgent
>=1.7.0. - Adjusted plugin docs/tests and UI/manual fallback messages to reference 1.7.0.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| qgis_geoagent/tests/test_startup_performance.py | Updates dependency spec assertions to expect GeoAgent >=1.7.0. |
| qgis_geoagent/README.md | Updates manual fallback pip install guidance to GeoAgent >=1.7.0. |
| qgis_geoagent/open_geoagent/metadata.txt | Bumps plugin version to 1.7.0 and adds a 1.7.0 changelog entry. |
| qgis_geoagent/open_geoagent/dialogs/settings_dock.py | Updates dependency install failure dialog fallback command to GeoAgent >=1.7.0. |
| qgis_geoagent/open_geoagent/deps_manager.py | Raises core runtime GeoAgent dependency spec and related manual fallback messages to >=1.7.0. |
| pyproject.toml | Bumps package version and bumpversion current_version to 1.7.0. |
| geoagent/init.py | Bumps __version__ to 1.7.0. |
💡 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.
Summary
Bump the GeoAgent package and OpenGeoAgent QGIS plugin from 1.6.0 to 1.7.0.
This also updates the plugin dependency guidance, manual fallback commands, startup dependency tests, and plugin metadata changelog so the plugin points users at the matching GeoAgent release.
Validation
.venv/bin/python -m ruff check geoagent/__init__.py qgis_geoagent/open_geoagent/deps_manager.py qgis_geoagent/open_geoagent/dialogs/settings_dock.py qgis_geoagent/tests/test_startup_performance.py.venv/bin/python -m pytest qgis_geoagent/tests/test_startup_performance.py -q