Resource-id

Latest version: v1.3.0

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

Scan your dependencies

Page 1 of 2

1.21

* Replace Pydantic annotation with implementation of Pydantic class methods in ResourceId class.
FastAPI does not appear to be able to handle Pydantic-annotated types.

1.3.0

* ResourceId now parses string inputs as follows: first it attempts to parse input
as a base62-encoded int; if that fails, it attempts to parse as a UUID formatted string.
This turns out to be quite useful when retrieving data as JSON from a database.

1.2.3

* ResourceId json schema type is now correctly set to 'string'.

1.2.2

* Rewrite pydantic 2 methods in ResourceId in response to changes in Pydantic 2.0.3 that broke
JSON schema generation by ResourceId. This caused problems for FastAPI openapi documentation generation.

1.2.0

* ResourceId.__eq__ now returns NotImplemented in response to a class mismatch.
* Pydantic 2 support is now implemented via annotation of the ResourceId type.
* tox test matric tests Pydantic 1 and 2 with each supported python version.

1.1.0

* Drop support for python 3.7; add 3.11 to tox environment list.
* Update ResourceId to support Pydantic 2. This requires adding Pydantic
as a dependency. Support for Pydantic 1 remains.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.