apitable / apitable/apitable-sdks
ImportError: cannot import name 'ForwardRef' from 'pydantic.typing'
Ouverte
bug
- Langage dominant
- Java
- Étoiles
- 26
- Forks
- 13
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.