Skip to content

Commit

Permalink
pyproject.toml: limit pydantic to version <2
Browse files Browse the repository at this point in the history
Fixes: #864
Signed-off-by: Carlos Rodriguez-Fernandez <carlosrodrifernandez@gmail.com>
  • Loading branch information
carlosrodfern authored and nphilipp committed Jul 10, 2023
1 parent 2b8a457 commit f7d0c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jmespath = {version = ">=0.10, <2", optional = true}
pottery = {version = "^3", optional = true}
psycopg2 = {version = "^2.9.2", optional = true}
aiodns = {version = "^3.0.0", optional = true}
pydantic = ">=1.6.2"
pydantic = ">=1.6.2, <2"
aiosqlite = {version = ">=0.17.0, <2", optional = true}
pyxdg = ">=0.27, <2"

Expand Down

0 comments on commit f7d0c1c

Please sign in to comment.