Closed chrisyeh96 closed 3 months ago
We just uncovered an issue with our CI that was fixed earlier today. Can you merge with current main
and push? Then I will start the CI runs.
I have merged pandas-dev/main
into my fork
Ugh, so now CI is failing because when you first tested, it used pyright 1.1.373 and that got locked for further tests.
Can you include this in your PR? In pyproject.toml
, change:
pyright = ">=1.1.369"
to
pyright = ">= 1.1.374"
I have updated the pyright dependency version in pyproject.toml
as you suggested.
assert_type()
to assert the type of any return value