Skip to content

chore(deps): bump the agent group across 1 directory with 2 updates#74

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/agent-b05f473f05
Closed

chore(deps): bump the agent group across 1 directory with 2 updates#74
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/agent-b05f473f05

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 2, 2025

Bumps the agent group with 2 updates in the / directory: @agentica/core and openai.

Updates @agentica/core from 0.32.8 to 0.32.9

Release notes

Sourced from @​agentica/core's releases.

v0.32.9

   🔨 Code Refactoring

    View changes on GitHub
Commits

Updates openai from 5.23.1 to 6.0.1

Release notes

Sourced from openai's releases.

v6.0.1

6.0.1 (2025-10-01)

Full Changelog: v6.0.0...v6.0.1

Bug Fixes

  • api: add status, approval_request_id to MCP tool call (498c6a5)

v6.0.0

6.0.0 (2025-09-30)

Full Changelog: v5.23.2...v6.0.0

⚠ BREAKING CHANGES

  • api: ResponseFunctionToolCallOutputItem.output and ResponseCustomToolCallOutput.output now return string | Array<ResponseInputText | ResponseInputImage | ResponseInputFile> instead of string only. This may break existing callsites that assume output is always a string.

Features

  • api: Support images and files for function call outputs in responses, BatchUsage (abe56f8)

Chores

v5.23.2

5.23.2 (2025-09-29)

Full Changelog: v5.23.1...v5.23.2

Chores

  • env-tests: upgrade jest-fixed-jsdom 0.0.9 -> 0.0.10 (6d6d0b0)
  • internal: codegen related update (1b684af)
  • internal: ignore .eslintcache (da9e146)
Changelog

Sourced from openai's changelog.

6.0.1 (2025-10-01)

Full Changelog: v6.0.0...v6.0.1

Bug Fixes

  • api: add status, approval_request_id to MCP tool call (498c6a5)

6.0.0 (2025-09-30)

Full Changelog: v5.23.2...v6.0.0

⚠ BREAKING CHANGES

  • api: ResponseFunctionToolCallOutputItem.output and ResponseCustomToolCallOutput.output now return string | Array<ResponseInputText | ResponseInputImage | ResponseInputFile> instead of string only. This may break existing callsites that assume output is always a string.

Features

  • api: Support images and files for function call outputs in responses, BatchUsage (abe56f8)

Chores

5.23.2 (2025-09-29)

Full Changelog: v5.23.1...v5.23.2

Chores

  • env-tests: upgrade jest-fixed-jsdom 0.0.9 -> 0.0.10 (6d6d0b0)
  • internal: codegen related update (1b684af)
  • internal: ignore .eslintcache (da9e146)
Commits
  • a78c2b8 release: 6.0.1
  • 5b9f360 fix(api): add status, approval_request_id to MCP tool call
  • 08ddfb4 release: 6.0.0
  • 4de5afd feat(api): Support images and files for function call outputs in responses, B...
  • 24ff31a chore: compat with zod v4 (#1658)
  • 01cdbe1 release: 5.23.2
  • 39a4e66 chore(env-tests): upgrade jest-fixed-jsdom 0.0.9 -> 0.0.10
  • 211fe1e chore(internal): ignore .eslintcache
  • a4ceecf chore(internal): codegen related update
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @studio-pro.


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

Bumps the agent group with 2 updates in the / directory: [@agentica/core](https://github.com/wrtnlabs/agentica) and [openai](https://github.com/openai/openai-node).


Updates `@agentica/core` from 0.32.8 to 0.32.9
- [Release notes](https://github.com/wrtnlabs/agentica/releases)
- [Commits](wrtnlabs/agentica@v0.32.8...v0.32.9)

Updates `openai` from 5.23.1 to 6.0.1
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v5.23.1...v6.0.1)

---
updated-dependencies:
- dependency-name: "@agentica/core"
  dependency-version: 0.32.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: agent
- dependency-name: openai
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: agent
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 2, 2025
@studio-pro
Copy link
Copy Markdown

@dependabot merge

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 2, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 7, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Nov 7, 2025
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/agent-b05f473f05 branch November 7, 2025 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant