Files
pydantic/changes/4358-aminalaee.md
T
Amin Alaee 1f83221323 Fix imports indirectly from pydantic typing (#4358)
* Fix imports indirectly from pydantic typing

* fix pipeline

* Add MappingIntStrAny to __all__

* fix ForwardRef

* Fix Callable

* remove from ForwardRef imports

* Add changes
2022-08-11 12:35:56 +01:00

133 B

Fix implpicitly importing ForwardRef and Callable from pydantic.typing instead of typing and also expose MappingIntStrAny.