From fb4a577f5e5f3c81c927d2b0ef6ea65ae7ceecde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 09:31:28 +0000 Subject: [PATCH] chore(main): release python 0.7.15 --- .release-please-manifest.json | 2 +- python/CHANGELOG.md | 18 ++++++++++++++++++ python/pyproject.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f366fadf..5a5639e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "javascript": "0.4.0", - "python": "0.7.14" + "python": "0.7.15" } diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 3770aa3a..f398e52a 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.7.15](https://github.com/langwatch/scenario/compare/python/v0.7.14...python/v0.7.15) (2026-01-13) + + +### Features + +* **python:** add span-based evaluation for judge agent ([#188](https://github.com/langwatch/scenario/issues/188)) ([59352ec](https://github.com/langwatch/scenario/commit/59352ec0e36faf2efb3239fde4082d0ee0d80168)) +* **realtime:** add LangWatch Scenario expert voice agent demo ([#160](https://github.com/langwatch/scenario/issues/160)) ([8f67f24](https://github.com/langwatch/scenario/commit/8f67f24985cc337bb23a27423e5df277bb677994)) + + +### Miscellaneous + +* metadata ([#197](https://github.com/langwatch/scenario/issues/197)) ([bbde20b](https://github.com/langwatch/scenario/commit/bbde20bf9448f71ddbb811ff3cf4ed3014895dd4)) + + +### Code Refactoring + +* use SDK constants for thread ID attribute ([#195](https://github.com/langwatch/scenario/issues/195)) ([c621340](https://github.com/langwatch/scenario/commit/c621340ea90e7456887108f1c344a6128c97af6b)) + ## [0.7.14](https://github.com/langwatch/scenario/compare/python/v0.7.13...python/v0.7.14) (2025-10-21) diff --git a/python/pyproject.toml b/python/pyproject.toml index f27852cf..84d22db7 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "langwatch-scenario" -version = "0.7.14" +version = "0.7.15" description = "The end-to-end agent testing library" readme = "README.md" authors = [{ name = "LangWatch Team", email = "support@langwatch.ai" }]