Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/edge/ar/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ python3 --version
<Note>
**متطلبات OpenAI SDK**

يتطلب CrewAI 0.175.0 إصدار `openai >= 1.13.3`. إذا كنت تدير التبعيات بنفسك، تأكد من أن بيئتك تستوفي هذا الشرط لتجنب مشاكل الاستيراد/التشغيل.
يتطلب CrewAI إصدار `openai >=2.30.0,<3`. إذا كنت تدير التبعيات بنفسك، تأكد من أن بيئتك تستوفي هذا الشرط لتجنب مشاكل الاستيراد/التشغيل.

</Note>

Expand Down
2 changes: 1 addition & 1 deletion docs/edge/en/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ If you need to update Python, visit [python.org/downloads](https://python.org/do
<Note>
**OpenAI SDK Requirement**

CrewAI 0.175.0 requires `openai >= 1.13.3`. If you manage dependencies yourself, ensure your environment satisfies this constraint to avoid import/runtime issues.
CrewAI requires `openai >=2.30.0,<3`. If you manage dependencies yourself, ensure your environment satisfies this constraint to avoid import/runtime issues.

</Note>

Expand Down