Skip to content

Commit

Permalink
release 1.2.1 (#336)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy authored Aug 16, 2023
1 parent d7e19da commit fcba21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ You can change the `validation_error_status` in SpecTree (global) or a specific

> How can I skip the validation?
Add `skip_validation=True` to the decorator.
Add `skip_validation=True` to the decorator. For now, this only skip the response validation.

```py
@api.validate(json=Profile, resp=Response(HTTP_200=Message, HTTP_403=None), skip_validation=True)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "spectree"
version = "1.2.0"
version = "1.2.1"
dynamic = []
description = "generate OpenAPI document and validate request&response with Python annotations."
readme = "README.md"
Expand Down

0 comments on commit fcba21f

Please sign in to comment.