From ec2fa0e00b6d4dab9b862183edc5d97190c672f6 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 18 Aug 2025 16:50:33 +0200 Subject: [PATCH] Relax dependency on frequenz-api-common to allow up to 1.0 Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 14 +------------- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 92616f87..bf06aee7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,16 +2,4 @@ ## Summary - - -## Upgrading - - - -## New Features - - - -## Bug Fixes - - +- Relaxed dependency on `frequenz-api-common` to allow up to version 1.0.0. diff --git a/pyproject.toml b/pyproject.toml index 8cabaca3..c3d467eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ requires-python = ">= 3.11, < 4" dependencies = [ "typing-extensions >= 4.13.0, < 5", - "frequenz-api-common >= 0.6.1, < 7", + "frequenz-api-common >= 0.6.1, < 1", "frequenz-core >= 1.0.2, < 2", ] dynamic = ["version"]