fastapi-utils icon indicating copy to clipboard operation
fastapi-utils copied to clipboard

Reusable utilities for FastAPI

Results 97 fastapi-utils issues
Sort by recently updated
recently updated
newest added

Fixes #283 Only addressing the missing is_classvar in pydantic 2. Added a few methods in cbv.py. Implemented `is_classvar` and `_check_classvar` using `typing`. Note: it's the exact code from pydantic v1...

**Is your feature request related to a problem? Please describe.** I'm only trying to use the class based views from this library. In order to support pydantic 2 **Describe the...

enhancement

Resolves #276 * modified: fastapi_utils/api_model.py * New-style class config. * modified: fastapi_utils/api_settings.py * New-style class config. * modified: fastapi_utils/cbv.py * is_classvar is gone, now we use Python>=3.8 tools to check...

**SQLAlchemy is broken in Poetry** When running poetry install on toml with fastapi utils, it fails on sqlalchemy dependency because of this https://github.com/python-poetry/poetry/issues/8529 [Errno 36] File name too long: '/home//.cache/pypoetry/artifacts/7a/10/99/aef84587ad34e485f2229e9f3f022b9670cbddbae9437e86783c9041d9/tmp_6ysy5q6'...

bug

I was trying to use [CORSMiddleware](https://a508-175-41-46-123.ngrok-free.app/api/v1/countries) according to provided instructions. But it seems like the cbv is not allowing preflight options request by responding `405` `method not allowed` as I...

question

**Description** Is this project still maintained? this project has not released a stable version for more than a year. Would like to know if this is something that is still...

question

**Describe the bug** A clear and concise description of what the bug is. Full Traceback: ```python 2023-02-20 07:51:32 ERROR [235][None] main.unhandled_exception_handler:151 While responding to POST UNDISCLOSED: Can't send data when...

bug

https://github.com/dmontagu/fastapi-utils/blob/3ef27a6f67ac10fae6a8b4816549c0c44567a451/fastapi_utils/tasks.py#L78 https://docs.python.org/3/library/asyncio-future.html#asyncio.ensure_future > Save a reference to the result of this function, to avoid a task disappearing mid-execution.

bug

**Description** Hi there Thank you for your effort to maintain this project Is there any plan to support SqlALchemy 2.0? I'm trying do install, but got the above error `#0...

question

**Description** Is this project still maintained? this project has not released a stable version for more than a year. Would like to know if this is something that is still...

question