mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
📦 chore: Update API Package Dependencies (#7359)
* chore: temporarily remove @librechat/agents * chore: bump @langchain/google-genai to v0.2.8 * chore: bump @langchain/google-vertexai to v0.2.8 * chore: bump @langchain/core to v0.3.55 * chore: bump @librechat/agents to v2.4.316 * chore: bump @librechat/agents to v2.4.317 * chore: update title for Unreleased Changelog PR to include documentation emoji * chore: add workflow_dispatch trigger and update Pull Request title for changelog
This commit is contained in:
parent
a5ff8253a4
commit
d5b399550e
4 changed files with 1989 additions and 69 deletions
|
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- 'v*.*.*'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate-release-changelog-pr:
|
generate-release-changelog-pr:
|
||||||
|
|
@ -88,7 +89,7 @@ jobs:
|
||||||
base: main
|
base: main
|
||||||
branch: "changelog/${{ github.ref_name }}"
|
branch: "changelog/${{ github.ref_name }}"
|
||||||
reviewers: danny-avila
|
reviewers: danny-avila
|
||||||
title: "chore: update CHANGELOG for release ${{ github.ref_name }}"
|
title: "📜 docs: Changelog for release ${{ github.ref_name }}"
|
||||||
body: |
|
body: |
|
||||||
**Description**:
|
**Description**:
|
||||||
- This PR updates the CHANGELOG.md by removing the "Unreleased" section and adding new release notes for release ${{ github.ref_name }} above previous releases.
|
- This PR updates the CHANGELOG.md by removing the "Unreleased" section and adding new release notes for release ${{ github.ref_name }} above previous releases.
|
||||||
|
|
@ -99,7 +99,7 @@ jobs:
|
||||||
branch: "changelog/unreleased-update"
|
branch: "changelog/unreleased-update"
|
||||||
sign-commits: true
|
sign-commits: true
|
||||||
commit-message: "action: update Unreleased changelog"
|
commit-message: "action: update Unreleased changelog"
|
||||||
title: "action: update Unreleased changelog"
|
title: "📜 docs: Unreleased Changelog"
|
||||||
body: |
|
body: |
|
||||||
**Description**:
|
**Description**:
|
||||||
- This PR updates the Unreleased section in CHANGELOG.md.
|
- This PR updates the Unreleased section in CHANGELOG.md.
|
||||||
|
|
|
||||||
|
|
@ -44,11 +44,11 @@
|
||||||
"@googleapis/youtube": "^20.0.0",
|
"@googleapis/youtube": "^20.0.0",
|
||||||
"@keyv/redis": "^4.3.3",
|
"@keyv/redis": "^4.3.3",
|
||||||
"@langchain/community": "^0.3.42",
|
"@langchain/community": "^0.3.42",
|
||||||
"@langchain/core": "^0.3.51",
|
"@langchain/core": "^0.3.55",
|
||||||
"@langchain/google-genai": "^0.2.5",
|
"@langchain/google-genai": "^0.2.8",
|
||||||
"@langchain/google-vertexai": "^0.2.5",
|
"@langchain/google-vertexai": "^0.2.8",
|
||||||
"@langchain/textsplitters": "^0.1.0",
|
"@langchain/textsplitters": "^0.1.0",
|
||||||
"@librechat/agents": "^2.4.314",
|
"@librechat/agents": "^2.4.317",
|
||||||
"@librechat/data-schemas": "*",
|
"@librechat/data-schemas": "*",
|
||||||
"@waylaidwanderer/fetch-event-source": "^3.0.1",
|
"@waylaidwanderer/fetch-event-source": "^3.0.1",
|
||||||
"axios": "^1.8.2",
|
"axios": "^1.8.2",
|
||||||
|
|
|
||||||
2041
package-lock.json
generated
2041
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue