Skip to content

Commit 9ec655b

Browse files
authored
Update extra to be called "remote" (#37822)
* Update extra to be called "remote" * CHANGELOG * Fix tests
1 parent 379fbeb commit 9ec655b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
### Breaking Changes
88

99
- Removed `numpy` dependency. All NaN values returned by the SDK have been changed to from `numpy.nan` to `math.nan`.
10-
- `credential` is now required to be passed in for all content safety evaluators and `ProtectedMaterialsEvaluator`. `DefaultAzureCredential` will no longer be chosen if a credential is not passed.
10+
- `credential` is now required to be passed in for all content safety evaluators and `ProtectedMaterialsEvaluator`. `DefaultAzureCredential` will no longer be chosen if a credential is not passed.
11+
- Changed package extra name from "pf-azure" to "remote"
1112

1213
### Bugs Fixed
1314
- Adversarial Conversation simulations would fail with `Forbidden`. Added logic to re-fetch token in the exponential retry logic to retrive RAI Service response.

sdk/evaluation/azure-ai-evaluation/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pytest-asyncio
66
pytest-cov
77
pytest-mock
88
pytest-xdist
9-
-e ../azure-ai-evaluation[pf-azure]
9+
-e ../azure-ai-evaluation[remote]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"rouge-score>=0.1.2",
7676
],
7777
extras_require={
78-
"pf-azure": [
78+
"remote": [
7979
"promptflow-azure<2.0.0,>=1.15.0",
8080
],
8181
},

0 commit comments

Comments
 (0)