Skip to content

Commit 3d84a90

Browse files
authored
Relax Python SDK Packaging constraint (#844)
1 parent d0f7482 commit 3d84a90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demos/python/sdk_wireless_camera_control/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ construct = "^2"
4444
wrapt = "^1"
4545
requests = "^2"
4646
protobuf = "^6"
47-
packaging = "25"
47+
packaging = ">=24"
4848
rich = "^14"
4949
pexpect = "^4"
5050
zeroconf = "^0"
@@ -303,3 +303,4 @@ should-declare-assert-error-if-assert-statement-exists = false
303303
using = "PEP631"
304304
format = 'csv'
305305
file = "thirdPartyDependencies.csv"
306+

0 commit comments

Comments
 (0)