Aaron

Results 9 comments of Aaron

Just happened upon this and wanted to share a small possible workaround: ```python from pydantic import BaseModel, Field from typing import List, Literal, Dict, Tuple, Optional, TypeVar, Generic, Annotated, Union,...

> +1 getting this too after upgrading my nvim/neotest/neotest-pytest. Can't quite figure out which upgrade caused the regression Yeah - I was suspecting this could be an issue in neotest...

> I had this bug on nightly build. when moving to `v0.10.0` the bug was gone is that v0.10.0 of neotest? or neotest-python? if you're able to do any testing...

Not sure if this helps, but here's the fieldinfo for `items` using either `TypeAlias` or the new `type` syntax: ```python >>> ThingA1.model_fields["items"].annotation typing.List[int] >>> ThingA2.model_fields["items"].annotation Default2 ``` maybe this is...

totally didn't realize this got fixed - thank you! And understood on the type checkers front. I'll take a look at #11467 and see if I have any comments from...

Will do! Need a little to get back to a computer.

> Thanks for your efforts. However, I am closing as this has already been addressed in https://github.com/cyclotruc/gitingest/pull/295. Awesome!

I'm running in to the issue that this pr resolves - any chance we could get movement on this? it's been open for a year now.

can outside folks contribute to this pr? I'd be happy to take a stab at writing the rest of the tests if that helps