This package provides (unofficial) compatibility mixins and function adaptors for pydantic v1-v2 cross compatibility.
This package provides (unofficial) compatibility mixins and function adaptors for pydantic v1-v2 cross compatibility. It allows you to use either v1 or v2 API names, regardless of the pydantic version installed. (Prefer using v2 names when possible).
This package provides (unofficial) compatibility mixins and function adaptors for pydantic v1-v2 cross compatibility. It allows you to use either v1 or v2 API names, regardless of the pydantic version installed. (Prefer using v2 names when possible).
To install py39-pydantic-compat, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-pydantic-compat
To see what files were installed by py39-pydantic-compat, run:
port contents py39-pydantic-compat
To later upgrade py39-pydantic-compat, run:
sudo port selfupdate && sudo port upgrade py39-pydantic-compat
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.