Refresh Python SDK dependencies#54
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #54 +/- ##
==========================================
- Coverage 87.03% 86.60% -0.44%
==========================================
Files 7 7
Lines 216 209 -7
Branches 27 19 -8
==========================================
- Hits 188 181 -7
Misses 28 28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Dependabot has several narrow Python dependency PRs open. This consolidates the safe dependency refresh into one tested, release-ready PR while keeping the SDK runtime floor at Python 3.9, because package metadata, README, and CI all still claim/test Python 3.9 support.
What
1.0.4acrosspyproject.toml,transloadit/__init__.py, and the version header test.aiohttp3.13.5,idna3.15,pygments2.20.0, Python-version-specificrequestsupdates, andtuspy1.1.0.pytest8.4,pytest-cov7.1,Sphinx7.4, andsphinx-autobuild2024.10.sixusage from runtime/tests now that the SDK supports Python 3.9+.datetime.utcnow()usage with timezone-aware UTC.1.0.4changelog entry.Held back
pytest9 requires Python >=3.10.Sphinx8/9 andsphinx-autobuild2025.x require newer Python floors than the SDK currently declares.Validation
poetry checkpoetry run pytest --cov=transloadit testspoetry run python -m sphinx -b html docs/source /tmp/python-sdk-sphinx-htmlDOCKER_PLATFORM=linux/arm64 ./scripts/test-in-docker.sh --python 3.9 -- pytest --no-cov testsgit diff --checkRelease notes
CHANGELOG.mdentry for1.0.4 / 2026-05-20.