Skip to content

Commit

Permalink
fix: support pydantic2 by using safety_schemas 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Feb 7, 2024
1 parent 1958c25 commit f8d54e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -49,8 +49,8 @@ install_requires =
Authlib>=1.2.0
rich
typer
pydantic>=1.10.12,<2.0
safety_schemas>=0.0.1
pydantic>=1.10.12
safety_schemas>=0.0.2
typing-extensions>=4.7.1

[options.entry_points]
Expand Down

0 comments on commit f8d54e4

Please sign in to comment.