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 Mar 26, 2024
1 parent 4fbb211 commit 7965bcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions test_requirements.txt
Expand Up @@ -16,6 +16,6 @@ marshmallow>=3.15.0; python_version>="3.7"
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

0 comments on commit 7965bcc

Please sign in to comment.