pyodide/packages/pydantic/meta.yaml

19 lines
565 B
YAML

package:
name: pydantic
version: 2.6.1
top-level:
- pydantic
source:
sha256: 4fd5c182a2488dc63e6d32737ff19937888001e2a6d86e94b3f233104a5d1fa9
url: https://files.pythonhosted.org/packages/73/27/a17cc261bb974e929aa3b3365577e43c1c71c3dcd8669250613a7135cb8f/pydantic-2.6.1.tar.gz
requirements:
run:
- typing-extensions
- pydantic_core
- annotated-types
about:
home: https://github.com/samuelcolvin/pydantic
PyPI: https://pypi.org/project/pydantic
summary: Data validation and settings management using python type hints
license: MIT