Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
apify
/
apify-client-python
Public
Notifications
You must be signed in to change notification settings
Fork
18
Star
98
Code
Issues
4
Pull requests
5
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat: Stream request bodies from files, iterators, and responses
- #1060
#1060
Open
vdusek
wants to merge 9 commits into
master
apify/apify-client-python:master
from
feat/streamed-request-bodies
apify/apify-client-python:feat/streamed-request-bodies
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
feat: Stream request bodies from files, iterators, and responses
#1060
vdusek
wants to merge 9 commits into
master
apify/apify-client-python:master
from
feat/streamed-request-bodies
apify/apify-client-python:feat/streamed-request-bodies
Copy head branch name to clipboard
Commits
Commits on Sep 11, 2026
feat: Stream request bodies from files, iterators, and responses
vdusek
committed
d03ebc6
View commit details
Copy full SHA for d03ebc6
Browse repository at this point
docs: Drop the Actor pipeline guide from the streaming docs
vdusek
committed
10c22d9
View commit details
Copy full SHA for 10c22d9
Browse repository at this point
fix: Send a caller-built streamed request body as it is and reject unsupported ones
vdusek
committed
e9445bf
View commit details
Copy full SHA for e9445bf
Browse repository at this point
refactor: Rewind a streamed request body before every request attempt
vdusek
committed
d8be115
View commit details
Copy full SHA for d8be115
Browse repository at this point
docs: Correct the wording for streamed values in docs and docstrings
vdusek
committed
144b0d0
View commit details
Copy full SHA for 144b0d0
Browse repository at this point
Commits on Sep 16, 2026
docs: Clarify streaming upload retries, size cap, and chunk size units
vdusek
committed
a6ef26a
View commit details
Copy full SHA for a6ef26a
Browse repository at this point
refactor: Narrow the types of _is_body_worth_compressing and _is_response
vdusek
committed
0e036af
View commit details
Copy full SHA for 0e036af
Browse repository at this point
test: Make the streamed record payload detect reordered chunks
vdusek
committed
50e5894
View commit details
Copy full SHA for 50e5894
Browse repository at this point
fix: Accept a file-like read that takes no size argument
vdusek
committed
3e56d01
View commit details
Copy full SHA for 3e56d01
Browse repository at this point
You can’t perform that action at this time.