Skip to content

Commit a183273

Browse files
committed
Fix pyproject file in core package
1 parent ee31cb6 commit a183273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/catalystwan-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"typing-extensions >= 4.12.2",
99
"urllib3 >=2.2.2",
1010
"catalystwan-types == 2.0.0a1",
11-
"catalystwan-v20-15 == 2.0.0a1"
11+
"catalystwan-v20-15 == 2.0.0a1",
1212
"catalystwan-v20-16 == 2.0.0a1"
1313
]
1414
readme = "README.md"

0 commit comments

Comments
 (0)