Skip to content

Commit 7aed505

Browse files
authored
build: Relax pydantic version (#215)
1 parent 908cad9 commit 7aed505

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
@@ -29,7 +29,7 @@ install_requires =
2929
async-property==0.2.1
3030
cryptography>=3.4.0
3131
httpx[http2]==0.23.0
32-
pydantic[dotenv]==1.8.2
32+
pydantic[dotenv]>=1.8.2,<1.10
3333
readerwriterlock==1.0.9
3434
sqlparse>=0.4.2
3535
python_requires = >=3.7

0 commit comments

Comments
 (0)