Hello!
After installing apitable for python got this error:
from pydantic.typing import ForwardRef
ImportError: cannot import name 'ForwardRef' from 'pydantic.typing'
In pydantic docs they changed imports ForwardRef section.
Resolved by forced downgrading pydantic to pydantic==1.10.9
Hello!
After installing apitable for python got this error:
In pydantic docs they changed imports ForwardRef section.
Resolved by forced downgrading pydantic to pydantic==1.10.9