Skip to content

Commit e567fed

Browse files
committed
Update tests requirements
1 parent 3796376 commit e567fed

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

cli/polyaxon/_client/organization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class OrganizationClient(ClientMixin):
6060
>>> # Organization-wide operations
6161
>>> org_client = OrganizationClient(owner="my-org")
6262
>>> org_client.list_runs() # All runs across the organization
63+
>>> org_client.list_model_versions() # All model versions across the organization
6364
>>> # Team-scoped operations (effectively a "Team Client")
6465
>>> team_client = OrganizationClient(owner="my-org/engineering")
6566
>>> team_client.list_runs() # Only runs within the engineering team

cli/requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage<7.12
2-
faker<39
2+
faker<40
33
pytest-rerunfailures<16.2
44
mock<5.3.0
55
pytest<9.1

0 commit comments

Comments
 (0)