Skip to content

Commit

Permalink
fix(deps): revert to pydantic 1.7.3
Browse files Browse the repository at this point in the history
Pydantic 1.8 breaks the hashing functions somehow. I think we should move to 1.8 once they have
fixed that bug. I am also not sure how to go about testing this bug reliably to avoid future
dependencies update that cause a similar bug...

#280
  • Loading branch information
AntoineDao committed Mar 3, 2021
1 parent 26bc30b commit f54482f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
pydantic==1.8
pydantic==1.7.3
PyYAML==5.4.1
jsonschema==3.2.0

0 comments on commit f54482f

Please sign in to comment.