Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/decisions/0032-pathway-retirement.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The **status** field will be exposed in the pathways endpoint, and the API will

Consequences
--------------
Consuming systems, such as credentials and edx-plaform, will have to ensure that they take the status field in consideration
Consuming systems, such as credentials and edx-platform, will have to ensure that they take the status field in consideration
while processing pathways. Specifically, credentials will need to ensure that it does not allow credit redemption requests
against retired pathways, and edx-platform will need to exclude retired pathways from the programs section of the learner dashboard.

Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ stevedore==5.5.0
# code-annotations
# edx-django-utils
# edx-opaque-keys
taxonomy-connector==2.3.13
taxonomy-connector==2.4.0
# via -r requirements/base.in
text-unidecode==1.3
# via python-slugify
Expand Down
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ stevedore==5.5.0
# code-annotations
# edx-django-utils
# edx-opaque-keys
taxonomy-connector==2.3.13
taxonomy-connector==2.4.0
# via -r requirements/test.txt
testfixtures==9.1.0
# via -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ stevedore==5.5.0
# code-annotations
# edx-django-utils
# edx-opaque-keys
taxonomy-connector==2.3.13
taxonomy-connector==2.4.0
# via -r requirements/base.txt
text-unidecode==1.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ stevedore==5.5.0
# code-annotations
# edx-django-utils
# edx-opaque-keys
taxonomy-connector==2.3.13
taxonomy-connector==2.4.0
# via -r requirements/base.txt
testfixtures==9.1.0
# via -r requirements/test.in
Expand Down
Loading