Skip to content

Commit 2ee635c

Browse files
authored
downgrade django-oauth-toolkit (#3109)
1 parent a117157 commit 2ee635c

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

openapi/specs/v0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@ components:
20842084
grade_percent:
20852085
type: number
20862086
format: double
2087-
description: Returns the grade field value as a number out of 100 (or None
2087+
description: Returns the grade field value as a number out of 100 (or Decimal(0)
20882088
if the value is None)
20892089
readOnly: true
20902090
required:

openapi/specs/v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@ components:
20842084
grade_percent:
20852085
type: number
20862086
format: double
2087-
description: Returns the grade field value as a number out of 100 (or None
2087+
description: Returns the grade field value as a number out of 100 (or Decimal(0)
20882088
if the value is None)
20892089
readOnly: true
20902090
required:

openapi/specs/v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@ components:
20842084
grade_percent:
20852085
type: number
20862086
format: double
2087-
description: Returns the grade field value as a number out of 100 (or None
2087+
description: Returns the grade field value as a number out of 100 (or Decimal(0)
20882088
if the value is None)
20892089
readOnly: true
20902090
required:

poetry.lock

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ django-filter = "^24.3"
2929
django-health-check = { git = "https://github.com/revsys/django-health-check", rev="53f9bdc3a7acc8a577319987fef0bd3040eef4b4" } # pragma: allowlist secret
3030
django-hijack = "^3.6.0"
3131
django-ipware = "^7.0.0"
32-
django-oauth-toolkit = "3.1.0"
32+
django-oauth-toolkit = "2.4.0"
3333
django-redis = "^5.0.0"
3434
django-reversion = "^5.1.0"
3535
django-robots = "6.1"

0 commit comments

Comments
 (0)