Skip to content

Commit 8e30d8f

Browse files
downgrading multiprocess
1 parent bcf10e5 commit 8e30d8f

File tree

3 files changed

+26
-12
lines changed

3 files changed

+26
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
## Pedantic 2.3.0
33
- added support for Python 3.14
44
- updated dependencies
5+
- remove start method for `multiprocess` and use default again (which is `fork`)
56

67
## Pedantic 2.2.3
78
- remove support for deprecated `typing.ByteString`

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
dev = [
3333
"docstring-parser==0.17",
3434
"Flask[async]==3.1.2",
35-
"multiprocess @ git+https://github.com/uqfoundation/multiprocess.git@02ea4bd36cac5013d70847815c92e1a736ef4a05",
35+
"multiprocess==0.70.18",
3636
"Werkzeug==3.1.3",
3737
]
3838

0 commit comments

Comments
 (0)