You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.3.0] - 2026-08-30
Added
AGENTS.md, GEMINI.md, and CLAUDE.md files to provide context and instructions to AI Coding Assistants [GS-303].
Add SAST testing [GS-315].
make upgrade, make crewai_upgrade, and make camelai_upgrade commands to upgrade dependencies to the latest version and fix vulnerabilities [GS-219].
Changed
License changed to MIT [FA-244].
Change documentation so LangGraph and Smolagents are planned, not supported yet [GS-327].
Enhance Makefile and scripts for Python version management and upgrade commands [GS-219].
Update dependencies in all Python projects pyproject.toml and poetry.lock for improved compatibility and security fixes [GS-219].
Update version to 0.3.0 in pyproject.toml and setup.py for all components of the GenericSuite ASDT project [GS-327].
Security
Migrate to Python 3.14 [GS-337].
Removed
Remove outdated and empty requirements.txt file [GS-219].
[0.2.0] - 2025-02-27
Changed
README typos and wording [GS-128].
Security
Update crewai, setuptools, fastapi, uvicorn, python-multipart, openlit, and pyyaml to the latest version to upgrade uv to 0.8.8 to fix "Interpretation Conflict", CVE-2025-54368 CWE-20 CWE-436
[GS-219].