Skip to content

fix(opendal): pin opendal to <0.46 for Python Capability compatibility#387

Open
mangelajo wants to merge 1 commit intomainfrom
fix/opendal-pin-0-46-capability
Open

fix(opendal): pin opendal to <0.46 for Python Capability compatibility#387
mangelajo wants to merge 1 commit intomainfrom
fix/opendal-pin-0-46-capability

Conversation

@mangelajo
Copy link
Member

@mangelajo mangelajo commented Mar 25, 2026

opendal 0.46.0 reshapes the Python Capability binding (it no longer exposes blocking, among other API shifts). Our Pydantic model still matches the 0.45.x surface; unbounded >=0.45.8 can resolve to 0.46.0 and break capability validation in isolated tests/CI.

This has been incorporated in release-0.8 through #315

opendal 0.46.0 reshapes the Python Capability binding (it no longer
exposes `blocking`, among other API shifts). Our Pydantic model still
matches the 0.45.x surface; unbounded >=0.45.8 can resolve to 0.46.0 and
break capability validation in isolated tests/CI.

Made-with: Cursor
@netlify
Copy link

netlify bot commented Mar 25, 2026

Deploy Preview for jumpstarter-docs ready!

Name Link
🔨 Latest commit eaa81f4
🔍 Latest deploy log https://app.netlify.com/projects/jumpstarter-docs/deploys/69c41a546f173b0008aeb3fd
😎 Deploy Preview https://deploy-preview-387--jumpstarter-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 25, 2026

📝 Walkthrough

Walkthrough

This change modifies the dependency specification in a Python package's configuration file. The opendal version constraint was tightened from >=0.45.8 (unbounded upper limit) to >=0.45.8,<0.46, and the dependencies list was reformatted into a multiline array structure.

Changes

Cohort / File(s) Summary
Package Configuration
python/packages/jumpstarter-driver-opendal/pyproject.toml
Reformatted dependencies from single-line to multiline array format; tightened opendal version constraint to exclude version 0.46 and above while keeping jumpstarter and click constraints unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A tighter bound we hop with glee,
No wild versions breaking spree!
From .8 to .46 we say,
Dependencies locked, the right way! 📦✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: pinning opendal to <0.46 for Python Capability compatibility, matching the core modification in pyproject.toml.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The pull request description clearly explains the issue (opendal 0.46.0 API changes breaking capability validation) and the solution (pinning opendal to <0.46), directly matching the changeset in pyproject.toml.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/opendal-pin-0-46-capability

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants