Skip to content

Commit

Permalink
chore(deps): pin pydantic < 2 (#779)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
RobertCraigie committed Jul 1, 2023
1 parent 5713263 commit f94ba3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f94ba3f

Please sign in to comment.