dependabot[bot]
|
80dfca9998
|
Bump mkdocs from 1.2.2 to 1.2.3
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3)
---
updated-dependencies:
- dependency-name: mkdocs
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-18 16:53:56 +00:00 |
|
Trevor Currie
|
6cf0624569
|
Merge pull request #78 from laurentS/dependabot/pip/docs/lxml-4.6.5
Bump lxml from 4.6.3 to 4.6.5 in /docs
|
2022-01-18 08:51:47 -08:00 |
|
Trevor Currie
|
932c696211
|
Merge pull request #72 from laurentS/dependabot/pip/docs/mkdocs-1.2.3
Bump mkdocs from 1.1.2 to 1.2.3 in /docs
|
2022-01-18 08:51:21 -08:00 |
|
Trevor Currie
|
cd6e2f3124
|
Merge pull request #71 from laurentS/dependabot/pip/docs/nltk-3.6.5
Bump nltk from 3.5 to 3.6.5 in /docs
|
2022-01-18 08:51:05 -08:00 |
|
dependabot[bot]
|
22cfb76d1d
|
Bump lxml from 4.6.3 to 4.6.5 in /docs
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.6.5.
- [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.3...lxml-4.6.5)
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-13 20:47:39 +00:00 |
|
dependabot[bot]
|
52e897034e
|
Bump mkdocs from 1.1.2 to 1.2.3 in /docs
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.1.2 to 1.2.3.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.1.2...1.2.3)
---
updated-dependencies:
- dependency-name: mkdocs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-11-14 10:36:16 +00:00 |
|
dependabot[bot]
|
0f6c25ab91
|
Bump nltk from 3.5 to 3.6.5 in /docs
Bumps [nltk](https://github.com/nltk/nltk) from 3.5 to 3.6.5.
- [Release notes](https://github.com/nltk/nltk/releases)
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](https://github.com/nltk/nltk/compare/3.5...3.6.5)
---
updated-dependencies:
- dependency-name: nltk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-11-14 10:36:16 +00: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 |
|