Skip to content

Commit bd55eeb

Browse files
fix: lock pydantic version (#270)
1 parent 82fc726 commit bd55eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install_requires =
2828
appdirs-stubs>=0.1.0
2929
cryptography>=3.4.0
3030
httpx[http2]==0.24.0
31-
pydantic[dotenv]>=1.8.2
31+
pydantic[dotenv]>=1.8.2,<2.0
3232
python-dateutil>=2.8.2
3333
readerwriterlock==1.0.9
3434
sqlparse>=0.4.2

0 commit comments

Comments
 (0)