Remove requirements flag in workflow #2
Annotations
10 errors and 1 warning
Run Pyright @ 3.x:
build/lib/twitchio/client.py#L868
Argument of type "ManagedHTTPClient" cannot be assigned to parameter "http" of type "HTTPClient" in function "__init__"
"ManagedHTTPClient" is not assignable to "HTTPClient" (reportArgumentType)
|
Run Pyright @ 3.x:
build/lib/twitchio/client.py#L907
Argument of type "ManagedHTTPClient" cannot be assigned to parameter "http" of type "HTTPClient" in function "__init__"
"ManagedHTTPClient" is not assignable to "HTTPClient" (reportArgumentType)
|
Run Pyright @ 3.x:
build/lib/twitchio/client.py#L939
Argument of type "ManagedHTTPClient" cannot be assigned to parameter "http" of type "HTTPClient" in function "__init__"
"ManagedHTTPClient" is not assignable to "HTTPClient" (reportArgumentType)
|
Run Pyright @ 3.x:
build/lib/twitchio/client.py#L968
Argument of type "ManagedHTTPClient" cannot be assigned to parameter "http" of type "HTTPClient" in function "__init__"
"ManagedHTTPClient" is not assignable to "HTTPClient" (reportArgumentType)
|
Run Pyright @ 3.x:
build/lib/twitchio/client.py#L999
Argument of type "ManagedHTTPClient" cannot be assigned to parameter "http" of type "HTTPClient" in function "__init__"
"ManagedHTTPClient" is not assignable to "HTTPClient" (reportArgumentType)
|
Run Pyright @ 3.x:
build/lib/twitchio/client.py#L1231
Argument of type "ManagedHTTPClient" cannot be assigned to parameter "http" of type "HTTPClient" in function "__init__"
"ManagedHTTPClient" is not assignable to "HTTPClient" (reportArgumentType)
|
Run Pyright @ 3.x:
build/lib/twitchio/client.py#L1337
Argument of type "ManagedHTTPClient" cannot be assigned to parameter "http" of type "HTTPClient" in function "__init__"
"ManagedHTTPClient" is not assignable to "HTTPClient" (reportArgumentType)
|
Run Pyright @ 3.x:
build/lib/twitchio/client.py#L1408
Argument of type "ManagedHTTPClient" cannot be assigned to parameter "http" of type "HTTPClient" in function "__init__"
"ManagedHTTPClient" is not assignable to "HTTPClient" (reportArgumentType)
|
Run Pyright @ 3.x:
build/lib/twitchio/client.py#L1467
Argument of type "ManagedHTTPClient" cannot be assigned to parameter "http" of type "HTTPClient" in function "__init__"
"ManagedHTTPClient" is not assignable to "HTTPClient" (reportArgumentType)
|
Run Pyright @ 3.x:
build/lib/twitchio/http.py#L718
Argument of type "Self@HTTPClient" cannot be assigned to parameter "http" of type "HTTPClient" in function "__init__"
"HTTPClient*" is not assignable to "HTTPClient" (reportArgumentType)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading