hb2638

Results 13 issues of hb2638

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description A type adapter for collections.abc.MutableMapping cannot validate instances of collections.UserDict in strict mode I get the...

help wanted
bug V2
good first issue

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Pydantic gives the below error when using from future import annotations with generic functions NOTE: same...

feature request
pep695

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description In the below code, both functions should return the same value. The only difference is where...

bug V2
pending