Skip to content

fix: handle tomllib fallback for python 3.10 (#226)#234

Merged
stabldev merged 7 commits intostabldev:mainfrom
nitesh-77:fix/issue-226-tomllib-fallback
Jan 3, 2026
Merged

fix: handle tomllib fallback for python 3.10 (#226)#234
stabldev merged 7 commits intostabldev:mainfrom
nitesh-77:fix/issue-226-tomllib-fallback

Conversation

@nitesh-77
Copy link
Copy Markdown
Contributor

Added a fallback to tomli for Python < 3.11 as requested in issue #226. Updated pyproject.toml to include conditional dependency.

Fixes #226

@nitesh-77 nitesh-77 force-pushed the fix/issue-226-tomllib-fallback branch from 33d33dc to e02ef75 Compare December 23, 2025 12:20
Copy link
Copy Markdown
Owner

@stabldev stabldev left a comment

Choose a reason for hiding this comment

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

Looks good, thanks @nitesh-77
could you update the uv lock file? so the actions can continue

@nitesh-77
Copy link
Copy Markdown
Contributor Author

Looks good, thanks @nitesh-77 could you update the uv lock file? so the actions can continue

got it!!

@stabldev stabldev marked this pull request as draft January 3, 2026 11:09
@nitesh-77 nitesh-77 marked this pull request as ready for review January 3, 2026 13:18
Copy link
Copy Markdown
Owner

@stabldev stabldev left a comment

Choose a reason for hiding this comment

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

thank you so much @nitesh-77 for this PR!
ps: i also added python-tomli for arch users: commit: nitesh-77@7b81fc6

@stabldev stabldev merged commit 117ec1e into stabldev:main Jan 3, 2026
6 checks passed
@nitesh-77
Copy link
Copy Markdown
Contributor Author

thank you so much @nitesh-77 for this PR! ps: i also added python-tomli for arch users: commit: nitesh-77@7b81fc6

Happy to help! Thanks for the tweak for Arch users.

@nitesh-77 nitesh-77 deleted the fix/issue-226-tomllib-fallback branch January 3, 2026 13:39
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.

[Bug] handle tomllib fallback for python 3.10

2 participants