Skip to content

Commit 8d44921

Browse files
SDK regeneration
1 parent 5ab7fcb commit 8d44921

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/truefoundry_sdk/types/ml_repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class MlRepo(UniversalBaseModel):
2222
Created At
2323
"""
2424

25-
account_id: str
25+
account_id: typing.Optional[str] = None
2626
id: str = pydantic.Field()
2727
"""
2828
Experiment Id

0 commit comments

Comments
 (0)