Skip to content

Commit

Permalink
feat: add crawlee version to system info print (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek authored Oct 25, 2024
1 parent b67ec98 commit c28f38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apify/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def get_system_info() -> dict:
system_info: dict[str, str | bool] = {
'apify_sdk_version': metadata.version('apify'),
'apify_client_version': metadata.version('apify-client'),
'crawlee_version': metadata.version('crawlee'),
'python_version': python_version,
'os': sys.platform,
}
Expand Down

0 comments on commit c28f38f

Please sign in to comment.