Skip to content

feat: add Actor task publication endpoints - #985

Merged
vdusek merged 6 commits into
masterfrom
update-models-docs-pr-2840
Aug 19, 2026
Merged

feat: add Actor task publication endpoints#985
vdusek merged 6 commits into
masterfrom
update-models-docs-pr-2840

Conversation

@apify-service-account

Copy link
Copy Markdown
Contributor
  • Updates the auto-generated Pydantic models and TypedDicts based on the proposed OpenAPI specification changes.
  • Based on apify-docs PR #2840.

@apify-service-accountapify-service-account added the t-tooling Issues with this label are in the ownership of the tooling team. label Aug 2, 2026
@codecov

codecovBot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.92%. Comparing base (2760aa6) to head (20e3bc5).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@ Coverage Diff @@## master #985 +/- ##
==========================================
+ Coverage 94.87% 94.92% +0.05% 
==========================================
Files 58 58 Lines 5384 5418 +34 ==========================================
+ Hits 5108 5143 +35 + Misses 276 275 -1 
FlagCoverage Δ
integration91.93% <88.23%> (+0.27%)⬆️
unit85.73% <100.00%> (+0.53%)⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JanjiranJanjiran changed the title TODOfeat: add Actor task publication endpointsAug 3, 2026

@vdusekvdusek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Let's merge this once the PRs in apify-core and apify-docs are merged.

@vdusek
vdusek marked this pull request as draft August 3, 2026 14:40
@Janjiran
Janjiran marked this pull request as ready for review August 10, 2026 14:21
@Janjiran
Janjiran requested a review from vdusekAugust 10, 2026 14:21
@vdusek

Copy link
Copy Markdown
Contributor

Please resolve the failing CI

Janjiranand others added 2 commits August 10, 2026 16:59
The models committed earlier came from a superseded revision of the spec
PR that used dedicated publish/unpublish endpoints. The current revision
puts `isPublic` on the update request instead, which is what the client
code and tests were written against. Also merges master and syncs the
async create docstring.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y6GXQXFZK4XoGwNgXHkk1n

@vdusekvdusek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few things, mostly minor test and docs-related stuff.

Marking this as "request changes" since it should be merged after the upstream PR. Also, we probably want to release one more patch version of the client before the next minor release.

Comment threadsrc/apify_client/_models.py
Comment threadtests/unit/test_task_publication.py
Comment threadsrc/apify_client/_resource_clients/task_collection.py Outdated
Comment threadtests/unit/test_task_publication.py Outdated
Comment threadtests/unit/test_task_publication.py Outdated
Comment threadsrc/apify_client/_resource_clients/task_collection.py Outdated
Comment threadsrc/apify_client/_resource_clients/task_collection.py Outdated
Comment threadtests/unit/test_task_publication.py Outdated
Comment threadtests/unit/test_task_publication.py Outdated
Comment threadtests/unit/test_task_publication.py Outdated
@Janjiran
Janjiran requested a review from vdusekAugust 12, 2026 14:26

@vdusekvdusek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good, just let's merge it after a next patch version.

…pr-2840
# Conflicts:
#	tests/unit/conftest.py

@vdusekvdusek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging it, thank you @Janjiran 🙂.

@vdusek
vdusek merged commit 139a426 into masterAug 19, 2026
30 checks passed
@vdusek
vdusek deleted the update-models-docs-pr-2840 branch August 19, 2026 12:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-toolingIssues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@apify-service-account@vdusek@Janjiran