gnu: python-pytoolconfig: Use Pydantic 2.

* gnu/packages/python-xyz.scm (python-pytoolconfig)[propagated-inputs]:
Replace python-pydantic with python-pydantic-2.

Change-Id: Iff1977d0a28e8c7d137bb5119581937b6abb3ea7
This commit is contained in:
Ricardo Wurmus 2025-02-27 09:04:19 +01:00
parent 7daf3fdfc7
commit dea235ef60
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2575,7 +2575,7 @@ implementation for the Telegram Bot API.")
(build-system pyproject-build-system)
(propagated-inputs (list python-packaging
python-platformdirs
python-pydantic
python-pydantic-2
python-sphinx
python-sphinx-autodoc-typehints
python-sphinx-rtd-theme