loosen packaging version requirement

This commit is contained in:
Ian McEwen committed 2026-04-10 11:41:29 -07:00
1 parent 3cb9ce2a56
commit 6805fee667
1 file changed
+1 -1
+1 -1
View File
@@ -15,7 +15,7 @@ requests = "^2.31.0"
pyyaml = "^6.0.1"
pypubsub = "^4.0.3"
bleak = ">=0.22.3"
packaging = "^24.0"
packaging = ">=24.0"
argcomplete = { version = "^3.5.2", optional = true }
pyqrcode = { version = "^1.2.1", optional = true }
dotmap = { version = "^1.3.30", optional = true }