Skip to content

Commit 45ef3f9

Browse files
committed
limit contourpy version
1 parent 1bc7d36 commit 45ef3f9

3 files changed

Lines changed: 6 additions & 27 deletions

File tree

.github/workflows/ssh-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uv sync
4343
4444
# Run migrations
45-
alembic upgrade head
45+
uv run alembic upgrade head
4646
4747
# stop the supervisor process
4848
supervisorctl start $SERVICE

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.14"
77
dependencies = [
88
"alembic>=1.17.2",
9+
"contourpy<=1.3.2",
910
"deepl>=1.25.0",
1011
"dnspython>=2.8.0",
1112
"jinja2>=3.1.6",

uv.lock

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

0 commit comments

Comments
 (0)