Regenerate models #1
manual_regenerate_models.yaml
on: workflow_dispatch
Regenerate models
18s
Annotations
3 errors and 1 warning
|
Regenerate models
Error: fatal: The current branch update-models-manual has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin update-models-manual
To have this happen automatically for branches without a tracking
upstream, see 'push.autoSetupRemote' in 'git help config'.
|
|
Regenerate models
Error: fatal: The current branch update-models-manual has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin update-models-manual
To have this happen automatically for branches without a tracking
upstream, see 'push.autoSetupRemote' in 'git help config'.
|
|
Regenerate models
Error: Lint check...............................................................Passed
Type check...............................................................Failed
- hook id: type-check
- exit code: 1
Poe => uv run ty check
error[unresolved-import]: Module `apify_client._models` has no member `ScheduleCreateActions`
--> src/apify_client/_resource_clients/schedule.py:9:5
|
7 | Schedule,
8 | ScheduleCreate,
9 | ScheduleCreateActions,
| ^^^^^^^^^^^^^^^^^^^^^
10 | ScheduleInvoked,
11 | ScheduleLogResponse,
|
info: rule `unresolved-import` is enabled by default
error[unresolved-import]: Module `apify_client._models` has no member `ScheduleCreateActions`
--> src/apify_client/_resource_clients/schedule_collection.py:11:5
|
9 | Schedule,
10 | ScheduleCreate,
11 | ScheduleCreateActions,
| ^^^^^^^^^^^^^^^^^^^^^
12 | ScheduleResponse,
13 | )
|
info: rule `unresolved-import` is enabled by default
error[unresolved-import]: Module `apify_client._models` has no member `TaskOptions`
--> src/apify_client/_resource_clients/task.py:13:5
|
11 | Task,
12 | TaskInput,
13 | TaskOptions,
| ^^^^^^^^^^^
14 | TaskResponse,
15 | UpdateTaskRequest,
|
info: rule `unresolved-import` is enabled by default
error[unresolved-import]: Module `apify_client._models` has no member `TaskOptions`
--> src/apify_client/_resource_clients/task_collection.py:13:5
|
11 | Task,
12 | TaskInput,
13 | TaskOptions,
| ^^^^^^^^^^^
14 | TaskResponse,
15 | )
|
info: rule `unresolved-import` is enabled by default
Found 4 diagnostics
Docstrings check.........................................................Passed
|
|
Regenerate models
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: EndBug/add-and-commit@v9. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|