aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-02-27 08:13:25 +0100
committerRicardo Wurmus <rekado@elephly.net>2025-02-27 09:59:49 +0100
commit58344a6dc7d17e35c981f8d83d50d356452f28e8 (patch)
tree9837bacc060f7438f6a76364b47bb956ac7c3fac
parent9d1b14a6e8b4446709253f5cc2c73aee83e02061 (diff)
downloadguix-58344a6dc7d17e35c981f8d83d50d356452f28e8.tar.gz
guix-58344a6dc7d17e35c981f8d83d50d356452f28e8.zip
gnu: python-huggingface-hub: Use Pydantic 2.
* gnu/packages/python-web.scm (python-huggingface-hub)[propagated-inputs]: Replace python-pydantic with python-pydantic-2. Change-Id: Id294af8c1bd6a2e4be8897e8492fcacc77e5a6f0
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6bc51520d9..ffc85ca804 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -568,7 +568,7 @@ of a fake DNS resolver.")
python-mypy
python-numpy
python-pillow
- python-pydantic
+ python-pydantic-2
python-pytest
python-pytest-asyncio
python-pytest-cov