-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
- Package Name:
azure-ai-evaluation - Package Version:
1.15.0 - Operating System:
- Python Version:
both 3.11 and 3.13
Describe the bug
A clear and concise description of what the bug is.
Actually three bugs:
- the
redteamextra cannot be found when installing with uv. - with the
redteamextra (which I did see in the code) pyrit is pinned to 0.11.0, which breaks because 0.10.0 removed thefrom pyrit.common import initailize_pyrit. - This then causes a error message stating I should install pyrit, which is also wrong, pyrit is installed but there was a error in the code, so that should be improved as well.
To Reproduce
Steps to reproduce the behavior:
1.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that