Skip to content

chore(deps): bump the agent group with 2 updates#56

Merged
dependabot[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/agent-fd18c417d3
Aug 20, 2025
Merged

chore(deps): bump the agent group with 2 updates#56
dependabot[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/agent-fd18c417d3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 20, 2025

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

Updates @agentica/core from 0.31.3 to 0.32.1

Release notes

Sourced from @​agentica/core's releases.

v0.32.1

   🚀 Features

    View changes on GitHub

v0.32.0

   🚀 Features

    View changes on GitHub
Commits
  • 2e6e69f chore: release v0.32.1
  • f72995c feat(core): enhance call and select functions to handle empty assistant messa...
  • 9f42be1 chore: release v0.32.0
  • f8f9c87 feat(core): AgenticaExecuteHistory.success (#489)
  • See full diff in compare view

Updates openai from 5.12.2 to 5.13.1

Release notes

Sourced from openai's releases.

v5.13.1

5.13.1 (2025-08-19)

Full Changelog: v5.13.0...v5.13.1

Chores

  • api: accurately represent shape for verbosity on Chat Completions (5ddac3c)

v5.13.0

5.13.0 (2025-08-18)

Full Changelog: v5.12.3...v5.13.0

Features

  • api: add new text parameters, expiration options (499179c)

Chores

  • deps: update dependency @​types/node to v20.17.58 (7812d0d)
  • internal: formatting change (56b2073)

v5.12.3

5.12.3 (2025-08-12)

Full Changelog: v5.12.2...v5.12.3

Chores

  • internal: update comment in script (2488faf)
  • update @​stainless-api/prism-cli to v5.15.0 (db44a7d)
Changelog

Sourced from openai's changelog.

5.13.1 (2025-08-19)

Full Changelog: v5.13.0...v5.13.1

Chores

  • api: accurately represent shape for verbosity on Chat Completions (5ddac3c)

5.13.0 (2025-08-18)

Full Changelog: v5.12.3...v5.13.0

Features

  • api: add new text parameters, expiration options (499179c)

Chores

  • deps: update dependency @​types/node to v20.17.58 (7812d0d)
  • internal: formatting change (56b2073)

5.12.3 (2025-08-12)

Full Changelog: v5.12.2...v5.12.3

Chores

  • internal: update comment in script (2488faf)
  • update @​stainless-api/prism-cli to v5.15.0 (db44a7d)
Commits
  • 5a1325c Merge pull request #1616 from openai/release-please--branches--master--change...
  • b168cad release: 5.13.1
  • 5ddac3c chore(api): accurately represent shape for verbosity on Chat Completions
  • 1ce1409 release: 5.13.0
  • c13f761 chore(internal): formatting change
  • 3e71bdb feat(api): add new text parameters, expiration options
  • f5b0a0b chore(deps): update dependency @​types/node to v20.17.58
  • e3851bc release: 5.12.3
  • a3e9ea5 codegen metadata
  • be14ff4 chore(internal): update comment in script
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by kwhinnery-openai, a new releaser for openai since your current version.


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: [@agentica/core](https://github.com/wrtnlabs/agentica) and [openai](https://github.com/openai/openai-node).


Updates `@agentica/core` from 0.31.3 to 0.32.1
- [Release notes](https://github.com/wrtnlabs/agentica/releases)
- [Commits](wrtnlabs/agentica@v0.31.3...v0.32.1)

Updates `openai` from 5.12.2 to 5.13.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.12.2...v5.13.1)

---
updated-dependencies:
- dependency-name: "@agentica/core"
  dependency-version: 0.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: agent
- dependency-name: openai
  dependency-version: 5.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Aug 20, 2025
@studio-pro
Copy link
Copy Markdown

@dependabot merge

@dependabot dependabot Bot merged commit 6d66e69 into main Aug 20, 2025
2 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/agent-fd18c417d3 branch August 20, 2025 16:56
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