Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jfroy/aiobafi6
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.0
Choose a base ref
...
head repository: jfroy/aiobafi6
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 5, 2022

  1. Unpin protobuf and zeroconf

    jfroy committed Aug 5, 2022
    Copy the full SHA
    4d38790 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pyproject.toml
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiobafi6"
version = "0.7.0"
version = "0.7.1"
description = "Big Ass Fans i6/Haiku protocol asynchronous Python library"
authors = ["Jean-Francois Roy <jf@devklog.net>"]
license = "Apache-2.0"
@@ -16,8 +16,8 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.9"
protobuf = "~3.20"
zeroconf = "~0.38"
protobuf = ">=3.20"
zeroconf = ">=0.38"

[tool.poetry.dev-dependencies]
black = "^22.3.0"