Annotated parameter types using annotated_types should be validated by Pydantic. This used to work, but regressed starting from 3.21.0. Types are still validated, but constraint annotations are not. I ...
Create a new BundlingOptions parameter that accepts a string that allows setting the version of the packaging tool such as poetry or uv used in the bundling step for Lambda function. These are ...