summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm18
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2fefcabb35a..28b9a21b237 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -433,7 +433,7 @@ and JSON.
(list ;; python-azure-identity
python-dotenv
python-flit-core
- python-pydantic-2
+ python-pydantic
python-pytest
python-pytest-cases
python-pytest-xdist
@@ -1357,7 +1357,7 @@ of a fake DNS resolver.")
python-mypy
python-numpy
python-pillow
- python-pydantic-2
+ python-pydantic
python-pytest
python-pytest-asyncio
python-pytest-cov
@@ -2611,7 +2611,7 @@ routes using HTTP Digest Authentication.")
(propagated-inputs
(list python-boto3
python-jsonschema
- python-pydantic-2
+ python-pydantic
python-typing-extensions))
(home-page "https://github.com/aws/serverless-application-model")
(synopsis "Transform AWS SAM templates into AWS CloudFormation templates")
@@ -4621,7 +4621,7 @@ with very acceptable performance.")
(list python-cloudpathlib
python-confection
python-packaging
- python-pydantic-2
+ python-pydantic
python-requests
python-smart-open
python-srsly
@@ -4765,7 +4765,7 @@ service.")
(list python-aiohttp
python-distro
python-httpx
- python-pydantic-2
+ python-pydantic
python-requests
python-tqdm
python-typing-extensions))
@@ -13167,7 +13167,7 @@ Amazon S3 or any other external service.")
python-jinja2
python-multipart
python-orjson
- python-pydantic-2
+ python-pydantic
python-pydantic-settings
python-pyyaml
python-starlette
@@ -13204,7 +13204,7 @@ starlette.")
(build-system pyproject-build-system)
(propagated-inputs
(list python-fastapi python-itsdangerous
- python-pydantic-2))
+ python-pydantic))
(native-inputs
(list python-poetry-core
python-pytest))
@@ -13235,7 +13235,7 @@ pattern.")
;; These are the only required dependencies,
;; please add all optional dependencies to the
;; full python-fastapi-pagination below.
- (propagated-inputs (list python-fastapi python-pydantic-2))
+ (propagated-inputs (list python-fastapi python-pydantic))
(native-inputs (list python-poetry-core))
(home-page "https://github.com/uriyyo/fastapi-pagination")
(synopsis "FastAPI pagination library")
@@ -13278,7 +13278,7 @@ return paginated responses to your clients.")
python-databases
python-django
python-fastapi
- python-pydantic-2
+ python-pydantic
python-sqlalchemy
(package
(inherit python-tortoise-orm)