Vinit Kumar
Vinit Kumar
 ### Snyk has created this PR to fix 2 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `requirements_dev.txt` ⚠️ Warning ``` equests...
## Description ## Related resources * #... * #... ## Checklist * [ ] I have opened this pull request against ``master`` * [ ] I have added or modified...
## Summary This PR adds **parallel processing support** for json2xml, leveraging Python 3.14t's free-threaded capabilities (no-GIL) to achieve **up to 1.55x speedup** for medium-sized datasets. ## 🚀 Key Features -...
## Summary by Sourcery Clean up test code and lint configuration by removing redundant type imports in TYPE_CHECKING blocks and re-enabling unused import detection. Enhancements: - Simplify TYPE_CHECKING blocks in...
## Summary - Add targeted tests for edge branches in `dicttoxml` (CDATA end sequence, namespaced/numeric keys, list header and @flat handling, Decimal typing, ids attribute behavior) - Refactor `get_unique_id` to...
We need to implement two management command, one to dumpdata from the cms models that has all the data required to setup the page including the plugin data and placeholder...
Updates the test requirements to use Django 6.0 instead of 6.0a1 ## Summary by Sourcery Update supported Python/Django matrix and tooling to target Python 3.10+ and Django up to 6.0,...