release(v0.9.1) update app versions#138
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates all application and dependency versions from 0.9.0 to 0.9.1 across the entire autopatch project codebase. The changes are part of a version release (v0.9.1) and include updates to package versions, configuration files, test files, and Docker configurations.
- Updates all pyproject.toml files to version 0.9.1 for main project and service packages
- Updates configuration files (config.json, dev-config.json) to reflect new version numbers
- Updates Docker images and dependency wheel files to use 0.9.1 versions
Reviewed Changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/*/pyproject.toml | Updated package versions from 0.9.0 to 0.9.1 for all services and shared libraries |
| src//config/.json | Updated application version strings in configuration files |
| src//test_.py | Updated version strings in test mock configurations |
| src/*/requirements.txt | Updated wheel file references from 0.9.0 to 0.9.1 |
| src/*/Dockerfile | Updated COPY commands for wheel files to reference 0.9.1 versions |
| docker-compose.yml | Updated Docker image tags from 0.9.0 to 0.9.1 |
| pyproject.toml | Updated root project version to 0.9.1 |
soldudo
approved these changes
Jul 19, 2025
soldudo
left a comment
Collaborator
There was a problem hiding this comment.
All version nos changed
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.
release(v0.9.1) update app versions
Description
release(v0.9.1) update app versions
includes #135