From 3c2c8beddbb85ddbf97f88b33a2bf8a5a11f4417 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Fri, 25 Oct 2024 11:21:45 +0200 Subject: [PATCH] :pushpin: Pin to specific commonground-api-common version this version moves the auth middleware to the proper directory, to avoid unnecessary migrations if the authorizations app is unused --- requirements/base.in | 1 + requirements/base.txt | 6 ++++-- requirements/ci.txt | 2 +- requirements/dev.txt | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/requirements/base.in b/requirements/base.in index d764f73a..be11cfe5 100644 --- a/requirements/base.in +++ b/requirements/base.in @@ -1 +1,2 @@ open-api-framework +git+https://github.com/maykinmedia/commonground-api-common.git@move-middleware-file#egg=commonground-api-common diff --git a/requirements/base.txt b/requirements/base.txt index 0d61323a..72f2d036 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -56,8 +56,10 @@ click-plugins==1.1.1 # via celery click-repl==0.3.0 # via celery -commonground-api-common==1.13.3 - # via open-api-framework +commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common.git@move-middleware-file + # via + # -r requirements/base.in + # open-api-framework coreapi==2.3.3 # via commonground-api-common coreschema==0.0.4 diff --git a/requirements/ci.txt b/requirements/ci.txt index fdf434f2..f3991b3d 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -97,7 +97,7 @@ click-repl==0.3.0 # celery codecov==2.1.13 # via -r requirements/ci.in -commonground-api-common==1.13.3 +commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common.git@move-middleware-file # via # -r requirements/base.txt # open-api-framework diff --git a/requirements/dev.txt b/requirements/dev.txt index e8ee2d37..6fdceae1 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -98,7 +98,7 @@ click-repl==0.3.0 # via # -r requirements/base.txt # celery -commonground-api-common==1.13.3 +commonground-api-common @ git+https://github.com/maykinmedia/commonground-api-common.git@move-middleware-file # via # -r requirements/base.txt # open-api-framework