Skip to content

Commit

Permalink
Fix pydantic version to before breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindsjovold committed Jul 11, 2023
1 parent 2bf1181 commit 489b588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"opencensus-ext-azure",
"numpy",
"paho-mqtt",
"pydantic",
"pydantic==1.10.11",
"PyJWT",
"python-dotenv",
"PyYAML",
Expand Down

0 comments on commit 489b588

Please sign in to comment.