Closed john0isaac closed 4 months ago
mypy is unhappy (as usual). I'm placating it.
What's weird is that these tests passed last Thursday. I upgraded my local mypy version and got the same errors. I think it's the latest release. Thanks! For fixing it.
@john0isaac Yep latest mypy came out last week, and caused a bunch of issues all over. It broke azure-search-openai-demo CI cuz of https://github.com/python/mypy/issues/17550 which I've also just fixed.
Purpose
Fix #52
Does this introduce a breaking change?
When developers merge from main and run the server, azd up, or azd deploy, will this produce an error? If you're not sure, try it out on an old environment.
Type of change
Code quality checklist
See CONTRIBUTING.md for more details.
python -m pytest
).python -m pytest --cov
to verify 100% coverage of added linespython -m mypy
to check for type errorsruff
manually on my code.