We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d86360 commit 7e6c1aeCopy full SHA for 7e6c1ae
pytradfri/VERSION
@@ -1 +1 @@
1
-12.0.0
+12.0.1
setup.py
@@ -13,7 +13,7 @@
13
GITHUB_URL = "https://github.com/home-assistant-libs/pytradfri"
14
DOWNLOAD_URL = f"{GITHUB_URL}/archive/{VERSION}.zip"
15
16
-EXTRAS_REQUIRE = {"async": ["aiocoap==0.4.4", "DTLSSocket==0.1.12"]}
+EXTRAS_REQUIRE = {"async": ["aiocoap~=0.4.5", "DTLSSocket~=0.1.12"]}
17
INSTALL_REQUIRES = ["pydantic"]
18
PACKAGES = find_packages(exclude=["tests", "tests.*"])
19
0 commit comments