Joris Hartog
|
bbdadd7674
|
Fix duplicate method name bug in FastAPI example
Fixes #75
|
2021-12-09 11:35:27 +01:00 |
|
Joris Hartog
|
48d5f20096
|
Fix import issues in examples
This commit fixes a couple of bugs in the FastAPI and Starlette examples
in the docs.
|
2021-12-09 11:14:14 +01:00 |
|
Laurent Savaete
|
d94c5eefad
|
Merge pull request #70 from Rested/master
Support python 3.10
|
2021-11-14 10:35:55 +00:00 |
|
Reuben Thomas-Davis
|
b02cea63e4
|
🎨 format code
|
2021-11-13 23:44:26 +00:00 |
|
Reuben Thomas-Davis
|
6057d31e2d
|
⬆️ upgrade black, increase min python version to 3.6.2 to support new black versoin
|
2021-11-13 23:42:29 +00:00 |
|
Reuben Thomas-Davis
|
eb88ebcc80
|
💚 upgrade poetry version
|
2021-11-13 23:36:32 +00:00 |
|
Reuben Thomas-Davis
|
a6cfbfb6b1
|
💚 use '' for python versions to ensure parsed correctly
|
2021-11-13 23:31:10 +00:00 |
|
Reuben Thomas-Davis
|
91f6386546
|
🐛 catch newly raised ValueError in parsedate_to_datetime
caused by resolution of https://bugs.python.org/issue30681
|
2021-11-13 23:27:27 +00:00 |
|
Reuben Thomas-Davis
|
f07205b305
|
⬆️ upgrade pytest version for python 3.10
|
2021-11-13 23:26:07 +00:00 |
|
Reuben Thomas-Davis
|
593a06fbe5
|
👷 add python 3.10 to workflow
|
2021-11-13 22:49:18 +00:00 |
|
Laurent Savaete
|
8e421dc694
|
Merge pull request #65 from alpkeskin/patch-1
Add Request module
|
2021-10-10 14:28:58 +00:00 |
|
Laurent Savaete
|
0c5577c345
|
Merge pull request #68 from laurentS/exempt-on-async-routes
Fix exempt decorator for async routes
|
2021-10-10 14:26:04 +00:00 |
|
Laurent Savaete
|
2e4b6439ce
|
Fix black issues
|
2021-10-10 15:22:56 +01:00 |
|
Laurent Savaete
|
281e010680
|
Fix exempt decorator for async routes
|
2021-10-10 15:10:46 +01:00 |
|
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 |
|