apitable / apitable/apitable-sdks
ImportError: cannot import name 'ForwardRef' from 'pydantic.typing'
Abierto
bug
- Lenguaje dominante
- Java
- Estrellas
- 26
- Forks
- 13
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.