Skip to content
Merged
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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Install poetry
uses: snok/install-poetry@v1
with:
version: 1.8.2
version: 2.2.1
virtualenvs-create: true
virtualenvs-in-project: true
virtualenvs-path: .venv
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN mkdir /var/media && chown -R mitodl:mitodl /var/media

# Poetry env configuration
ENV \
POETRY_VERSION=1.5.1 \
POETRY_VERSION=2.2.1 \
POETRY_VIRTUALENVS_CREATE=false \
POETRY_CACHE_DIR='/tmp/cache/poetry' \
POETRY_HOME='/home/mitodl/.local' \
Expand Down
5 changes: 5 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
=============

Version 0.189.2
---------------

- fix: upgrade poetry to fix build issues (#3737)

Version 0.189.1 (Released January 06, 2026)
---------------

Expand Down
2 changes: 1 addition & 1 deletion mitxpro/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from mitxpro.celery_utils import OffsettingSchedule
from mitxpro.sentry import init_sentry

VERSION = "0.189.1"
VERSION = "0.189.2"

env.reset()

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license = "BSD-3"
readme = "README.md"
packages = []
package-mode = false
requires-poetry = ">2.2,<3"

[tool.poetry.dependencies]
python = "^3.13"
Expand Down