crewAI-examples
crewAI-examples copied to clipboard
Fix dependencies for surprise example
Encountered the following errors while trying to build/run the surprise example:
Because surprise-travel depends on install (^1.3.5) which doesn't match any versions, version solving failed.
Updated to pip-install. see (https://github.com/eugenekolo/pip-install/issues/4) and (https://github.com/pypi/support/issues/451)
Because crewai[tools] (0.85.0) depends on crewai-tools (>=0.14.0)
and no versions of crewai match >0.85.0,<0.86.0, crewai[tools] (>=0.85.0,<0.86.0) requires crewai-tools (>=0.14.0).
So, because surprise-travel depends on both crewai[tools] (^0.85.0) and crewai-tools (^0.4.6), version solving failed.
Updated the crew ai tools version.
Should address #209
bump?
This PR is stale because it has been open for 45 days with no activity.
Closing as I have not been able to get any feedback from the community and the PR now has a conflict with a newer change.