Skip to content

Commit e6fb1cd

Browse files
committed
Update schema.py
1 parent 6556997 commit e6fb1cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cppython/plugins/vcpkg/schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class VcpkgDependency(CPPythonModel):
2626
version: Annotated[
2727
str | None,
2828
Field(
29+
alias='version>=',
2930
description='The minimum required version of the dependency, optionally with a port-version suffix.',
3031
),
3132
] = None

0 commit comments

Comments
 (0)