crewAI-examples icon indicating copy to clipboard operation
crewAI-examples copied to clipboard

Fix dependencies for surprise example

Open nate-mar opened this issue 11 months ago • 3 comments

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.

nate-mar avatar Jan 11 '25 03:01 nate-mar

Should address #209

nate-mar avatar Jan 11 '25 03:01 nate-mar

bump?

nate-mar avatar Feb 08 '25 01:02 nate-mar

This PR is stale because it has been open for 45 days with no activity.

github-actions[bot] avatar Mar 25 '25 02:03 github-actions[bot]

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.

nate-mar avatar Jul 29 '25 19:07 nate-mar