crewAIInc / crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
https://crewai.com
MIT License
20.75k stars 2.87k forks source link

Fixed version conflict for regex package due to full year in version #1228

Closed bhancockio closed 1 month ago

bhancockio commented 2 months ago

This PR addresses the version conflict issue related to the regex package when using a version formatted as 2024.x.x, which was initially brought up by @matthias in PR #1217.

Changes:

This resolves issue #1004, ensuring that our project remains compatible with the regex package versioning going forward.

Closes PR #1217