Bump Python requirement psycopg2-binary to 2.9.10
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
149+ 56
− 3
@@ -61,6 +61,7 @@ from arkindex.documents.models import (
@@ -98,7 +99,7 @@ from arkindex.training.models import DatasetElement, ModelVersion
@@ -356,7 +357,7 @@ class ElementsListAutoSchema(AutoSchema):
@@ -394,7 +395,7 @@ class ElementsListAutoSchema(AutoSchema):
@@ -475,6 +476,13 @@ class ElementsListAutoSchema(AutoSchema):
@@ -924,6 +932,14 @@ class ElementsListBase(CorpusACLMixin, DestroyModelMixin, ListAPIView):
@@ -1195,6 +1211,41 @@ class ElementChildren(ElementsListBase):
@@ -1502,6 +1553,8 @@ class CorpusList(ListCreateAPIView):