openapi-core
openapi-core copied to clipboard
Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI v3.0 and OpenAPI v3.1 specification.
### Actual Behavior If I write an OpenAPI document that specifies a parameter `foo` that’s `deprecated: true`, and use it to validate a request that *does not include that parameter*,...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.34 to 9.5.42. Release notes Sourced from mkdocs-material's releases. mkdocs-material-9.5.42 Fixed #7625: Invalid encoding of boolean attributes in privacy plugin Fixed #7624: Crash when disabling privacy plugin...
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.114.0 to 0.115.2. Release notes Sourced from fastapi's releases. 0.115.2 Upgrades ⬆️ Upgrade Starlette to >=0.37.2,<0.41.0. PR #12431 by @tiangolo. 0.115.1 Fixes 🐛 Fix openapi generation with...
Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 to 0.0.12. Release notes Sourced from python-multipart's releases. Version 0.0.12 What's Changed Enforce 100% coverage by @Kludex in Kludex/python-multipart#159 Add mypy strict typing by @jhnstrk in...
Bumps [starlette](https://github.com/encode/starlette) from 0.38.5 to 0.38.6. Release notes Sourced from starlette's releases. Version 0.38.6 Fixed Close unclosed MemoryObjectReceiveStream in TestClient #2693. Full Changelog: https://github.com/encode/starlette/compare/0.38.5...0.38.6 Changelog Sourced from starlette's changelog. 0.38.6...
Adding an optional parameter `error_handler_params` in Flask Decorator to provide data to Error handler class. The parameter is basically a dictionary which is passed to constructor of error handler class,...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. Release notes Sourced from pytest's releases. 8.3.3 pytest 8.3.3 (2024-09-09) Bug fixes #12446: Avoid calling @property (and other instance descriptors) during fixture discovery --...
### Suggested Behavior I would like to add a way to customize error response format and would like to add additional information in the error response generated by OpenAPI-Core currently...
### Suggested Behavior The `ValidationError` (why is it a `dataclass` btw?) and it's child classes don't provide any details of: - What actually failed (ie. what was the error message,...