Syncsketch

Latest version: v1.0.10.6

Safety actively analyzes 701309 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

1.0.8.7

New endpoint methods to retrieve the storage usage for Projects and Reviews.


get_project_storage(project_id)
get_review_storage(review_id)


Response:

{
"storage": 123456789
}


Response value is in bytes.

Enjoy!

1.0.8.6

You can now request project tags in the get_projects() endpoint.

get_projects(include_deleted=False, include_archived=False, include_tags=False, limit=100, offset=0)

Bug fixes:
Fixed the sync shotgun review items endpoint.

1.0.8.5

Add new method to move items from one review to another.

Example call:


new_review_id = 123
old_review_id = 100
item_id = 1234

s.move_items(new_review_id, [ { "review_id": old_review_id, "item_id": item_id } ] )

1.0.8.4

Added function to query user connections by user and account id

1.0.8.3

We released new endpoints

- Get project/account connections for specific user
- Get all users in a workspace
- Allow passing limit/offset in get_projects
- Allow passing limit/offset in get_reviews_by_project_id
- Duplicate Project

Bug fixes
Get user by name fix
Get user by email

1.0.8.1

Fixed an issue with downloading the flattened annotations.

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.