Skip to content

Commit 213cc4e

Browse files
authored
Merge pull request #7 from mgumz/fix/python311-compatibility
Fix Python3.11 compatibility
2 parents 848834c + fbffdda commit 213cc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/qss/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"issue_tracker": "https://github.com/CM000n/QSS/issues",
1111
"requirements": [
1212
"questdb>=1.0,<2.0",
13-
"tenacity>=5.0,<6.0"
13+
"tenacity>=8.0"
1414
],
1515
"version": "0.0.1"
1616
}

0 commit comments

Comments
 (0)