Skip to content

Commit 6097521

Browse files
nagkumar91slister1001Nagkumar ArkalgudNagkumar ArkalgudCopilot
authored
Bring back the 1.11.1 changes (#43212)
* [evaluation] pin duckdb version for redteam (#43028) * pin duckdb version * cspell * Update CHANGELOG and version for 1.11.1 hotfix release * Update CHANGELOG with hotfix release date * Chore/support updated oai sdk (#43053) * Prepare evals SDK Release * Fix bug * Fix for ADV_CONV for FDP projects * Update release date * re-add pyrit to matrix * Change grader ids * Update unit test * replace all old grader IDs in tests * Update platform-matrix.json Add pyrit and not remove the other one * Update test to ensure everything is mocked * tox/black fixes * Skip that test with issues * update grader ID according to API View feedback * Update test * remove string check for grader ID * Update changelog and officialy start freeze * update the enum according to suggestions * update the changelog * Finalize logic * Initial plan * Fix client request ID headers in azure-ai-evaluation Co-authored-by: nagkumar91 <[email protected]> * Fix client request ID header format in rai_service.py Co-authored-by: nagkumar91 <[email protected]> * Passing threshold in AzureOpenAIScoreModelGrader * Add changelog * Adding the self.pass_threshold instead of pass_threshold * Add the python grader * Remove redundant test * Add class to exception list and format code * Add properties to evaluation upload run for FDP * Remove debug * Remove the redundant property * Fix changelog * Fix the multiple features added section * removed the properties in update * Updates to support aoai 1.108.0 version with updated types for evals * Black reformat * Handle case when AOAI returns dict --------- Co-authored-by: Nagkumar Arkalgud <[email protected]> Co-authored-by: Nagkumar Arkalgud <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: nagkumar91 <[email protected]> * Fix the merge * Update _version.py * Update cspell.json --------- Co-authored-by: Sydney Lister <[email protected]> Co-authored-by: Sydney Lister <[email protected]> Co-authored-by: Nagkumar Arkalgud <[email protected]> Co-authored-by: Nagkumar Arkalgud <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: nagkumar91 <[email protected]>
1 parent 406233d commit 6097521

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

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

3+
34
## 1.12.0 (Unreleased)
45

56
### Features Added
@@ -13,6 +14,11 @@
1314

1415
### Other Changes
1516

17+
## 1.11.1 (2025-09-19)
18+
19+
### Bugs Fixed
20+
- Pinning duckdb version to 1.3.2 for redteam extra to fix error `TypeError: unhashable type: '_duckdb.typing.DuckDBPyType'`
21+
1622
## 1.11.0 (2025-09-03)
1723

1824
### Features Added

sdk/evaluation/azure-ai-evaluation/cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
"Aoai",
4141
"onedp"
4242
]
43-
}
43+
}

0 commit comments

Comments
 (0)