apitable / apitable/apitable-sdks
cannot import name 'ForwardRef' from 'pydantic.typing'
- Dominant language
- Java
- Stars
- 26
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
### 环境
python 3.10.6
Apitable 1.3.1
pydantic 2.1.1
### 测试代码:
```py
from apitable import Apitable
apitable = Apitable("your api_token")
```
### 异常信息:
```
Traceback (most recent call last):
File "E:\Desktop\test.py", line 1, in
from apitable import Apitable
File "D:\ProgramFiles\python\Python310\lib\site-packages\apitable\__init__.py", line 1, in
from .apitable import Apitable
File "D:\ProgramFiles\python\Python310\lib\site-packages\apitable\apitable.py", line 4, in
from .datasheet import Datasheet
File "D:\ProgramFiles\python\Python310\lib\site-packages\apitable\datasheet\__init__.py", line 1, in
from .datasheet import *
File "D:\ProgramFiles\python\Python310\lib\site-packages\apitable\datasheet\datasheet.py", line 11, in
from apitable.datasheet.field_manager import FieldManager
File "D:\ProgramFiles\python\Python310\lib\site-packages\apitable\datasheet\field_manager.py", line 2, in
from apitable.types.field import MetaField
File "D:\ProgramFiles\python\Python310\lib\site-packages\apitable\types\__init__.py", line 2, in
from .field import *
File "D:\ProgramFiles\python\Python310\lib\site-packages\apitable\types\field.py", line 5, in
from pydantic.typing import ForwardRef
ImportError: cannot import name 'ForwardRef' from 'pydantic.typing'
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.