Skip to content

Commit d7e5cd5

Browse files
committed
Update clone_project
1 parent 8741aff commit d7e5cd5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pydantic>=1.10,!=2.0.*
1+
pydantic>=1.10,<3,!=2.0.*
22
aiohttp~=3.8
33
boto3~=1.26
44
opencv-python-headless~=4.7

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,7 @@ def clone_project(
13341334
self.controller.projects.add_contributors(
13351335
self.controller.team, new_project, project.contributors
13361336
)
1337+
new_project.users = project.contributors
13371338
if copy_annotation_classes:
13381339
logger.info(
13391340
f"Cloning annotation classes from {from_project} to {project_name}."

0 commit comments

Comments
 (0)