パッケージ: python3-pydantic-compat (0.1.2-3)
python3-pydantic-compat に関するリンク
Debian の資源:
pydantic-compat ソースパッケージをダウンロード:
- [pydantic-compat_0.1.2-3.dsc]
- [pydantic-compat_0.1.2.orig.tar.gz]
- [pydantic-compat_0.1.2-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Compatibility layer for pydantic v1/v2
Pydantic 2 was a major release that completely changed the pydantic API.
For applications, this is not a big deal, as they can pin to whatever version of pydantic they need. But for libraries that want to exist in a broader environment, pinning to a specific version of pydantic is not always an option (as it limits the ability to co-exist with other libraries).
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).
Tests are run on Pydantic v1.8 and up
The API conversion is not exhaustive, but suffices for many use cases.
その他の python3-pydantic-compat 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-pydantic
- Data validation and settings management using Python type hinting