Fastapi-cruddy-framework

Latest version: v1.10.1

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

Scan your dependencies

Page 1 of 12

1.10.1

- Fix README
- Shim openapi json 'where' to be compatible with https://github.com/OpenAPITools

1.10.0

- Update sqlmodel to 0.0.21
- Update internal functions to handle native UUIDs

1.9.2

- Relax `Repository` return types to allow user space typing

1.9.1

- Upgrade base sqlmodel version to 0.0.19

1.9.0

- Adds support for polymorphic relationships, which do not have directly associated foreign keys.

1.8.0

- Adds new exception `CruddyNoMatchingRowException`
- Raises `CruddyNoMatchingRowException` whenever a CRUD operation that looks completely valid based on model validation unexpectedly fails on the database side of the transaction. This is typically due to row-level access control policies implemented in languages like `plpgsql`.
- Added example function to the example sever which adds a global funnel to catch all `CruddyNoMatchingRowException`s and return a 404.

Page 1 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.