fastapi-etag
fastapi-etag copied to clipboard
Convenience library for working with etags in fastapi
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...
Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.3 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...
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.11.1 to 0.11.7. Release notes Sourced from uvicorn's releases. Version 0.11.7 0.11.7 SECURITY FIX: Prevent sending invalid HTTP header names and values. SECURITY FIX: Ensure path value...
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.45.0 to 0.65.2. Release notes Sourced from fastapi's releases. 0.65.2 Security fixes 🔒 Check Content-Type request header before assuming JSON. Initial PR #2118 by @patrickkwang. This change...
Hello there, saw this library and it matches my needs, thank you! I am interested in having a etag_gen function that takes advantage of fastapi's dependency injection mechanism. Didn't manage...