potiuk commented on code in PR #35617: URL: https://github.com/apache/airflow/pull/35617#discussion_r1395641551
########## dev/breeze/pyproject.toml: ########## @@ -45,29 +45,28 @@ classifiers = [ requires-python = "~=3.8" dependencies = [ + "PyGithub>=2.1.1", Review Comment: Yep. Good idea. Normalizing is a good idea. I got already warnings from `flit` about normalizing the `.rc` / `.dev` - we did not have the `.` - so I fixed that in this change. I will fix the casing here too (and it will make it nicer for sorting too... It disturbed me a bit that it was first on the list :) -- 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]
