fix: add dependencies in pyproject.toml#352
Conversation
Added tomli dependency for Python versions < 3.11. closes #350
✅ Deploy Preview for commit-check ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughA conditional dependency for tomli (version ≥1.1.0) is added to pyproject.toml for Python versions below 3.11, addressing a missing module error when the codebase imports tomli as a fallback for parsing TOML files on older Python versions. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #352 +/- ##
==========================================
+ Coverage 87.31% 87.75% +0.43%
==========================================
Files 8 8
Lines 694 694
==========================================
+ Hits 606 609 +3
+ Misses 88 85 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging this PR will degrade performance by 39.94%Comparing Summary
Performance Changes
Footnotes
|



Added tomli dependency for Python versions < 3.11.
closes #350
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.