jscheffl commented on code in PR #46891: URL: https://github.com/apache/airflow/pull/46891#discussion_r2159412254
########## dev/pyproject.toml: ########## @@ -44,6 +44,7 @@ dependencies = [ "jsonschema>=4.19.1", 'pendulum>=2.1.2,<4.0;python_version<"3.12"', 'pendulum>=3.0.0,<4.0;python_version>="3.12"', + 'pendulum>=3.1.0 ; python_version>="3.13"', Review Comment: Is there a reason not bumping pendulum in general? ########## dev/pyproject.toml: ########## @@ -44,6 +44,7 @@ dependencies = [ "jsonschema>=4.19.1", 'pendulum>=2.1.2,<4.0;python_version<"3.12"', 'pendulum>=3.0.0,<4.0;python_version>="3.12"', + 'pendulum>=3.1.0 ; python_version>="3.13"', Review Comment: Is there a reason not bumping pendulum in general to 3.1.0? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org