We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ddc19 commit 023c704Copy full SHA for 023c704
tox.ini
@@ -301,7 +301,8 @@ deps =
301
framework_starlette-starlette0014: starlette<0.15
302
framework_starlette-starlette0015: starlette<0.16
303
framework_starlette-starlettelatest: starlette
304
- framework_strawberry: starlette
+ ; Strawberry 0.95.0 is incompatible with Starlette 0.18.0, downgrade until future release
305
+ framework_strawberry: starlette<0.18.0
306
framework_strawberry-strawberrylatest: strawberry-graphql
307
framework_tornado: pycurl
308
framework_tornado-tornado0600: tornado<6.1
0 commit comments