摘要:
前言 使用 FastAPI,你可以定义、校验、记录文档并使用任意深度嵌套的模型(归功于Pydantic) List 字段 你可以将一个属性定义为拥有子元素的类型。例如 Python list: from typing import Union from fastapi import FastAPI 阅读全文
摘要:
# 前言 最近在运行pytest的时候,经常出现这个警告DeprecationWarning: pkg_resources is deprecated as an API See https://setuptools.pypa.io/en/latest/pkg_resources.html from 阅读全文