Skip to content

Commit 34ff6e8

Browse files
committed
Fix: pkg_resources removed from setuputils
Pinned setuputils to < 81 which should be good for runestone command for the rest of its existence.
1 parent ebf7228 commit 34ff6e8

5 files changed

Lines changed: 117 additions & 57 deletions

File tree

poetry.lock

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

projects/author_server/poetry.lock

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

projects/interactives/poetry.lock

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

projects/interactives/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ license = "GPL"
3434
name = "runestone"
3535
readme = "README.rst"
3636
repository = "https://github.com/RunestoneInteractive/rs"
37-
version = "7.12.1"
37+
version = "7.13.0"
3838

3939
# See https://python-poetry.org/docs/pyproject/#include-and-exclude.
4040
include = [
@@ -125,6 +125,10 @@ scikit-learn = "^1.5.1"
125125
ipyleaflet = "^0.19.2"
126126
aiosqlite = ">=0.18.0"
127127
cryptography = "^3.0.0"
128+
setuptools = "<81.0.0"
129+
standard-asyncore = "^3.13.0"
130+
standard-imghdr = "^3.13.0"
131+
standard-cgi = "^3.13.0"
128132

129133
# Development dependencies
130134
# ========================
@@ -149,7 +153,6 @@ standard-asyncore = "^3.13.0"
149153
standard-imghdr = "^3.13.0"
150154
standard-cgi = "^3.13.0"
151155

152-
153156
# Scripts
154157
# =======
155158
# See `scripts <https://python-poetry.org/docs/pyproject/#scripts>`_.

0 commit comments

Comments
 (0)