Merge pull request #88 from vvanglro/feat/cache_html

feat: support cache jinja2 template response
This commit is contained in:
long2ice
2022-11-03 19:42:47 +08:00
committed by GitHub
5 changed files with 35 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-cache2"
version = "0.2.0"
version = "0.2.1"
description = "Cache for FastAPI"
authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"