chore: bump GeoAgent to 1.4.0#63
Merged
Merged
Conversation
Bump core package and qgis_geoagent plugin to 1.4.0 and update the pinned GeoAgent dependency references across the QGIS plugin.
|
🚀 Deployed on https://69f498f74f79c9993e5ec398--opengeos.netlify.app |
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the GeoAgent core package and the OpenGeoAgent QGIS plugin to version 1.4.0, and updates all pinned dependency guidance/specs in the plugin to require GeoAgent[providers] >= 1.4.0.
Changes:
- Update GeoAgent package version to 1.4.0 (
pyproject.toml,geoagent/__init__.py). - Update OpenGeoAgent QGIS plugin version and changelog to 1.4.0 (
metadata.txt). - Update OpenGeoAgent dependency specs and user-facing install guidance to GeoAgent[providers] >= 1.4.0 (deps manager, settings UI, README, startup tests).
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 test expectations for the new minimum GeoAgent dependency version. |
| qgis_geoagent/open_geoagent/metadata.txt | Bumps plugin version to 1.4.0 and adds a changelog entry reflecting dependency guidance changes. |
| qgis_geoagent/open_geoagent/dialogs/settings_dock.py | Updates the manual fallback pip install guidance shown on dependency install failure. |
| qgis_geoagent/open_geoagent/deps_manager.py | Raises the core runtime GeoAgent dependency spec and updates related error/help messages. |
| qgis_geoagent/README.md | Updates manual installation commands to reference GeoAgent extras at >= 1.4.0. |
| pyproject.toml | Bumps project version and bumpversion current_version to 1.4.0. |
| geoagent/init.py | Bumps __version__ to 1.4.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
geoagent/__init__.py,pyproject.toml).GeoAgent[providers]>=1.4.0references in deps manager, settings dock, README, and the startup performance tests.Test plan