Commit graph

1 commit

Author SHA1 Message Date
Evan Tahler
0fb3b75b8b
Dependency conflict rich library (#729)
Update rich dependency to resolve conflict with `strands-agents-tools`
and bump `arcade-mcp` version.

The previous exact pin `rich==13.9.4` conflicted with
`strands-agents-tools` which requires `rich>=14.0.0,<15.0.0`. This
change loosens the `rich` dependency to allow `rich` 14.x, enabling
`arcade-ai` and `strands-agents-tools` to be used in the same
environment. `arcade-mcp`'s version was bumped following semver rules
for dependency updates. Compatibility with `rich` 14.x was verified.

---
Linear Issue:
[TOO-258](https://linear.app/arcadedev/issue/TOO-258/rich-version-pin-==1394-conflicts-with-strands-agents-tools)

<a
href="https://cursor.com/background-agent?bcId=bc-06ee2617-5b7c-4c06-a501-c76076fc56dd"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/open-in-cursor-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in
Cursor"
src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a
href="https://cursor.com/agents?id=bc-06ee2617-5b7c-4c06-a501-c76076fc56dd"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/open-in-web-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web"
src="https://cursor.com/open-in-web.svg"></picture></a>

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-12-14 10:46:03 -08:00