File "/Users/is/src/cnb-is/.venv/lib/python3.12/site-packages/cnb/cnb.py", line 5, in <module>
from .activities import ActivitiesService
File "/Users/is/src/cnb-is/.venv/lib/python3.12/site-packages/cnb/activities.py", line 35
) -> list[interface{}]:
python-cnb 0.4.0没有问题.
我理解interface{}这个应该是类型没有处理好?
python 3.12,
[project]
name = "cnb-is"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"python-cnb==0.4.0",
]
python-cnb升级到0.5.0出现的状况.
python-cnb 0.4.0没有问题.
我理解interface{}这个应该是类型没有处理好?
python 3.12,