File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
services/web/server/src/simcore_service_webserver/projects Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6161from models_library .utils .fastapi_encoders import jsonable_encoder
6262from models_library .wallets import ZERO_CREDITS , WalletID , WalletInfo
6363from models_library .workspaces import UserWorkspaceWithAccessRights
64- from pydantic import ByteSize , TypeAdapter
64+ from pydantic import ByteSize , PositiveInt , TypeAdapter
6565from servicelib .aiohttp .application_keys import APP_FIRE_AND_FORGET_TASKS_KEY
6666from servicelib .common_headers import (
6767 UNDEFINED_DEFAULT_SIMCORE_USER_AGENT_VALUE ,
@@ -1394,6 +1394,7 @@ async def try_open_project_for_user(
13941394 client_session_id : str ,
13951395 app : web .Application ,
13961396 max_number_of_opened_projects_per_user : int | None ,
1397+ max_number_of_users_per_project : PositiveInt | None ,
13971398) -> bool :
13981399 """
13991400 Raises:
You can’t perform that action at this time.
0 commit comments