Skip to content

Conversation

@eduardiazf
Copy link
Contributor

Summary

This PR updates the frequenz-api-assets dependency in pyproject.toml to use a version range instead of a specific Git reference, providing more flexibility for dependency updates while maintaining compatibility.

Changes Made

  • Updated dependency specification: Changed frequenz-api-assets from a Git reference (@ git+https://github.com/frequenz-floss/[email protected]) to a version range (>= 0.1.0, < 0.2.0)

Benefits

  • Improved dependency management: Using version ranges allows for automatic updates within the specified range
  • Better compatibility: Ensures compatibility with the project while allowing for patch and minor version updates
  • Reduced maintenance overhead: Eliminates the need to manually update Git references for compatible versions

Files Changed

  • pyproject.toml: Updated the frequenz-api-assets dependency specification

Type of Change

  • Dependency update
  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

…ject.toml

Changed the frequenz-api-assets dependency from a specific Git reference to a version range, allowing for more flexibility in updates while ensuring compatibility with the project.

Signed-off-by: eduardiazf <[email protected]>
@eduardiazf eduardiazf requested review from a team as code owners October 7, 2025 10:54
@github-actions github-actions bot added the part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) label Oct 7, 2025
…pi-assets dependency

This commit modifies the release notes to highlight the update of the `frequenz-api-assets` dependency from a specific Git reference to a version range. This change enhances dependency management by allowing automatic updates within the specified range while ensuring backward compatibility.

No migration is required as this is a transparent update.

Signed-off-by: eduardiazf <[email protected]>
@github-actions github-actions bot added the part:docs Affects the documentation label Oct 7, 2025
@eduardiazf eduardiazf added this pull request to the merge queue Oct 7, 2025
Merged via the queue into frequenz-floss:v0.x.x with commit 29010a7 Oct 7, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:docs Affects the documentation part:tooling Affects the development tooling (CI, deployment, dependency management, etc.)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants