Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit f94ba3f

Browse files
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.
1 parent 5713263 commit f94ba3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
httpx>=0.19.0
22
jinja2>=2.11.2
3-
pydantic>=1.8.0
3+
pydantic>=1.8.0, < 2.0.0
44
click>=7.1.2
55
python-dotenv>=0.12.0
66
typing-extensions>=4.0.1

0 commit comments

Comments
 (0)