feat: add description to parameters; bump: libs and tests; bump: 2.0.3

This commit is contained in:
Georg K
2023-11-01 03:55:10 +03:00
parent 82c638c1e0
commit 937c09e2b7
9 changed files with 28 additions and 25 deletions

View File

@@ -41,6 +41,6 @@ async def test_get_article_with_wrong_path_parameters_should_return_error(
'loc_in': 'path',
'msg': 'Input should be a valid integer, unable to parse string as an integer',
'type': 'int_parsing',
'url': 'https://errors.pydantic.dev/2.3/v/int_parsing'
'url': 'https://errors.pydantic.dev/2.4/v/int_parsing'
}
]