Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update gravitasml to v0.1.4
Update gravitasml from ^0.1.3 to ^0.1.4 which includes proper error
handling for raw text outside of XML tags. This complements the existing
_validate_tokens method for defense-in-depth validation.

Co-authored-by: Nicholas Tindle <[email protected]>
  • Loading branch information
github-actions[bot] and ntindle committed Dec 26, 2025
commit 52492ebebe45994c59d44bc6ce7fc4980133fd77
8 changes: 4 additions & 4 deletions autogpt_platform/backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion autogpt_platform/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ google-api-python-client = "^2.177.0"
google-auth-oauthlib = "^1.2.2"
google-cloud-storage = "^3.2.0"
googlemaps = "^4.10.0"
gravitasml = "^0.1.3"
gravitasml = "^0.1.4"
groq = "^0.30.0"
html2text = "^2024.2.26"
jinja2 = "^3.1.6"
Expand Down
Loading