hud-python 0.2.7__py3-none-any.whl → 0.2.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of hud-python might be problematic. Click here for more details.

hud/env/docker_client.py CHANGED
@@ -309,7 +309,8 @@ class DockerClient(Client):
309
309
  if len(stdout_parts) > 1:
310
310
  result = json.loads(stdout_parts[1])
311
311
  else:
312
- raise InvokeError(stdout, stderr)
312
+ logger.warning("Potential error: %s", stderr)
313
+ result = None
313
314
 
314
315
  return result, stdout, stderr
315
316
 
@@ -5,4 +5,4 @@ def test_import():
5
5
  """Test that the package can be imported."""
6
6
  import hud
7
7
 
8
- assert hud.__version__ == "0.2.7"
8
+ assert hud.__version__ == "0.2.8"
hud/version.py CHANGED
@@ -4,4 +4,4 @@ Version information for the HUD SDK.
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
- __version__ = "0.2.7"
7
+ __version__ = "0.2.8"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hud-python
3
- Version: 0.2.7
3
+ Version: 0.2.8
4
4
  Summary: SDK for the HUD evaluation platform.
5
5
  Project-URL: Homepage, https://github.com/hud-evals/hud-sdk
6
6
  Project-URL: Bug Tracker, https://github.com/hud-evals/hud-sdk/issues
@@ -7,7 +7,7 @@ hud/task.py,sha256=vDcjKUo8la0AUTP7mwMc2nYwe0tkbnrWwM9-Kvf3Ugg,8773
7
7
  hud/taskset.py,sha256=9IRwHeAdsk_IEibayM-hElE3gTp0mgmi-huN67h9-tc,7019
8
8
  hud/trajectory.py,sha256=ctAwrGIkdULr4xI6G-1Dp2fhDol4o_PmnPcqTzAEIUc,3797
9
9
  hud/types.py,sha256=xqrBb4rPKVkoLVwnyGk4PUrVKayCjKcUD_--n4OrxIM,2954
10
- hud/version.py,sha256=8RdhNwFca8e-uu1sKAl6TQ58wG5TSHVNqBIPUQXsYcU,104
10
+ hud/version.py,sha256=orhJ7MoupCr28yXngRez5EQfHbk4n6aHC0VjxM1WoGw,104
11
11
  hud/adapters/__init__.py,sha256=zz24KdC_e9TJPgWo6y57_8SzevEE5ak4Cm6tXzMxwRk,266
12
12
  hud/adapters/claude/__init__.py,sha256=i7QEF-29FLb9qxp1eYtXs-adIk_tG54tL-9g6d3xodk,100
13
13
  hud/adapters/claude/adapter.py,sha256=vCpotJ5gzQs4PP2iCXVavIcyG8c_4m1P6fuXStwUxSo,6675
@@ -34,7 +34,7 @@ hud/agent/tests/__init__.py,sha256=HbAW7FvSvzzKPU5LpveZceU8XTcDkRe1Bmte3OGi2f0,2
34
34
  hud/agent/tests/test_base.py,sha256=MAHx4QWsX4y4jXDoA1sxWw8uFvL7lIzGlXrnHfOTmkw,8511
35
35
  hud/env/__init__.py,sha256=wVEesXMXM5hcNXQHt0-PN4-9RnE69DEnQENS7uJSv_Y,266
36
36
  hud/env/client.py,sha256=brhfLkWGSuvxl3vqGMCQT-vXfj8rUbJMhE3zJg9WMDA,869
37
- hud/env/docker_client.py,sha256=ReEByMKMrcrBnD4PifeQBOiX3Kn990pOcypUUtd2nC4,11178
37
+ hud/env/docker_client.py,sha256=xKKzs_mUgv_9Ukm0tkc0YaC5UKb31fZ-6lGbVIxXdf0,11216
38
38
  hud/env/environment.py,sha256=WcZTkYwCH3khBD_PldPnarZ2rLfI2ZCH1-wdTjayzkU,16806
39
39
  hud/env/local_docker_client.py,sha256=ewZYVDEv3cBXg3jzuouh6raj0W922rID0n6xkqc4qqE,11555
40
40
  hud/env/remote_client.py,sha256=afLaQRSn9hge4arTkxYeus-a-T6DfeQ_EZBlPMRb2fM,6652
@@ -77,9 +77,9 @@ hud/utils/tests/test_common.py,sha256=KqDSMf7gWf1oYCiQ_BXsnvW1wUmyzbOzAT-HNoF7tx
77
77
  hud/utils/tests/test_config.py,sha256=dPlXYWuMrxX-NOYbf0vdJ27TJpfacKG8eiKOSGOcfDU,4079
78
78
  hud/utils/tests/test_progress.py,sha256=QunwDgi_heQXhDgmC25zgjr-sFUu5FdJ_1aYigMKeIc,6351
79
79
  hud/utils/tests/test_telemetry.py,sha256=t0An1RTBaE0dZVEpF4uwuq5k1R-PXFR5k4u71h60tx8,1224
80
- hud/utils/tests/test_version.py,sha256=j6v7tM07H-ghzECNHNDAsLek3BlaPi_gaQIp2qWAL98,159
80
+ hud/utils/tests/test_version.py,sha256=koRqYkFbU5-8GDSXbxX3bghwIBRNoDmI4Mp1e0SFJmI,159
81
81
  hud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
82
- hud_python-0.2.7.dist-info/METADATA,sha256=zcKhW8Xved3ea6bsOKbdCsFpFhAd-Ru6_z4zfo8Xwfs,9785
83
- hud_python-0.2.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
84
- hud_python-0.2.7.dist-info/licenses/LICENSE,sha256=yIzBheVUf86FC1bztAcr7RYWWNxyd3B-UJQ3uddg1HA,1078
85
- hud_python-0.2.7.dist-info/RECORD,,
82
+ hud_python-0.2.8.dist-info/METADATA,sha256=w8uLSDQlGIKEb_ILt9V2p0a2JcyBJQGdLCnqCAuKBB0,9785
83
+ hud_python-0.2.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
84
+ hud_python-0.2.8.dist-info/licenses/LICENSE,sha256=yIzBheVUf86FC1bztAcr7RYWWNxyd3B-UJQ3uddg1HA,1078
85
+ hud_python-0.2.8.dist-info/RECORD,,