From 9665faec246cb8ae5eebcc80e9c392caa18d3620 Mon Sep 17 00:00:00 2001 From: jungmir Date: Sun, 28 Jul 2024 20:29:23 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Fix:=20openapi=20schema=EB=A5=BC=20?= =?UTF-8?q?=EB=B0=9B=EC=95=84=EC=98=A4=EC=A7=80=20=EB=AA=BB=ED=95=98?= =?UTF-8?q?=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements-local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-local.txt b/requirements-local.txt index fc88301..df7a479 100644 --- a/requirements-local.txt +++ b/requirements-local.txt @@ -18,7 +18,7 @@ django-summernote==0.8.20.0 Pillow==9.4.0 django-constance==2.9.1 django-picklefield==3.1 -drf-spectacular==0.25.1 +drf-spectacular==0.27.2 django-cors-headers==3.14.0 requests==2.28.2 django-picklefield==3.1 From e42e95b75e881c2e9ca283021d559e49902d4911 Mon Sep 17 00:00:00 2001 From: jungmir Date: Sun, 28 Jul 2024 20:29:55 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Fix:=20m2=20=EB=A7=A5=EB=B6=81=EC=97=90?= =?UTF-8?q?=EC=84=9C=20mysqlclient=20=EB=8B=A4=EC=9A=B4=EB=A1=9C=EB=93=9C?= =?UTF-8?q?=20=ED=95=98=EC=A7=80=20=EB=AA=BB=ED=95=98=EB=8A=94=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 977a364..dfdaf31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ djangorestframework==3.14.0 djangorestframework-simplejwt==5.2.2 Markdown==3.4.1 mysql-connector-python==8.0.32 -mysqlclient==2.1.1 +mysqlclient==2.2.4 sqlparse==0.4.3 tzdata==2022.7 sorl-thumbnail==12.9.0 @@ -24,4 +24,4 @@ jsons==1.6.3 django-cors-headers==3.14.0 requests==2.28.2 PyFunctional==1.4.3 -pymysql==1.0.3 \ No newline at end of file +pymysql==1.0.3