Commit Graph

30 Commits

Author SHA1 Message Date
Laurent Savaete
281bde006d Release 0.1.5 2021-08-28 16:42:27 +01:00
Laurent Savaete
22cbc13921 Merge pull request #48 from laurentS/dependabot/pip/docs/py-1.10.0
Bump py from 1.8.1 to 1.10.0 in /docs
2021-07-07 13:09:47 +01:00
Laurent Savaete
a39f3a8819 Merge pull request #42 from laurentS/dependabot/pip/docs/jinja2-2.11.3
Bump jinja2 from 2.11.2 to 2.11.3 in /docs
2021-07-07 13:09:37 +01:00
Laurent Savaete
faa0248b5e Merge pull request #45 from laurentS/dependabot/pip/docs/lxml-4.6.3
Bump lxml from 4.6.2 to 4.6.3 in /docs
2021-07-07 13:09:22 +01:00
dependabot[bot]
cf6e5f6c84 Bump py from 1.8.1 to 1.10.0 in /docs
Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0.
- [Release notes](https://github.com/pytest-dev/py/releases)
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/py/compare/1.8.1...1.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-07 12:08:16 +00:00
Laurent Savaete
7d52472b85 Merge pull request #49 from laurentS/dependabot/pip/docs/pydantic-1.6.2
Bump pydantic from 1.4 to 1.6.2 in /docs
2021-07-07 13:07:22 +01:00
Laurent Savaete
71d04bbe71 Merge pull request #51 from laurentS/dependabot/pip/docs/urllib3-1.26.5
Bump urllib3 from 1.25.8 to 1.26.5 in /docs
2021-07-07 13:07:01 +01:00
dependabot[bot]
9089ea8f86 Merge pull request #53 from laurentS/dependabot/pip/docs/fastapi-0.65.2 2021-07-07 12:05:45 +00:00
dependabot[bot]
c09f33b09f Bump pydantic from 1.4 to 1.6.2 in /docs
Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.4 to 1.6.2.
- [Release notes](https://github.com/samuelcolvin/pydantic/releases)
- [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md)
- [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.4...v1.6.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-07 12:03:34 +00:00
dependabot[bot]
1a080b53f9 Bump fastapi from 0.52.0 to 0.65.2 in /docs
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.52.0 to 0.65.2.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.52.0...0.65.2)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-10 15:51:25 +00:00
dependabot[bot]
f1c013f991 Bump urllib3 from 1.25.8 to 1.26.5 in /docs
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.25.8...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 03:08:54 +00:00
dependabot[bot]
15f1ec5cac Bump lxml from 4.6.2 to 4.6.3 in /docs
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 20:01:48 +00:00
dependabot[bot]
68c84b9b5d Bump pyyaml from 5.3.1 to 5.4 in /docs
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-26 00:28:35 +00:00
dependabot[bot]
a73c0415fc Bump jinja2 from 2.11.2 to 2.11.3 in /docs
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-20 05:04:34 +00:00
Laurent Savaete
4561d83f98 Fix typo in docs 2021-03-14 00:02:17 +00:00
Laurent Savaete
a71a3a8091 Fix formatting in docs 2021-03-14 00:00:41 +00:00
Laurent Savaete
3d63538a08 Add note about order of decorators in docs (see #39) 2021-03-13 23:56:58 +00:00
Laurent Savaete
76a917f11f Add example in docs about using redis as backend 2021-03-13 23:49:29 +00:00
Laurent Savaete
96d16c91ed Fix broken link in docs 2021-02-21 22:34:27 +00:00
Laurent Savaete
f64b2f469c Document the enabled option 2021-02-05 00:55:57 +00:00
Laurent Savaete
ea899ca3c3 Merge pull request #28 from laurentS/dependabot/pip/docs/lxml-4.6.2
Bump lxml from 4.5.0 to 4.6.2 in /docs
2021-01-10 15:21:36 +00:00
Laurent Savaete
780c08bd4c Add missing imports in docs 2021-01-10 15:17:49 +00:00
dependabot[bot]
ed8e384c2e Bump lxml from 4.5.0 to 4.6.2 in /docs
Bumps [lxml](https://github.com/lxml/lxml) from 4.5.0 to 4.6.2.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.5.0...lxml-4.6.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-07 23:48:33 +00:00
Laurent Savaete
fd53161071 Add middleware in docs/examples 2020-12-29 23:56:34 +00:00
Laurent Savaete
c0d30f4f98 Updates docs 2020-12-23 22:25:53 +00:00
Guillaume Gardey
acde458c45 fix: Address issue with decorator
The value returned by an endpoint may not be an instance or subclass
of `Response`, in this case FastAPI builds the actual Response
at an upper level in the middleware stack.
This patch allows the decorator to inspect the endpoint to retrieve the
associated `Response` to allow headers to be injected.
2020-12-23 09:48:50 +00:00
Laurent Savaete
196820d84e Include all dependencies to build the docs 2020-10-01 17:42:38 +01:00
Laurent Savaete
f3bb8d2a6c Add readthedocs config 2020-10-01 17:27:57 +01:00
Laurent Savaete
da9cba95e6 Add api documentation using mkautodoc 2020-10-01 16:46:04 +01:00
Laurent Savaete
15483e3b1e Setup documentation on readthedocs 2020-10-01 13:45:26 +01:00