Skip to content

Commit

Permalink
fix pydantic version in requirements.txt (#201)
Browse files Browse the repository at this point in the history
Update pydantic version in requirements.txt
  • Loading branch information
djs0109 authored Aug 28, 2024
1 parent 0ee9f7c commit 10a4383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Entirety/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ django-libsass==0.9
filip~=0.2.5
jsonpath_ng==1.6.1
mozilla_django_oidc==2.0.0
pydantic>=1.10.13,<2.*
pydantic>=1.10.13,<2.0.0
crispy-bootstrap5==0.7
pre-commit==2.20.0
psycopg2==2.9.4
Expand Down

0 comments on commit 10a4383

Please sign in to comment.