summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-09-14 13:47:31 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-09-14 13:47:31 +0200
commit95e75b90f1a092bad10e0b93ef065e78dfabb227 (patch)
tree636e2743402bf72669db1af999a64c01740889c0 /pyproject.toml
parent2943d1c11e8840aa6037034f36f86c059aebfde8 (diff)
allow msgpack 1.0.6 (which has py312 wheels), fixes #7810
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8ca874e63..26fca4489 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ classifiers = [
]
license = {text="BSD"}
dependencies = [
- "msgpack >=1.0.3, <=1.0.6rc1",
+ "msgpack >=1.0.3, <=1.0.6",
"packaging",
"platformdirs >=3.0.0, <4.0.0; sys_platform == 'darwin'", # for macOS: breaking changes in 3.0.0,
"platformdirs >=2.6.0, <4.0.0; sys_platform != 'darwin'", # for others: 2.6+ works consistently.