apitable / apitable/apitable-sdks
ImportError: cannot import name 'ForwardRef' from 'pydantic.typing'
Aperta
bug
- Lingua principale
- Java
- Stelle
- 26
- Fork
- 13
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.