RoyLee1224 commented on code in PR #70120:
URL: https://github.com/apache/airflow/pull/70120#discussion_r3680810983


##########
dev/skill-evals/eval.py:
##########
@@ -45,6 +46,11 @@
 from pathlib import Path
 
 PROMPTFOO_VERSION = "0.121.17"
+SDK_PACKAGES = {
+    "claude": ("@anthropic-ai/claude-agent-sdk", "0.3.185"),
+    "codex": ("@openai/codex-sdk", "0.144.6"),
+}

Review Comment:
   I removed the comparison instead of adding a lower bound. A lower bound 
could still select promptfoo's bundled SDK, while `additional_dependencies` 
already defines the version used by the hook.



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