Skip to content

Commit

Permalink
Update pydantic version specifier #57
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Aug 1, 2023
1 parent bc11ccd commit de851c6
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 @@ -4,7 +4,7 @@
"pytest-runner",
]

install_requires = ["requests-oauthlib", "pydantic>=1.7.3"]
install_requires = ["requests-oauthlib", "pydantic~=1.7.3"]

tests_require = ["pytest", "black>=20"]

Expand Down

0 comments on commit de851c6

Please sign in to comment.