[codex] docs: update OpenAI SDK requirement#6300
Conversation
|
Important Review skippedNo new commits to review since the last review. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughTwo installation documentation files ( ChangesInstallation Docs openai SDK Requirement
Suggested Reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Summary: This PR updates Edge installation documentation to reflect the current OpenAI SDK dependency constraint and does not alter runtime code, authentication, authorization, or data handling.
Risk: Low risk. The changes are documentation-only, and no exploitable security vulnerabilities were identified.
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
All visible checks are passing, and CodeRabbit reported no actionable comments. This is ready for maintainer review/merge when convenient. |
Summary
lib/crewai/pyproject.toml.Why
The docs still referenced CrewAI 0.175.0 and
openai >= 1.13.3, while the current package metadata requiresopenai>=2.30.0,<3. This could mislead users who manage dependencies manually.Closes #6299.
Validation
git diff --checklib/crewai/pyproject.tomlSummary by CodeRabbit
>=1.13.3to>=2.30.0,<3in installation guides.