Skip to content

Commit edbffb9

Browse files
w-javedslister1001
authored andcommitted
Eval-SDK-Hotfix-1-13-6 (#44005)
* linkfix * Update changelog and version * disable depends * add changelog date re-enable depends * re-disable depends * Hotfix azure-ai-evaluation 1.13.2 * version change * version change * Update changelog for 1.13.5 release * Eval-SDK-Hotfix-1-13-6 * fix * add version --------- Co-authored-by: Sydney Lister <sydneylister@microsoft.com>
1 parent 66cbcad commit edbffb9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

sdk/evaluation/azure-ai-evaluation/CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# Release History
22

3-
## 1.13.5 (Unreleased)
3+
## 1.13.6 (2025-11-12)
44

5-
### Features Added
5+
### Bugs Fixed
66

7-
### Breaking Changes
7+
- Added detection and retry handling for network errors wrapped in generic exceptions with "Error sending prompt with conversation ID" message
8+
- Fix results for ungrounded_attributes
9+
- score_mode grader improvements
10+
11+
## 1.13.5 (2025-11-10)
812

913
### Bugs Fixed
1014

1115
- **TaskAdherenceEvaluator:** treat tool definitions as optional so evaluations with only query/response inputs no longer raise “Either 'conversation' or individual inputs must be provided.”
1216

13-
### Other Changes
14-
1517
## 1.13.4 (2025-11-10)
1618

1719
### Bugs Fixed

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# ---------------------------------------------------------
44
# represents upcoming version
55

6-
VERSION = "1.13.5"
6+
VERSION = "1.13.6"

0 commit comments

Comments
 (0)