Skip to content

Conversation

@jingfelix
Copy link
Contributor

Error in Python Version

In dockerpyze/builder.py#7 tomllib is imported.

import tomllib

However, tomllib is added in Python 3.11, larger than the version restricted in pyproject.toml.
Fixed by updating to requires-python = ">=3.11,<4.0"

Version Mismatch of dockerpyze

The version of dockerpyze should be 2.1.1

[[package]]
name = "dockerpyze"
version = "2.1.1"

Signed-off-by: jingfelix <jingfelix@outlook.com>
Copy link
Owner

@nicoloboschi nicoloboschi left a comment

Choose a reason for hiding this comment

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

LGTM

Thanks!

Signed-off-by: jingfelix <jingfelix@outlook.com>
@jingfelix
Copy link
Contributor Author

Fix the missing line in test_build.py::test_parse, which should be added after 9023f9.

@nicoloboschi nicoloboschi merged commit bc0e259 into nicoloboschi:main Apr 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants