Skip to content

Commit 8c65b57

Browse files
authored
Relax common dependency (#101)
2 parents 2308a4d + ec2fa0e commit 8c65b57

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,4 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
6-
7-
## Upgrading
8-
9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
11-
## New Features
12-
13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
14-
15-
## Bug Fixes
16-
17-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
5+
- Relaxed dependency on `frequenz-api-common` to allow up to version 1.0.0.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"typing-extensions >= 4.13.0, < 5",
30-
"frequenz-api-common >= 0.6.1, < 7",
30+
"frequenz-api-common >= 0.6.1, < 1",
3131
"frequenz-core >= 1.0.2, < 2",
3232
]
3333
dynamic = ["version"]

0 commit comments

Comments
 (0)