Ecosystem report

Old: main (merge base) 9f7591d6 New: 24822/merge b4d25de2
Lint Rule Removed Added Changed
Total 3 0 3
unresolved-attribute 3 0 0
invalid-argument-type 0 0 2
type-assertion-failure 0 0 1
Project Removed Added Changed
Total 3 0 3
prefect 3 0 0
pandas-stubs 0 0 1
pip 0 0 1
urllib3 0 0 1

pandas-stubs (https://github.com/pandas-dev/pandas-stubs)

tests/test_api_types.py

[error] type-assertion-failure - Type `Categorical[str]` does not match asserted type `Categorical[int]`
[error] type-assertion-failure - Type `Categorical[Unknown]` does not match asserted type `Categorical[int]`

pip (https://github.com/pypa/pip)

src/pip/_vendor/urllib3/response.py

[error] invalid-argument-type - Argument to `HTTPHeaderDict.__init__` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | HasGettableStringKeys | None`, found `(Mapping[str, str] & ~HTTPHeaderDict) | (Mapping[bytes, bytes] & ~HTTPHeaderDict) | None`
[error] invalid-argument-type - Argument to `HTTPHeaderDict.__init__` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | HasGettableStringKeys | None`, found `(Mapping[str, str] & ~HTTPHeaderDict) | Mapping[bytes, bytes] | None`

prefect (https://github.com/PrefectHQ/prefect)

src/prefect/server/orchestration/global_policy.py

[error] unresolved-attribute - Attribute `state_details` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `state_details` is not defined on `None` in union `State | None`
[error] unresolved-attribute - Attribute `state_details` is not defined on `None` in union `State | None`

urllib3 (https://github.com/urllib3/urllib3)

src/urllib3/response.py

[error] invalid-argument-type - Argument to `HTTPHeaderDict.__init__` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | HasGettableStringKeys | None`, found `(Mapping[str, str] & ~HTTPHeaderDict) | (Mapping[bytes, bytes] & ~HTTPHeaderDict) | None`
[error] invalid-argument-type - Argument to `HTTPHeaderDict.__init__` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | HasGettableStringKeys | None`, found `(Mapping[str, str] & ~HTTPHeaderDict) | Mapping[bytes, bytes] | None`