apitable / apitable/apitable-sdks

cannot import name 'ForwardRef' from 'pydantic.typing'

Đang mở
#117 0 bình luận 3 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Java
Star
26
Fork
13
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

### 环境
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'
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.