ashb commented on code in PR #48125:
URL: https://github.com/apache/airflow/pull/48125#discussion_r2014440448


##########
task-sdk/dev/generate_task_sdk_models.py:
##########
@@ -78,7 +78,7 @@ def generate_file():
 
     app = InProcessExecutionAPI()
 
-    latest_version = app.app.versions.version_values[-1]
+    latest_version = app.app.versions.version_values[0]

Review Comment:
   This was a previous bug -- we want the most recent version (`[0]`) not the 
oldest version (`[-1]`)



-- 
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