mykola-shyshov commented on code in PR #58741:
URL: https://github.com/apache/airflow/pull/58741#discussion_r2566297260


##########
scripts/ci/prek/upgrade_important_versions.py:
##########
@@ -209,7 +209,7 @@ def get_latest_image_version(image: str) -> str:
 
     # DockerHub API endpoint for tags
     url = 
f"https://registry.hub.docker.com/v2/repositories/{namespace}/{repository}/tags";
-    params = {"page_size": 100, "ordering": "last_updated"}
+    params = {"page_size": "100", "ordering": "last_updated"}

Review Comment:
   did it to pass mypy



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