Skip to content

Commit

Permalink
Require pydantic<2.0 unless it's supported (#573)
Browse files Browse the repository at this point in the history
Pydantic 2.0 has been released yesterday and is not compatible with the current code.
  • Loading branch information
borzunov authored Jul 1, 2023
1 parent 11d70fe commit b7cbd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ configargparse>=1.2.3
multiaddr>=0.0.9
pymultihash>=0.8.2
cryptography>=3.4.6
pydantic>=1.8.1
pydantic>=1.8.1,<2.0

0 comments on commit b7cbd97

Please sign in to comment.