Commit Graph

144 Commits

Author SHA1 Message Date
Karl Newell
47fccea044 feature(coverage): Add Python test coverage
Add test coverage via `coverage` package.
Update workflow to run pytest via coverage and output coverage report.
Drops Python 3.6 - which is also an open issue and coverage required
dropping 3.6

Closes #82 #83
2022-02-01 09:12:53 -07:00
Trevor Currie
e83c0edf2a Merge pull request #80 from maratsarbasov/master
Implement dynamic limits depending on key.
2022-01-18 16:09:29 -08:00
Trevor Currie
d6a226d053 Merge pull request #79 from laurentS/dependabot/pip/lxml-4.6.5
Bump lxml from 4.6.3 to 4.6.5
2022-01-18 15:50:04 -08:00
Marat Sarbasov
e994f06f19 Clear assert message
Co-authored-by: Laurent Savaete <laurent@where.tf>
2022-01-19 02:37:18 +03:00
Marat Sarbasov
5e78adde2f Replace assert with raise ... 2022-01-19 00:51:52 +03:00
dependabot[bot]
b5590ba8c1 Bump lxml from 4.6.3 to 4.6.5
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:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-18 17:06:26 +00:00
Trevor Currie
813734e749 Merge pull request #73 from laurentS/dependabot/pip/mkdocs-1.2.3
Bump mkdocs from 1.2.2 to 1.2.3
2022-01-18 09:02:53 -08:00
Trevor Currie
03a586e63e Merge pull request #81 from laurentS/dependabot/pip/docs/nltk-3.6.6
Bump nltk from 3.6.5 to 3.6.6 in /docs
2022-01-18 08:54:27 -08:00
Trevor Currie
5fc17e4fd3 Merge pull request #76 from nootr/docs/missing_imports
Fix import issues in examples
2022-01-18 08:54:15 -08:00
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
dependabot[bot]
dd6c9ba077 Bump nltk from 3.6.5 to 3.6.6 in /docs
Bumps [nltk](https://github.com/nltk/nltk) from 3.6.5 to 3.6.6.
- [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.6.5...3.6.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-18 16:51:32 +00: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
Marat Sarbasov
59d2cdd9de Add test_dynamic_limit_provider_depending_on_key 2022-01-16 04:38:08 +03:00
Marat Sarbasov
33899c0ef1 Enable dynamic limits dependant on key. 2022-01-16 02:46:30 +03: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
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
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