Skip to content

Commit 6f19be7

Browse files
alexrashedthrau
authored andcommitted
limit setuptools in plux dependencies (#25)
1 parent ddf2a28 commit 6f19be7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plux/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
name = "plux"
1919

20-
__version__ = "1.11.1"
20+
__version__ = "1.11.2"
2121

2222
__all__ = [
2323
"FunctionPlugin",

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ setup_requires =
3030
wheel
3131
install_requires =
3232
importlib-metadata>=0.12;python_version<"3.8"
33+
setuptools<=75.1.0
3334
test_requires =
3435
setuptools
3536
pytest==6.2.4

0 commit comments

Comments
 (0)