From fd16670350077fd36d1596d757d604508d82b0ab Mon Sep 17 00:00:00 2001 From: Guo Zhang Date: Wed, 23 Aug 2023 17:54:54 +0800 Subject: [PATCH] pre-release: v0.1.0-beta.4 --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e832d40..ff52ec1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "django-quanttide" -version = "0.1.0-beta.3" +version = "0.1.0-beta.4" description = "量潮Django SDK" authors = ["QuantTide Inc. "] license = "Apache 2.0" @@ -15,8 +15,7 @@ packages = [{include = "django_quanttide"}] python = "^3.8" Django = ">=3.1" djangorestframework = ">=3.0" - -[tool.poetry.dependencies.polymorphic] +# 多态模型 django-polymorphic = "^3.1.0" django-rest-polymorphic = "^0.1.10"