Yair Bonastre
Yair Bonastre
have you tried with recent release v3.3.10?
When will you upload the newest package to `pypi`?
it is now live! https://pypi.org/project/mean-average-precision/2021.4.23.0/ Thanks!
check new version which solves issues present in previous `0.0.2.1` release https://pypi.org/project/mean-average-precision/2021.4.23.0/
new release `2021.4.23` solves `0.0.2.1` problem when not all classes were used to calculate the mAP (which throwed an error) https://pypi.org/project/mean-average-precision/2021.4.23.0/
When will this be finally added?
take a look at https://docs.pydantic.dev/latest/migration/ also take a look at this tool that will automatically upgrade some of the changes for you: https://github.com/pydantic/bump-pydantic
that is because the `__init__()` in the class is synchronous but the `has_redissearch()` method is async. A way to solve it would either change the class to have an async...
will this ever be reviewed? I think it would help many people that want full control on the `input` or `url` of the schema validation errors when using FastAPI... @YuriiMotov...
I understand, thanks for your quick response! What do you think about FastAPI dynamically using the attribute of the schema parameter defined within the pydantic model https://docs.pydantic.dev/latest/api/config/#pydantic.config.ConfigDict.hide_input_in_errors, then we could...