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

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.52.0 to 0.65.0. Release notes Sourced from fastapi's releases. 0.65.0 Breaking Changes - Upgrade ⬆️ Upgrade Starlette to 0.14.2, including internal UJSONResponse migrated from Starlette. This includes...

dependencies

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.9.2. Commits c6e0d27 Release 3.9.2 c428c55 Merge pull request #1328 from PyCQA/fix_indent_size_str f7bda92 Release 3.9.1 e3313e0 Fix bug for plugins using extend_default_ignore 434c108 Release 3.9.0...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.5 to 6.2.4. Release notes Sourced from pytest's releases. 6.2.4 pytest 6.2.4 (2021-05-04) Bug Fixes #8539: Fixed assertion rewriting on Python 3.10. 6.2.3 pytest 6.2.3 (2021-04-03) Bug...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.3.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Improper Input Validation in PyYAML A vulnerability was discovered...

dependencies
security

Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

I need to be able to pass `connect_args` to FastAPISessionMaker so I can configure the SQLAlchemy engine to correctly connect to an AWS Aurora cluster (which needs `aurora_cluster_arn` and `secret_arn`...

enhancement

Closes #115 The requested feature specifically asked to overload the `wait_first` parameter but I can argue this to be an anti-pattern. Having a new parameter called `wait_first_seconds` seems intuitively enough...

**Is your feature request related to a problem? Please describe.** For now, `repeat_every` decorator only allows us to delay the first call exactly 1 interval with `wait_first` set to `True`....

enhancement

- Added changes which would help to add a waiting period before the program is executed for the first time Since we're running our schedule at server startup, it can...

Bumps [pygments](https://github.com/pygments/pygments) from 2.5.2 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies