Cadwyn

Latest version: v5.2.2

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 16

5.1.1

Fixed

* Support for `WithJsonSchema` in schema generation

5.1.0

Added

* Support for python 3.9

5.0.0

Added

* Support for URL path version prefixes instead of version headers. You can control it with the `api_version_location` argument of `cadwyn.Cadwyn`.
* Support for arbitrary strings as versions. You can control the format of the version with the `api_version_format` argument of `cadwyn.Cadwyn`.
* Extensibility of version picking logic with a new `VersionPickingMiddleware` class that you can pass to the `versioning_middleware_class` argument of `cadwyn.Cadwyn`.
* `api_version_default_value` argument to `cadwyn.Cadwyn` to set a default version for unversioned requests. It can be a string or an async callable that returns a string.

Changed

* `cadwyn.Version`, `cadwyn.VersionBundle`, and `cadwyn.VersionBundle.api_version_var` now store versions as strings instead of dates. Date types can still be passed to `cadwyn.Version` but there is no guarantee that they will be supported in the future. However, ISO dates with a string type are guaranteed to be supported.
* Cadwyn's `api_version_header_name` argument is now deprecated in favor of `api_version_parameter_name`
* `cadwyn.Cadwyn.add_header_versioned_routers` method is now deprecated in favor of `cadwyn.Cadwyn.generate_and_include_versioned_routers`. It will be removed in version 6.0.0

Removed

* `HeaderVersioningMiddleware` in favor of `VersionPickingMiddleware` because we now support more than just headers

4.6.0

Added

* Support for more field attributes in `schema.had()` and `schema.didnt_have()`: `field_title_generator`, `fail_fast`, `coerce_numbers_to_str`, `union_mode`, `allow_mutation`, `pattern`, `discriminator`
* Support for forwardrefs in body fields (for example, when you use `from __future__ import annotations` in the file with your routes)
* Support for forwardrefs in route dependencies

4.5.0

Added

* `check_usage` argument to request/response by schema converters. Cadwyn always checks whether a schema mentioned in a converter applies to one or more endpoints to guarantee that the converter will apply to at least one endpoint. Sometimes, however, you do not need this validation. For example, when you use these converters for converting webhook bodies. Setting `check_usage=False` makes it possible to skip the validation

4.4.5

Fixed

* Fix invalid migration of pydantic v1 style root validators when pydantic erases information about their "skip_on_failure" attribute

Page 2 of 16

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.