apitable / apitable/apitable-sdks
ImportError: cannot import name 'ForwardRef' from 'pydantic.typing'
Open
bug
- Dominant language
- Java
- Stars
- 26
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
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 ](https://docs.pydantic.dev/latest/usage/postponed_annotations/) they changed imports ForwardRef section.
Resolved by forced downgrading pydantic to pydantic==1.10.9
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.