Skip to content

Commit 0e3f3a3

Browse files
committed
chore: update
1 parent 4dd4b43 commit 0e3f3a3

File tree

2 files changed

+372
-292
lines changed

2 files changed

+372
-292
lines changed

rapyuta_io_sdk_v2/models/project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ class UserGroup(BaseModel):
3232

3333
class FeaturesVPN(BaseModel):
3434
subnets: list[str] | None = None
35-
enabled: bool | None = None
35+
enabled: bool = Field(default=False)
3636

3737

3838
class FeaturesTracing(BaseModel):
39-
enabled: bool | None = None
39+
enabled: bool = Field(default=False)
4040

4141

4242
class FeaturesDockerCache(BaseModel):

0 commit comments

Comments
 (0)