verifiers 0.2.1.dev24__py3-none-any.whl → 0.2.1.dev26__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.
@@ -180,12 +180,10 @@ class Runtime(ABC):
180
180
  if digest not in self._uv_interpreters:
181
181
  tmp = f"{path}.{uuid.uuid4().hex}.tmp"
182
182
  await self.write(tmp, data)
183
- await self.run(
184
- ["sh", "-c", f"mv -f {shlex.quote(tmp)} {shlex.quote(path)}"],
185
- {},
186
- )
187
183
  command = (
188
- f"{_ENSURE_UV}; uv sync --script {shlex.quote(path)} -q --no-config "
184
+ f"mv -f {shlex.quote(tmp)} {shlex.quote(path)} "
185
+ f"&& {{ {_ENSURE_UV}; }} "
186
+ f"&& uv sync --script {shlex.quote(path)} -q --no-config "
189
187
  f"&& uv python find --script {shlex.quote(path)} --no-config"
190
188
  )
191
189
  result = await self.run(["sh", "-c", command], env or {})
@@ -138,7 +138,7 @@ class PrimeRuntime(Runtime):
138
138
  logger.info(
139
139
  "prime: sandbox %s up (image=%s)", self.info.id, self.config.image
140
140
  )
141
- await self._client.run_background_job(
141
+ await self._client.execute_command(
142
142
  self.info.id, f"mkdir -p {shlex.quote(self.config.workdir)}"
143
143
  )
144
144
  except (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: verifiers
3
- Version: 0.2.1.dev24
3
+ Version: 0.2.1.dev26
4
4
  Summary: Verifiers: Environments for LLM Reinforcement Learning
5
5
  Project-URL: Homepage, https://github.com/primeintellect-ai/verifiers
6
6
  Project-URL: Documentation, https://github.com/primeintellect-ai/verifiers
@@ -296,11 +296,11 @@ verifiers/v1/mcp/server.py,sha256=MXEW6w72TkLa3iEPqrWgxQSlOBR-ostjImt5LNMtVo0,10
296
296
  verifiers/v1/mcp/toolset.py,sha256=tSPXgTNREZyaeCnoFVnDfXxFAj_pStZMPUIgyPrY_Dk,996
297
297
  verifiers/v1/mcp/user.py,sha256=u_2KMRtNfg6WkwOCRLpR7j4ziFCUzGb1t6SomTbbu4Q,1591
298
298
  verifiers/v1/runtimes/__init__.py,sha256=L8BCIcL9InpQi3ip2-WoZKyO6FHXLnKBoYFWexEpI8Y,2138
299
- verifiers/v1/runtimes/base.py,sha256=VlaQoOqj0-Bj2Q6nBpMtPk8Z_5caXwjdDuHzUJxcDYU,11183
299
+ verifiers/v1/runtimes/base.py,sha256=rp7wzehr6VGkB0unu4tflAE9EVOP7PlS5aEMbDeovdc,11123
300
300
  verifiers/v1/runtimes/docker.py,sha256=c96-HxwuH-aQY_mFYbFTb6TgLInUDuMTgY7z9T6DB3k,7414
301
301
  verifiers/v1/runtimes/limiters.py,sha256=LUcsvyvDkjgdDwMgx4QUduYHHPsgQJ_tgCVCV7L79Hs,2719
302
302
  verifiers/v1/runtimes/modal.py,sha256=a4NghySLu0k_YGqi59OlZdA6AqLYU96KNY2w_FExpTw,8788
303
- verifiers/v1/runtimes/prime.py,sha256=vnx9agHjOUxUInL99bTA9wgFAgyRdc59U6iAOmgMJDg,11547
303
+ verifiers/v1/runtimes/prime.py,sha256=m72TYumj9XmRJdDs_qmr4s77DZbpOFC1rB8G7dDwKKw,11544
304
304
  verifiers/v1/runtimes/subprocess.py,sha256=blhgfr_0YBzfxUNqiXCwMjdEUWwYW3ybebn70JvpzSI,4581
305
305
  verifiers/v1/serve/__init__.py,sha256=WUv1gllOdxoFDiwZRK7llYjcxljlbcyKevzu0trLuUw,708
306
306
  verifiers/v1/serve/client.py,sha256=ZI_q42DX66lS9yLrrxutyWyRACIHeVZ6iekJfRRk7iA,6590
@@ -324,8 +324,8 @@ verifiers/v1/utils/interrupt.py,sha256=F-KKhc5ndPJJfhd3SuMqyqhXhA32FhCRy5KWFJpEo
324
324
  verifiers/v1/utils/logging.py,sha256=OcMHA6NsYux3oIzjPuI95rDWmFBHNcHDjZeNIhXTX-Y,2084
325
325
  verifiers/v1/utils/memory.py,sha256=ZkIvGk6uITAH5sKon65LifKPbvZr8mJ__PVc23FZpOQ,1835
326
326
  verifiers/v1/utils/sampling.py,sha256=JczGzBn6s3wsIrSY2Hy3hE8m6NreNgsNzhSjDikQqX0,1037
327
- verifiers-0.2.1.dev24.dist-info/METADATA,sha256=wdrMNFYferAi7vmgilNIAb9x0QWpri0ZnW8YIJMSClM,5136
328
- verifiers-0.2.1.dev24.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
329
- verifiers-0.2.1.dev24.dist-info/entry_points.txt,sha256=dF82JUYEFslR1AOW8LZfuBWeZeQoyX4wCRrduklg8-I,551
330
- verifiers-0.2.1.dev24.dist-info/licenses/LICENSE,sha256=v0RrUsdV3IDoZhrRce297IXS3xMHNJ-_LdLpFAUWb9k,1072
331
- verifiers-0.2.1.dev24.dist-info/RECORD,,
327
+ verifiers-0.2.1.dev26.dist-info/METADATA,sha256=69g7DZC5s7QDH--eqWNvjqAyV-7pGPmOP5CrT0UoFO8,5136
328
+ verifiers-0.2.1.dev26.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
329
+ verifiers-0.2.1.dev26.dist-info/entry_points.txt,sha256=dF82JUYEFslR1AOW8LZfuBWeZeQoyX4wCRrduklg8-I,551
330
+ verifiers-0.2.1.dev26.dist-info/licenses/LICENSE,sha256=v0RrUsdV3IDoZhrRce297IXS3xMHNJ-_LdLpFAUWb9k,1072
331
+ verifiers-0.2.1.dev26.dist-info/RECORD,,