Skip to content

Commit 4bffa98

Browse files
authored
Pinned version of dependency that broke the build (#2133)
* Pinned version of dependency that broke the build
1 parent 5564011 commit 4bffa98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ deps =
421421
starlite: python-multipart
422422
starlite: requests
423423
starlite: cryptography
424+
{py3.8,py3.9}-starlite: typing-extensions==4.5.0 # this is used by pydantic, which is used by starlite. When the problem is fixed in here or pydantic, this can be removed
424425

425426
# SQLAlchemy
426427
sqlalchemy-v1.2: sqlalchemy>=1.2,<1.3

0 commit comments

Comments
 (0)