-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix passing string value for
query
field (#101)
* Fix passing string value for `query` field * fix: run black command * fix(ci): Use Python v3.8 * fix(install): Conflicts between `black` and `flask` flask 1.1.4 depends on click<8.0 and >=5.1 black 22.10.0 depends on click>=8.0.0 flask 1.1.4 depends on click<8.0 and >=5.1 black 22.10.0 depends on click>=8.0.0 flask 1.1.4 depends on click<8.0 and >=5.1 black 22.10.0 depends on click>=8.0.0 flask 1.1.4 depends on click<8.0 and >=5.1 black 22.8.0 depends on click>=8.0.0 flask 1.1.4 depends on click<8.0 and >=5.1 black 22.10.0 depends on click>=8.0.0 flask 1.1.4 depends on click<8.0 and >=5.1 black 22.6.0 depends on click>=8.0.0 flask 1.1.4 depends on click<8.0 and >=5.1 black 22.10.0 depends on click>=8.0.0 flask 1.1.4 depends on click<8.0 and >=5.1 black 22.3.0 depends on click>=8.0.0 flask 1.1.4 depends on click<8.0 and >=5.1 black 22.10.0 depends on click>=8.0.0 flask 1.1.4 depends on click<8.0 and >=5.1 black 22.1.0 depends on click>=8.0.0 * Update `get` response to follow eve signature * fix: run black command
- Loading branch information
1 parent
3ce4cba
commit a651494
Showing
5 changed files
with
72 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
nose | ||
black | ||
mock | ||
werkzeug<1.0 | ||
eve>=0.4,<0.9 | ||
werkzeug>=1.0,<1.1 | ||
eve>1.1,<1.2 | ||
MarkupSafe>2.0,<2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters