diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-02-27 08:13:25 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-02-27 09:59:49 +0100 |
commit | 58344a6dc7d17e35c981f8d83d50d356452f28e8 (patch) | |
tree | 9837bacc060f7438f6a76364b47bb956ac7c3fac | |
parent | 9d1b14a6e8b4446709253f5cc2c73aee83e02061 (diff) | |
download | guix-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.scm | 2 |
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 |