Agenta

Latest version: v0.37.3

Safety actively analyzes 722190 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 27

0.19.6

What's Changed
* Dependabot prs 16 07 by aakrem in https://github.com/Agenta-AI/agenta/pull/1899
* chore(deps): bump fastapi from 0.111.0 to 0.111.1 in /agenta-cli by dependabot in https://github.com/Agenta-AI/agenta/pull/1886
* chore(deps): bump cachetools from 5.3.3 to 5.4.0 in /agenta-cli by dependabot in https://github.com/Agenta-AI/agenta/pull/1898
* Feat: save variant tabs position by ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/1895
* Fix/webhooks errors and docs by jp-agenta in https://github.com/Agenta-AI/agenta/pull/1900
* [Enhancement]: Logs are not fetched in cloud by bekossy in https://github.com/Agenta-AI/agenta/pull/1706
* Fix: outdated sentry version by ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/1903
* Refactor: TestsetTable component code has been refactored by ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/1892
* Fix: resolved the title warning issue by ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/1904
* feat(app): startweb standalone on any docker by mmabrouk in https://github.com/Agenta-AI/agenta/pull/1912
* [Feature]: Implement JSON Diff Evaluator by aybruhm in https://github.com/Agenta-AI/agenta/pull/1910
* [Bug Fix]: evaluation fails when using gh docker container by aybruhm in https://github.com/Agenta-AI/agenta/pull/1917
* [Bug Fix]: age-374 by aybruhm in https://github.com/Agenta-AI/agenta/pull/1918
* Dependabot prs 23 07 by aakrem in https://github.com/Agenta-AI/agenta/pull/1922
* chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 in /agenta-cli by dependabot in https://github.com/Agenta-AI/agenta/pull/1919
* chore(deps-dev): bump setuptools from 70.3.0 to 71.1.0 in /agenta-cli by dependabot in https://github.com/Agenta-AI/agenta/pull/1920
* Fixes several issues with the SDK related to observability by jp-agenta in https://github.com/Agenta-AI/agenta/pull/1896
* Fix: <img> warnings during build process by ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/1908
* [Feature]: Implement Semantic Similariity Match Evaluator by aybruhm in https://github.com/Agenta-AI/agenta/pull/1921
* [Bug Fix]: resolve get_config exception: badly formed hexadecimal UUID string by aybruhm in https://github.com/Agenta-AI/agenta/pull/1905
* [Cleanup]: remove useless env by aakrem in https://github.com/Agenta-AI/agenta/pull/1648
* Bump versions by github-actions in https://github.com/Agenta-AI/agenta/pull/1923


**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.19.5...v0.19.6

0.19.5

What's Changed
* [Bug] TypeError: e.localeCompare is not a function by bekossy in https://github.com/Agenta-AI/agenta/pull/1878
* [Bug Fix]: Updating template table in cloud-dev fails by aybruhm in https://github.com/Agenta-AI/agenta/pull/1869
* Refactor: removed duplicate StyleProps types by ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/1891
* fix(frontend): Test creation in single model eval does not work in table view by bekossy in https://github.com/Agenta-AI/agenta/pull/1885
* Bump versions by github-actions in https://github.com/Agenta-AI/agenta/pull/1894


**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.19.4...v0.19.5

0.19.4

What's Changed
* Dependabot prs by aakrem in https://github.com/Agenta-AI/agenta/pull/1877
* build(deps): bump importlib-metadata from 7.2.0 to 8.0.0 in /agenta-cli by dependabot in https://github.com/Agenta-AI/agenta/pull/1815
* build(deps): bump pymongo from 4.7.3 to 4.8.0 in /agenta-cli by dependabot in https://github.com/Agenta-AI/agenta/pull/1819
* build(deps): bump pydantic from 2.7.4 to 2.8.0 in /agenta-cli by dependabot in https://github.com/Agenta-AI/agenta/pull/1832
* build(deps): bump pydantic from 2.7.4 to 2.8.2 in /agenta-cli by dependabot in https://github.com/Agenta-AI/agenta/pull/1843
* chore(deps-dev): bump setuptools from 70.2.0 to 70.3.0 in /agenta-cli by dependabot in https://github.com/Agenta-AI/agenta/pull/1868
* Filter out evaluations with null testsets by aakrem in https://github.com/Agenta-AI/agenta/pull/1880
* Bump versions by github-actions in https://github.com/Agenta-AI/agenta/pull/1881


**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.19.3...v0.19.4

0.19.3

What's Changed
* docker compose cleanup from mongo post-migration by aakrem in https://github.com/Agenta-AI/agenta/pull/1871
* [Hot fix]: ignore permission to check human evaluation access in the case object_db is None by aybruhm in https://github.com/Agenta-AI/agenta/pull/1875
* Bump versions by github-actions in https://github.com/Agenta-AI/agenta/pull/1876


**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.19.2...v0.19.3

0.19.2

What's Changed
* refactor(backend): remove code for deleting db and tables by aakrem in https://github.com/Agenta-AI/agenta/pull/1864
* [Bug fix]: Human evaluation UI breaks when a variant has been deleted by aybruhm in https://github.com/Agenta-AI/agenta/pull/1872
* Bump versions by github-actions in https://github.com/Agenta-AI/agenta/pull/1874


**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.19.1...v0.19.2

0.19.1

What's Changed
* AGE-386 Updated documenation and Readme for migration by mmabrouk in https://github.com/Agenta-AI/agenta/pull/1861
* [Feature]: Added postgres to gh compose for production use by aybruhm in https://github.com/Agenta-AI/agenta/pull/1860
* [Bug fix]: CLI overwriting an app does not update configuration 1863 by aybruhm in https://github.com/Agenta-AI/agenta/pull/1866
* fix(backend): Fixes use of feature flag for local cloud dev with templates by jp-agenta in https://github.com/Agenta-AI/agenta/pull/1862
* Enhance: improved the settings LLM keys buttons and container spacing by ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/1779
* fix(backend): AGE-391 Fix different error info in playground and evals by jp-agenta in https://github.com/Agenta-AI/agenta/pull/1857
* Refactor: removed code duplication from ChatInputs component by ashrafchowdury in https://github.com/Agenta-AI/agenta/pull/1834
* Bump versions by github-actions in https://github.com/Agenta-AI/agenta/pull/1867


**Full Changelog**: https://github.com/Agenta-AI/agenta/compare/v0.19.0...v0.19.1

Page 9 of 27

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.