FastApi-RESTful
FastApi-RESTful copied to clipboard
Quicker way to develop FastApi
I realize I have done a terrible job of maintaining that repository, and given the recent activity on this fork, I'd be happy to give the maintainers of this repository...
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.8 to 0.3.3. Release notes Sourced from ruff's releases. v0.3.3 Changes Preview features [flake8-bandit]: Implement S610 rule (#10316) [pycodestyle] Implement blank-line-at-end-of-file (W391) (#10243) [pycodestyle] Implement redundant-backslash (E502)...
**Is your feature request related to a problem? Please describe.** execute functions under the ``repeat_every`` decorator on a single worker. (when I'm running multiple workers) **Additional context** Add any other...
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.23 to 2.0.28. Release notes Sourced from sqlalchemy's releases. 2.0.28 Released: March 4, 2024 orm [orm] [performance] [bug] [regression] Adjusted the fix made in #10570, released in...
The new way to declare a dependency in FastAPI 0.95 is to use `arg: Annotated[type, Depends(func)] = default`. Using this on a cbv decorated class attribute does not behave as...
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...
Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.6 to 5.9.8. Changelog Sourced from psutil's changelog. 5.9.8 2024-01-19 Enhancements 2343_, [FreeBSD]: filter net_connections()_ returned list in C instead of Python, and avoid to retrieve unnecessary...
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.3.0 to 3.0.0. Release notes Sourced from abatilo/actions-poetry's releases. v3.0.0 3.0.0 (2024-1-11) BREAKING CHANGE Use pipx to isolate poetry (#63) (7b6d33e) Functionality itself should expect to be...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
**Is your feature request related to a problem? Please describe.** I have concerns about having psutil as a default dependency. As far as I know, this package requires GCC, leading...