Elliana May
Elliana May
Can't use dataclasses as request body and response_model, even in different path operation functions
@sometato have you enabled the mypy plugin?
That seems very strange, as fastapi doesn't have a cors implementation - it just exposes starlettes one See https://github.com/tiangolo/fastapi/blob/master/fastapi/middleware/cors.py
@tricosmo I think you have misunderstood the purpose of cors - you can only configure requests *to* your website, not *from*
Is this still required now that https://github.com/tiangolo/fastapi/pull/1429 is merged?
A small note > since dictionaries elements are not ordered. This changed several python versions ago, dictionary elements are now in insertion order
Have you tried passing an instance of UploadFile?
Why do you think this is related to fastapi?
@letrec any chance of you providing that code? I've been trying to do the same
> How can I use the latest version of duckdb jdbc @hannes ? There are links to the builds here https://duckdb.org/docs/installation/
@kamaljit-1991 we've actually released 0.5.0 since you created this issue, so can you try with that version instead?