Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools<70", "setuptools_scm"]
requires = ["setuptools<82", "setuptools_scm"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies = [
"marshmallow>=3,<4",
"marshmallow-enum",
"marshmallow-jsonschema>=0.12.0",
"setuptools<70",
"setuptools<82",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, we could remove the pin here. It was pinned to <70 because there was a bug between versions 70–80

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would 82 work because of the pkg_resources thing?

Copy link
Copy Markdown
Member

@pingsutw pingsutw May 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good point. I’m not sure, so let’s leave it as is for now. (<82)

"mashumaro>=3.15",
"msgpack>=1.1.0",
"protobuf!=4.25.0",
Expand Down
Loading