Skip to content

Commit

Permalink
# This is a combination of 2 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

Widen some dependency requirements

Since this is a library, we should have requirements
that are as wide as possible.

Signed-off-by: Leandro Lucarella <[email protected]>
# The commit message frequenz-floss#2 will be skipped:

# fixup! Widen some dependency requirements
  • Loading branch information
llucax committed Jun 3, 2024
1 parent 0d34a1b commit bd83cbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ classifiers = [
requires-python = ">= 3.11, < 4"
dependencies = [
"python-dateutil >= 2.8.2, < 3.0",
"typing-extensions == 4.12.0",
"typing-extensions >= 4.11.0, < 5.0.0",
# Make sure to update the version for cross-referencing also in the
# mkdocs.yml file when changing the version here (look for the config key
# plugins.mkdocstrings.handlers.python.import)
"frequenz-sdk == v1.0.0-rc6",
"frequenz-channels == 1.0.1",
"frequenz-channels >= 1.0.1, < 2.0.0",
"frequenz-api-dispatch >= 0.13.0, < 0.14",
"frequenz-client-dispatch == 0.2.0",
"frequenz-client-dispatch >= 0.2.0, < 0.3.0",
"frequenz-client-base >= 0.3.0, < 0.5.0",
"frequenz-client-common >= 0.1.0, < 0.3.0",
]
Expand Down

0 comments on commit bd83cbe

Please sign in to comment.