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

Reusable utilities for FastAPI

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

I would like to run repeated tasks until a stopping condition, however as I am aware there's no way of doing this with the existing implementation. There is only a...

enhancement

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [mypy](https://github.com/python/mypy) from 0.761 to 0.910. Commits f5fc579 Bump version to 0.910 46ce325 Fix crash when inferring multiple assignment with overloaded function (#10689) 96366d1 Don't ask to install a stub...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 1.25.9. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. CRLF injection urllib3 before 1.25.9 allows CRLF injection if...

dependencies
security

**Describe the bug** Setting the return type to [`-> FileResponse`](https://fastapi.tiangolo.com/advanced/custom-response/#fileresponse) generates an exception: ``` Traceback (most recent call last): File "/venv/lib/python3.9/site-packages/fastapi/utils.py", line 65, in create_response_field return response_field(field_info=field_info) File "pydantic/fields.py", line...

bug

Hi! I find myself wanting a decorator like @repeat_at(cron="0 0 13 * * *") to run the task at 1 pm every day, if I where to implement something like...

question

Enables SQL Alchemy to cache the custom type. See https://docs.sqlalchemy.org/en/14/core/custom_types.html for more information.

Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 0.4.0 to 0.7.0. Commits 469c1a8 v0.7.0 26decd3 Add PyPy 734d182 README update b0bb110 More coverage e28714d Fix CI 6765e3d Switch to poetry some more 165ba88 Switch to...

dependencies

Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.4 to 1.6.2. Release notes Sourced from pydantic's releases. v1.6.2 (2021-05-11) Security fix: Fix date and datetime parsing so passing either 'infinity' or float('inf') (or their negative...

dependencies

Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.4 to 1.7.4. Release notes Sourced from pydantic's releases. v1.7.4 (2021-05-11) Security fix: Fix date and datetime parsing so passing either 'infinity' or float('inf') (or their negative...

dependencies
security