-
Notifications
You must be signed in to change notification settings - Fork 188
fix(deps): update dependency @langchain/openai to v0.6.16 #3964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
|
Finished running flow.
|
||||||||||||
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Check changeset necessityStatus: NOT REQUIRED Reason:
Changeset (copy & paste):# No changeset required for this PR (changes only affect ignored package @liam-hq/agent). |
🤖 Agent Deep Modeling ExecutionStarted at: 2025-11-01 16:38:34 UTC View DetailsCommand Output
RUN v3.2.4 /home/runner/work/liam/liam/frontend/internal-packages/agent (node:7742) ExperimentalWarning: WASI is an experimental feature and might change at any time ✅ [INFO] 2025-11-01T16:38:37.464Z ⏺ (pm): Purpose: Save analyzed requirements; Inputs: goal summary + categorized SQL test cases to validate the simple user management system. 🔧 processAnalyzedRequirementsTool() ⎿ processAnalyzedRequirementsTool: Requirements processed and streamed successfully ⏺ (db): Purpose: Create schema for user management (extensions, enums, and tables for users, roles, user_roles, email_verifications, password_resets, audit_logs) with keys, FKs, checks, and uniqueness rules. Minimal inputs: extension name (citext), enum values, and full table definitions (columns, constraints, indexes). Proceeding to apply migration operations now. 🔧 createMigrationTool() ⏺ (db): Purpose: Re-create the user management schema fixing invalid CHECK/constraint SQL and implementing token uniqueness via (user_id, consumed) and partial-unique style indexes as index type strings. Minimal inputs: extension name, enum values, table definitions with valid checks and FKs. Proceeding to apply corrected migration. 🔧 createMigrationTool() ⏺ (db): Purpose: Create corrected user management schema with is_active flag to support soft-delete uniqueness, valid CHECK constraints, and necessary FKs. Minimal inputs: extension 'citext', enum values for user_status, and full table definitions (users with is_active, roles, user_roles with cross-table check, email_verifications, password_resets, audit_logs). 🔧 createMigrationTool() ⏺ (db): Purpose: Create corrected schema implementing DB-level prevention of assigning roles to soft-deleted users via composite FK (user_id, user_is_active) referencing users(id, is_active). Minimal inputs: citext extension, user_status enum, and tables users, roles, user_roles (with user_is_active), email_verifications, password_resets, audit_logs with valid checks and FKs. 🔧 createMigrationTool() ⏺ (db): Purpose: Apply final corrected migration — create citext extension, user_status enum, and tables users, roles, user_roles (with composite unique on users(id,is_active) to allow composite FK), email_verifications, password_resets, and audit_logs. Minimal inputs: extension name, enum values, table definitions with valid constraints. Proceeding to apply migration. 🔧 createMigrationTool() ⎿ createMigrationTool: Schema successfully updated. The operations have been applied to the database schema, DDL validation successful (77/77 statements executed successfully), and new version created.x ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯ FAIL src/createGraph.integration.test.ts > createGraph Integration > should execute complete workflow Troubleshooting URL: https://langchain-ai.github.io/langgraphjs/troubleshooting/errors/GRAPH_RECURSION_LIMIT/ ❯ CompiledStateGraph.runLoop ../../../node_modules/.pnpm/@langchain[email protected]@langchain+core@0.3.78_@opentelemetry+api@1.9.0_@opentelemet_d9329f4f45859f41058d0d025673ba3d/node_modules/@langchain/langgraph/src/pregel/index.ts:2250:15 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯ Test Files 1 failed (1) ELIFECYCLE Command failed with exit code 1. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
0.6.9->0.6.16Release Notes
langchain-ai/langchainjs (@langchain/openai)
v0.6.16Compare Source
v0.6.15Compare Source
v0.6.14Compare Source
v0.6.13Compare Source
v0.6.12Compare Source
v0.6.11Compare Source
v0.6.10Compare Source
Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.