stphi

Results 2 comments of stphi

C:\Users\Administrator\Desktop\FileCodeBox-master\.venv\Lib\site-packages\pydantic\_internal\_config.py

\FileCodeBox-master\.venv\Lib\site-packages\pydantic\_internal\_config.py raw_annotations = namespace.get('__annotations__', {}) if raw_annotations.get('model_config') and config_dict_from_namespace is None: raise PydanticUserError( '`model_config` cannot be used as a model field name. Use `model_config` for model configuration.', code='model-config-invalid-field-name', ) 在虚拟环境中,将pydantic\_internal\_config.py文件中的...