Fraser

Results 21 comments of Fraser

Any update on this? [FastAPI still supports Pydantic v1](https://fastapi.tiangolo.com/release-notes/#pydantic-v1) is a fundamentally incorrect statement while this remains open, and we will not upgrade to pydantic v2 or fastapi 0.100 while...

@daniilmastrangeli a fix I have found for now is to add_exception_handler which catches the exception and if re-raised will display the trace to stdout as expected ```python import uvicorn from...

@mike-schiller I haven't got one, didn't need it for background tasks personally

found the culprit using this script ``` from pathlib import Path def check_files_for_charmap_error(glob_pattern): # Use glob to filter files based on the provided pattern in the current directory for file_path...

And this single char was the culprit: `Í`

Yep I think just emitting the filename will work :)

@seddonym I think I misled you a bit! It was the config that had emojis in it 😂 I also didn't know about the --debug flag I was just using...

Thanks for the prompt reply! It would be for reviewing only files files changed in the PR, ie so the rules can be introduced so and no code violates the...

So I think it's just from defining a module name twice in the layers