chore: bump camel-ai to 0.2.91a5#1760
Merged
Merged
Conversation
4pmtong
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
Closes #1711
Description
Bump
camel-ai[eigent]from0.2.91a3to0.2.91a5and refresh the backend lockfile.CAMEL
0.2.91a5includes camel-ai/camel#4171, which keeps all tools available but disables strict input grammar constraints when an Anthropic request exceeds the provider's request-wide structured-output limits. This prevents Sonnet and Fable requests routed through LiteLLM from failing withToo many strict toolsbefore inference starts.Testing Evidence (REQUIRED)
uvx --from uv==0.11.28 uv lock --check.venv/bin/pytest -q tests/app/model/test_chat.py tests/app/controller/test_model_controller.py38 passed in 0.99sInstalled the frozen backend environment and confirmed
camel-ai 0.2.91a5loads from the PyPI wheel.Replayed the two real 49-tool payloads that previously failed:
claude-sonnet-5: 49 tools retained, 0 tools left strict, original input unchanged.claude-fable-5: 49 tools retained, 0 tools left strict, original input unchanged.I have included human-verified testing evidence in this PR.
This PR includes frontend/UI changes, and I attached screenshot(s) or screen recording(s).
No frontend/UI changes in this PR.
What is the purpose of this pull request?
Contribution Guidelines Acknowledgement