From f94ba3f15ea9bd644f6ae6889fb39a292a3f3d35 Mon Sep 17 00:00:00 2001 From: Robert Craigie Date: Sat, 1 Jul 2023 10:46:35 +0100 Subject: [PATCH] chore(deps): pin pydantic < 2 (#779) ## Change Summary closes #778 ## Checklist - [ ] Unit tests for the changes exist - [ ] Tests pass without significant drop in coverage - [ ] Documentation reflects changes where applicable - [ ] Test snapshots have been [updated](https://prisma-client-py.readthedocs.io/en/latest/contributing/contributing/#snapshot-tests) if applicable ## Agreement By submitting this pull request, I confirm that you can use, modify, copy and redistribute this contribution, under the terms of your choice. --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 3b014ce6f..875a8e4e0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ httpx>=0.19.0 jinja2>=2.11.2 -pydantic>=1.8.0 +pydantic>=1.8.0, < 2.0.0 click>=7.1.2 python-dotenv>=0.12.0 typing-extensions>=4.0.1