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

I'm trying to do something like the following: ```python @cbv(users_router) @ResponseHandler.class_decorator class Users: controller = UserController() @users_router.post("/users", status_code=201) async def create_user(self, user_data: Dict, response: Response) -> Dict: return self.controller.create_user(**user_data) @users_router.get("/users/{user_id}",...

question

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.6 to 6.0.0. Changelog Sourced from psutil's changelog. 6.0.0 2024-06-18 Enhancements 2109_: maxfile and maxpath fields were removed from the namedtuple returned by disk_partitions()_. Reason: on network...

dependencies
python

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.8 to 0.4.10. Release notes Sourced from ruff's releases. v0.4.10 Changes Parser Implement re-lexing logic for better error recovery (#11845) Rule changes [flake8-copyright] Update CPY001 to check...

dependencies
python

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.23 to 2.0.31. Release notes Sourced from sqlalchemy's releases. 2.0.31 Released: June 18, 2024 general [general] [bug] Set up full Python 3.13 support to the extent currently...

dependencies
python

**Describe the bug** If I'm using Pydantic 2, cbv.py imports package `typing_inspect`. However this is listed as an optional dependency. **To Reproduce** Steps to reproduce the behavior: 1. Install latest...

bug

**Description** Hi, I'm a little confused on the package and versions. On the website https://fastapi-utils.davidmontague.xyz/, it says to install `fastapi-restful`, which is a different package. The Github README says to...

question

There seemed to be some incorrect instructions from another project.

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies
github_actions

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5. Release notes Sourced from actions/configure-pages's releases. v5.0.0 Breaking Changes :warning: This version contains breaking changes! :warning: When using the input param static_site_generator: next: Added...

dependencies
github_actions

Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4. Release notes Sourced from actions/deploy-pages's releases. v4.0.0 Changelog Deploy pages using artifact IDs @​konradpabjan (#251) This version requires the permission actions: read in the...

dependencies
github_actions