uranusjr commented on code in PR #35617: URL: https://github.com/apache/airflow/pull/35617#discussion_r1395244031
########## dev/breeze/pyproject.toml: ########## @@ -45,29 +45,28 @@ classifiers = [ requires-python = "~=3.8" dependencies = [ + "PyGithub>=2.1.1", Review Comment: Does not really matter, but since PyPI names are case insensitive, I’d put this back down and convert it to lower case like the rest of the entries. ########## dev/breeze/pyproject.toml: ########## @@ -45,29 +45,28 @@ classifiers = [ requires-python = "~=3.8" dependencies = [ + "PyGithub>=2.1.1", Review Comment: Does not really matter, but since PyPI names are case insensitive, I’d put this back down and convert it to lower case like the rest of the entries. -- 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]
