Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the python-dependencies group with 2 updates in the / directory: inspect-ai and pytest-asyncio.

Updates inspect-ai from 0.3.125 to 0.3.130

Changelog

Sourced from inspect-ai's changelog.

0.3.130 (06 September 2025)

  • Agent Bridge: Option to force the sandbox agent bridge to use a specific model.
  • Agent Bridge: New filter option to enable bridge to filter model generate calls.
  • Agent Bridge: Ensure that Anthropic can't yield an empty system parameter.
  • Agent Bridge: Increase polling interval for sandbox agent bridge to 2 seconds (was 0.2 seconds).
  • OpenAI Compatible: Add support for using Responses API via responses_api model arg.
  • Eval Set: Enable running additional epochs against an already completed eval set.
  • Eval Set: Add eval_set_id to log file (unique id for eval set across invocations for the same log_dir).
  • Eval Retry: Use the same log_format as the log which is being retried.
  • Task Display: Render tool outputs based on model events rather than tool events (compatible w/ external tool calling e.g. for agent bridge).
  • Sandbox Service: Don't emit sandbox events for sandbox service RPC calls.
  • Hooks: New EvalSetStart and EvalSetEnd hook methods.
  • Scoring: inspect score now supports streaming via the --stream argument.
  • Inspect View: Starting the view server with a path to a specific log file will automatically open that log file (if it exists) rather than showing the log list.
  • Inspect View: Improve sample scoring detail layout
  • Inspect View: Reduce h1-h6 heading sizes
  • Inspect View: Fix error that caused 'json too large' message to appear incorrectly for sample JSON.
  • Inspect View: Improve filtering of log files in log list (improve performance and loading progress).
  • Inspect View: Add cmd+F shortcut for filtering log in log list.
  • Inspect View: Fix regression in tool input syntax highlighting.
  • Inspect View: Focus transcript or messages when sample dialog is loaded, allowing use of keyboard shortcuts like cmd + arrow down for scrolling.
  • Inspect View: Focus log list when the log list is shown, allowing use of keyboard shortcuts like cmd + F.
  • Bugfix: Ensure ETags always match content when reading S3 logs to prevent write conflicts.

0.3.129 (03 September 2025)

  • Agent Bridge: Don't use concurrency() for agent bridge interactions (not required for long-running proxy server or cheap polling requests).
  • Sandboxes: Add concurrency parameter to exec() to advise whether the execution should be subject to local process concurrency limits.

0.3.128 (02 September 2025)

  • Agent Bridge: Correctly dispatch LimitExceededError which occurs during proxied model calls.
  • Agent Bridge: Respect reference vs. value semantics of agent caller (enables preservation of messages when agent is run via as_solver()).
  • OpenAI: Update types to match openai v1.104.1 (which is now the minimum required version).
  • Mistral: Support for updated use of ThinkChunk types in mistralai v1.9.10.
  • Groq: Support for --reasoning-effort parameter (works w/ gpt-oss models).
  • Scoring: Use fallback unicode numeric string parser when default str_to_float() fails.
  • Bugfix: Work around OpenAI breaking change that renamed "find" web search action to "find_in_page" (bump required version of openai package to v1.104.0).

0.3.127 (01 September 2025)

  • Bugfix: Preserve sample list state (e.g. scroll position, selection) across sample open/close.

0.3.126 (01 September 2025)

  • Agent Bridge: OpenAI Responses API and Anthropic API are now supported alongside the OpenAI Completions API for both in-process and sandbox-based agent bridges.
  • Agent Bridge: Bridge can now automatically keep track of AgentState changes via inspecting model traffic running over the bridge.
  • Agent Bridge: Improved id stability across generations to prevent duplicated messages in messages_df().
  • Agent Bridge: Ensure that explicitly specified GenerateConfig values for models override bridged agent config.

... (truncated)

