Commit Graph

158 Commits

Author SHA1 Message Date
Trevor Currie
1e8b4e21f7 Correcting command. 2022-06-16 23:25:16 +02:00
Trevor Currie
c7dd0927d3 Merging with master. 2022-06-16 23:25:00 +02:00
Trevor Currie
06e5f732d0 Merge remote-tracking branch 'origin/master' into unusedImports
# Conflicts:
#	poetry.lock
2022-06-16 23:23:17 +02:00
Trevor Currie
74fc1652a7 Adding workflow to enforce no unused imports. 2022-06-16 23:23:03 +02:00
Trevor Currie
657461b126 Removes all unused imports. 2022-06-16 23:18:07 +02:00
Trevor Currie
9d80e3929e Merge pull request #96 from swifterhq/master
add redis as extra package
2022-06-16 14:13:31 -07:00
Tarun Sharma
af97b0a4ec Merge branch 'master' into master 2022-06-17 00:05:49 +05:30
Trevor Currie
40789c6685 Merge pull request #100 from ME-ON1/feat/update-black
update black dev.dependency
2022-06-16 11:24:21 -07:00
Tarun Sharma
0f71d4cbf6 Merge pull request #2 from swifterhq/fix/redis
fix: rm redis import from test/__init__.py
2022-06-16 23:47:09 +05:30
Tarun Sharma
b8dff316b8 fix: rm redis import from test/__init__.py 2022-06-16 23:42:54 +05:30
Tarun Sharma
5307c6b3cd fix: update black@latest for click recent errors 2022-06-16 23:27:05 +05:30
Tarun Sharma
fbb08d35fe Merge pull request #1 from swifterhq/fix/package
fix: rm redis package
2022-05-26 15:36:18 +05:30
Tarun Sharma
97f42a7f33 fix: add redis as extras 2022-05-24 16:37:20 +05:30
Laurent Savaete
b631980d70 Merge pull request #84 from karlnewell/feature/coverage
feature(coverage): Add Python test coverage
2022-02-02 08:38:30 +00:00
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