GitHub / Ge0rg3/flask-parameter-validation issues and pull requests
#63 - Add support for Python 3.13
Pull Request -
State: open - Opened by smt5541 2 months ago
#62 - Feature Request: Support Python 3.13
Issue -
State: open - Opened by jackstruck 2 months ago
- 1 comment
#61 - WIP: Fixing issue where Optional[List[Enum]] didn't work, among others
Pull Request -
State: open - Opened by smt5541 3 months ago
#60 - Add UUID support
Pull Request -
State: closed - Opened by smt5541 4 months ago
- 1 comment
#59 - Fix issue where complex setups like the testing application cause API docs to break down
Pull Request -
State: open - Opened by smt5541 5 months ago
#58 - Question: How to validate the min and max value of a float
Issue -
State: open - Opened by DavidCBerry13 8 months ago
- 3 comments
Labels: enhancement, good first issue
#57 - In complex setups like the testing application, API Docs break down
Issue -
State: open - Opened by smt5541 10 months ago
#56 - Implement blank_none option, satisfying #35
Pull Request -
State: closed - Opened by smt5541 10 months ago
- 1 comment
Labels: enhancement
#55 - Optional and Union types break automatic API Docs
Issue -
State: open - Opened by JoshieJay 11 months ago
- 3 comments
Labels: bug
#51 - Error in Optional Alias
Issue -
State: closed - Opened by Ge0rg3 about 1 year ago
- 2 comments
Labels: bug
#50 - Add support for standard list type hints
Pull Request -
State: closed - Opened by smt5541 about 1 year ago
- 3 comments
#49 - Add MultiSource Parameter Type
Pull Request -
State: closed - Opened by smt5541 about 1 year ago
- 1 comment
Labels: enhancement
#48 - typing.List is deprecated in favor of list as of Python 3.9
Issue -
State: closed - Opened by smt5541 about 1 year ago
Labels: enhancement
#47 - Add template for new Pull Request
Pull Request -
State: closed - Opened by smt5541 about 1 year ago
- 1 comment
Labels: documentation
#46 - Implement Enum Validation
Pull Request -
State: closed - Opened by smt5541 about 1 year ago
- 4 comments
Labels: enhancement
#45 - Update and reorganize README
Pull Request -
State: closed - Opened by smt5541 about 1 year ago
- 1 comment
Labels: documentation
#44 - Validating against enum
Issue -
State: closed - Opened by peterkronenberg about 1 year ago
- 5 comments
Labels: enhancement
#43 - Validating both Post and Get
Issue -
State: closed - Opened by peterkronenberg about 1 year ago
- 1 comment
Labels: enhancement
#42 - OpenAPI 3.1.0 Documentation Generation
Pull Request -
State: open - Opened by smt5541 about 1 year ago
#41 - Fix Async View Handling
Pull Request -
State: closed - Opened by maxwrimlinger over 1 year ago
- 2 comments
Labels: bug
#40 - Add test suite, JSON validation and minor bug fixes
Pull Request -
State: closed - Opened by smt5541 over 1 year ago
- 7 comments
#39 - Add Unit Testing GitHub CI
Pull Request -
State: closed - Opened by smt5541 over 1 year ago
- 1 comment
#38 - Add GitHub CI
Pull Request -
State: closed - Opened by smt5541 over 1 year ago
#37 - Minumum string length does not work
Issue -
State: closed - Opened by omershv over 1 year ago
- 1 comment
Labels: bug
#36 - Replace "larger than" with "at least", "smaller than" with "at most"
Pull Request -
State: closed - Opened by kbulygin over 1 year ago
- 1 comment
#35 - Conversion of empty string to None
Issue -
State: closed - Opened by summersz over 1 year ago
- 7 comments
Labels: enhancement
#34 - bugfix: add alias support to expected list params
Pull Request -
State: closed - Opened by summersz over 1 year ago
- 1 comment
#33 - Update parameter_validation.py
Pull Request -
State: closed - Opened by jramseygreen over 1 year ago
- 1 comment
#32 - using parameter type List[str] inconsistent behaviour
Issue -
State: closed - Opened by jramseygreen over 1 year ago
- 1 comment
#31 - Type Optional[List[str]] rejects all requests
Issue -
State: closed - Opened by jramseygreen over 1 year ago
- 2 comments
#30 - bugfix: Unwrap list-ified parameters that only occur once
Pull Request -
State: closed - Opened by dkassen over 1 year ago
- 1 comment
#29 - 2.2.0 breaks form parameters
Issue -
State: closed - Opened by dkassen over 1 year ago
- 2 comments
#28 - feat: support async view functions
Pull Request -
State: closed - Opened by summersz over 1 year ago
- 2 comments
#27 - feat: apply automatic type conversion to forms
Pull Request -
State: closed - Opened by summersz over 1 year ago
- 1 comment
#26 - feat: add support for alias
Pull Request -
State: closed - Opened by summersz over 1 year ago
- 1 comment
#25 - Add automatic type conversion to Form
Issue -
State: closed - Opened by summersz over 1 year ago
#24 - feat: support lists from form, query and file request inputs
Pull Request -
State: closed - Opened by summersz almost 2 years ago
- 1 comment
#23 - Support multiple values for same parameter
Issue -
State: closed - Opened by summersz almost 2 years ago
- 3 comments
Labels: enhancement, help wanted
#22 - Support async routes
Issue -
State: closed - Opened by summersz almost 2 years ago
- 1 comment
Labels: bug, help wanted
#21 - Missing dependency
Issue -
State: closed - Opened by Russlyman almost 2 years ago
- 1 comment
Labels: bug
#20 - Provide alias to parameters
Issue -
State: closed - Opened by summersz almost 2 years ago
Labels: enhancement
#19 - Resolve AttributeError when JSON expected but not given
Pull Request -
State: closed - Opened by Ge0rg3 almost 2 years ago
#18 - AttributeError raised when trying to get attribute from Delivery Type that wasn't provided to Request
Issue -
State: closed - Opened by d3-steichman almost 2 years ago
- 4 comments
Labels: bug
#17 - TypeError: __init__() got an unexpected keyword argument 'min_length'
Pull Request -
State: closed - Opened by borisowww about 2 years ago
- 1 comment
#16 - Passing other decorators along with ValidateParameters()
Issue -
State: closed - Opened by vvkvivekl about 2 years ago
- 3 comments
Labels: question
#15 - API Documentation Generation
Pull Request -
State: closed - Opened by d3-steichman about 2 years ago
- 8 comments
#14 - Self Documenting API Routes
Issue -
State: closed - Opened by d3-steichman about 2 years ago
- 2 comments
#13 - Allow for other Content-Types to be present in headers alongside application/json
Pull Request -
State: closed - Opened by d3-steichman about 2 years ago
- 1 comment
#12 - Expand datetime validation, implement capability for custom error messages in passed validator function
Pull Request -
State: closed - Opened by d3-steichman over 2 years ago
- 1 comment
#11 - Update parameter_validation.py
Pull Request -
State: closed - Opened by Charlie-Mindified over 2 years ago
- 3 comments
#10 - if content-type isn't application/json 'json_input' referenced before assignment
Issue -
State: closed - Opened by Charlie-Mindified over 2 years ago
- 1 comment
#9 - Allow datetime Type
Pull Request -
State: closed - Opened by Ge0rg3 almost 3 years ago
#8 - Fix blank JSON issue
Pull Request -
State: closed - Opened by Ge0rg3 almost 3 years ago
#7 - request without body are automatically invalidated with 400
Issue -
State: closed - Opened by vejmoj1 almost 3 years ago
- 3 comments
Labels: bug
#6 - feat: allow passing a validator function
Pull Request -
State: closed - Opened by Garcel over 3 years ago
- 1 comment
#5 - Allow passing a custom function as a validator
Issue -
State: closed - Opened by Garcel over 3 years ago
- 3 comments
Labels: enhancement, help wanted
#4 - Bug handling AWS API Gateway events
Issue -
State: closed - Opened by ghost over 3 years ago
- 7 comments
Labels: bug
#3 - Allow datetime Input Type
Issue -
State: closed - Opened by ghost over 3 years ago
- 4 comments
Labels: enhancement, help wanted
#2 - python 3.6 - AttributeError: module 'typing' has no attribute '_SpecialForm'
Issue -
State: closed - Opened by bincdianshangcun over 4 years ago
- 5 comments
#1 - Regexp validation Add
Pull Request -
State: closed - Opened by iml1111 over 4 years ago
- 1 comment