Commit 2d75631
test: pin pyright version to avoid errors on authlib.AsyncOAuth2Client
Pyright version 1.1.408 has introduced an issue where it doesn't
recognize AsyncOAuth2Client as an httpx.AsyncClient. The issue relies on
typeshed: python/typeshed#15190.
To avoid tests failures and adding unnecessary ignore directives to the
code, let's pin the version to 1.1.407 and remove it once the bug is fixed.1 parent 8fb4cb0 commit 2d75631
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments