potiuk commented on PR #600:
URL: https://github.com/apache/burr/pull/600#issuecomment-3590670808

   All it needs is:
   
   ```
   [build-system]
   requires = [
       "GitPython==3.1.45",
       "gitdb==4.0.12",
       "hatchling==1.27.0",
       "packaging==25.0",
       "pathspec==0.12.1",
       "pluggy==1.6.0",
       "smmap==5.0.2",
       "tomli==2.2.1; python_version < '3.11'",
       "trove-classifiers==2025.9.11.17",
   ]
   build-backend = "hatchling.build"
   ```
   
   This will provide build reproducibility for the future. When you set-up 
dependabot it will automatically upgrade the pinned requirements (we 
contributed a fix to dependabot to add this feature).
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to