Commit Graph

111 Commits

Author SHA1 Message Date
Alp
ff76c254e1 Add Request module
Added Request module for fastAPI example code. If the Request module is not added, an error is received when the code is executed.
2021-09-18 15:40:52 +03:00
Laurent Savaete
80eaea038d Update readme 2021-09-14 16:00:25 +01:00
Laurent Savaete
6fe5d9e038 Merge pull request #63 from laurentS/add-python3.9-for-real
Re-add python 3.9 support in CI
2021-08-31 09:00:26 +01:00
Laurent Savaete
e087145eb8 Re-add python 3.9 support in CI 2021-08-31 00:58:55 +01:00
Laurent Savaete
532acbe622 Merge pull request #61 from laurentS/add-python3.9-support
Add python3.9 support
2021-08-31 00:53:05 +01:00
Laurent Savaete
0155a3d593 Merge pull request #62 from Dustyposa/del_useless_code
delete useless code
2021-08-30 20:28:18 +01:00
dustyposa
44a661a0a2 🔥 delete useless code 2021-08-30 17:42:19 +08:00
dustyposa
f2ca30640c 🔥 delete useless code 2021-08-30 12:03:16 +08:00
Laurent Savaete
e8516c6605 Remove typing annotation that fails in python 3.9 2021-08-28 21:15:19 +01:00
Laurent Savaete
bbe6d11f1e Add missing stubs for redis 2021-08-28 19:56:11 +01:00
Laurent Savaete
e95aa1f13c Upgrade mypy 2021-08-28 19:27:17 +01:00
Laurent Savaete
281bde006d Release 0.1.5 v0.1.5 2021-08-28 16:42:27 +01:00
Laurent Savaete
98216bef34 Revert "Add CI support for python 3.9"
This reverts commit 1956cda374.
2021-08-28 16:04:52 +01:00
Laurent Savaete
6514c0be6f Correctly upgrade poetry to 1.1.8 2021-08-28 15:57:52 +01:00
Laurent Savaete
a9b0bfaeaf Fix typo 2021-08-28 15:49:11 +01:00
Laurent Savaete
ae66e36c0e Manually install build dependencies for requests in python 3.9 2021-08-28 15:47:43 +01:00
Laurent Savaete
b1476e61b5 Upgrade requests to 2.26.0 2021-08-28 15:41:33 +01:00
Laurent Savaete
889922d0b7 Upgrade poetry to 1.1.8 2021-08-28 15:37:09 +01:00
Laurent Savaete
1956cda374 Add CI support for python 3.9 2021-08-28 15:23:47 +01:00
Laurent Savaete
e5cd5a6899 Merge pull request #60 from twcurrie/twcurrie/multiple-decorators-with-headers
Resolving bug with handling the Retry-After header.
2021-08-28 15:13:33 +01:00
Laurent Savaete
bd29f2d4d0 Merge pull request #46 from twcurrie/twcurrie/disableResponse
Resolving bug of unregistered endpoints in the disabled state.
2021-08-28 15:02:58 +01:00
Trevor Currie
9f164179bc Linting. 2021-08-24 09:02:44 -07:00
Trevor Currie
9bd22a1f00 Resolving bug with handling the Retry-After header. 2021-08-24 08:55:35 -07:00
Trevor Currie
f5fa4443ed Linting. 2021-08-23 20:38:34 -07:00
Trevor Currie
558e547370 Updating per Rested comments. 2021-08-23 20:32:37 -07: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
Laurent Savaete
9385c21e9b Merge pull request #43 from laurentS/dependabot/pip/docs/pyyaml-5.4
Bump pyyaml from 5.3.1 to 5.4 in /docs
2021-07-07 13:02:45 +01:00
Laurent Savaete
78945d3831 Merge pull request #54 from fabaff/patch-2
Switch to poetry-core
2021-07-07 13:00:22 +01:00
Fabian Affolter
fe165f2d47 Switch to poetry-core 2021-07-06 20:02:20 +02: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
Trevor Currie
8bf8fd954d Reformatting. 2021-04-05 15:42:03 -07:00
Trevor Currie
21652645ef Resolving bug of unregistered endpoints in the disabled state. 2021-04-05 15:38:18 -07: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
467dbb5fd1 Release 0.1.4 v0.1.4 2021-02-21 22:46:23 +00:00
Laurent Savaete
96d16c91ed Fix broken link in docs 2021-02-21 22:34:27 +00:00
Laurent Savaete
f9f054b608 Merge pull request #30 from xuxygo/bugfix_middle_route_miss
fix middleware miss route problem
2021-02-21 22:28:54 +00:00