Commits
  • de88fe0 update docs and changelog for release
  • 6fdef62 Bugfix/view improvements (#2425)
  • 5e94ac2 eval set: enable running additional epochs against an already completed eval ...
  • 806369c Provide a fake request in the fake response when creating an Anthropic error ...
  • c52d06d eval retry: use the same log_format as the log which is being retried (#2422)
  • 3a36819 docs update
  • c0008e4 improved rendering of tool results in task display (#2421)
  • 795d88a [Snyk] Upgrade react-virtuoso from 4.13.0 to 4.14.0 (#2420)
  • a59323d Allow configuring API base URL (#2351)
  • abe1cb8 agent bridge: new filter option to enable bridge to filter model generate c...
  • Additional commits viewable in compare view

Updates pytest-asyncio from 0.24.0 to 1.1.0

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 1.1.0

Added

  • Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (#127)
  • Cancellation of tasks when the loop_scope ends (#200)
  • Warning when the current event loop is closed by a test

Fixed

  • Error about missing loop when calling functions requiring a loop in the finally clause of a task (#878)
  • An error that could cause duplicate warnings to be issued

Notes for Downstream Packagers

pytest-asyncio 1.1.0a1

1.1.0a1 - 2025-06-30

Added

  • Propagation of ContextVars from async fixtures to other fixtures and tests on Python 3.10 and older (#127)
  • Cancellation of tasks when the loop_scope ends (#200)
  • Warning when the current event loop is closed by a test

Fixed

  • Error about missing loop when calling functions requiring a loop in the finally clause of a task (#878)
  • An error that could cause duplicate warnings to be issued

Notes for Downstream Packagers

pytest-asyncio 1.0.0

1.0.0 - 2025-05-26

Removed

  • The deprecated event_loop fixture. (#1106)

Added

  • Prelimiary support for Python 3.14 (#1025)

Changed

... (truncated)

Commits
  • ce06c07 chore: Prepare release of v1.1.0.
  • d9a8dcc ci: Workaround missing Tag annotation during release.
  • d66e12f [pre-commit.ci] pre-commit autoupdate
  • 9e5e25f Build(deps): Bump certifi in /dependencies/docs
  • 0e63423 Build(deps): Bump hypothesis in /dependencies/default
  • bd4551c Build(deps): Bump ncipollo/release-action from 1.16.0 to 1.18.0
  • 8e20305 Build(deps): Bump hypothesis in /dependencies/default
  • b7a8ab5 Build(deps): Bump coverage from 7.9.1 to 7.9.2 in /dependencies/default
  • 8cc378d Build(deps): Bump typing-extensions in /dependencies/default
  • fb6bfbf [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 8, 2025

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from AarushSah as a code owner September 8, 2025 03:48
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-a57cdb8017 branch 3 times, most recently from 2ea5de8 to 764407e Compare September 15, 2025 03:42
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-a57cdb8017 branch from 764407e to fa0eaa3 Compare September 22, 2025 03:36
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-a57cdb8017 branch from fa0eaa3 to 651c9f0 Compare September 29, 2025 03:50
@dependabot dependabot bot requested a review from nmayorga7 as a code owner September 29, 2025 03:50
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-a57cdb8017 branch 4 times, most recently from 8fc1d8a to 8677bbe Compare October 6, 2025 21:51
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-a57cdb8017 branch from 8677bbe to f7b2d42 Compare October 13, 2025 03:36
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-a57cdb8017 branch from f7b2d42 to 0149ec2 Compare October 20, 2025 03:41
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-a57cdb8017 branch 2 times, most recently from 8b6543e to f361361 Compare November 3, 2025 03:35
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-a57cdb8017 branch from f361361 to 11126f2 Compare November 10, 2025 03:36
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-a57cdb8017 branch from 11126f2 to 2c83d2e Compare November 24, 2025 03:47
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-a57cdb8017 branch 2 times, most recently from 78af037 to 6f74e39 Compare December 8, 2025 03:22
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-a57cdb8017 branch from 6f74e39 to 622078d Compare December 15, 2025 03:20
…th 2 updates

Bumps the python-dependencies group with 2 updates in the / directory: [inspect-ai](https://github.com/UKGovernmentBEIS/inspect_ai) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio).


Updates `inspect-ai` from 0.3.125 to 0.3.130
- [Changelog](https://github.com/UKGovernmentBEIS/inspect_ai/blob/main/CHANGELOG.md)
- [Commits](UKGovernmentBEIS/inspect_ai@0.3.125...0.3.130)

Updates `pytest-asyncio` from 0.24.0 to 1.1.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.24.0...v1.1.0)

---
updated-dependencies:
- dependency-name: inspect-ai
  dependency-version: 0.3.130
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pytest-asyncio
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-a57cdb8017 branch from 622078d to a80d7c9 Compare December 22, 2025 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant