Skip to content

Commit c28f38f

Browse files
authored
feat: add crawlee version to system info print (#304)
1 parent b67ec98 commit c28f38f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apify/_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def get_system_info() -> dict:
1111
system_info: dict[str, str | bool] = {
1212
'apify_sdk_version': metadata.version('apify'),
1313
'apify_client_version': metadata.version('apify-client'),
14+
'crawlee_version': metadata.version('crawlee'),
1415
'python_version': python_version,
1516
'os': sys.platform,
1617
}

0 commit comments

Comments
 (0)