chore: bump openai from 2.43.0 to 2.44.0 - #4
dependabot[bot] wants to merge 1 commit into
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
9838a92 to
f5f460b
Compare
f5f460b to
3aa2d7c
Compare
Bumps [openai](https://github.com/openai/openai-python) from 2.43.0 to 2.44.0. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.43.0...v2.44.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
3aa2d7c to
ba6865e
Compare
|
Closing due to merge conflicts. Dependabot will create a new PR. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…alidation (#49) * fix(hooks): wire all 24 hooks via fire(), start schedulers, fix threading, add validation Critical (AUDIT_BUGS #1-3): - Add _fire_hook safe wrapper to tools_layer.py - Wire fire() into memory_remember (importance_gate, emotion_trigger, message_received, agent hooks) - Wire fire() into memory_recall and memory_episode_recall (retrieval_router, auto_context) - Wire fire() into memory_episode_save (emotion_trigger, state_delta, consolidation) - Wire fire() into session_start/end and graph_add/query - Replace direct emotion_trigger.should_save() with fire() + fallback Important (AUDIT_BUGS #4-8): - Start importance_scheduler in lifespan with graceful shutdown - Add periodic forgetting.cleanup() and consolidation.consolidate_staging() tasks - Replace threading.Lock with ThreadPoolExecutor(max_workers=1) in hooks/shared.py - Add _validate_layer() to all 17 MCP tool functions - Wire context_inject through auto_context hook 21 _fire_hook calls across tools_layer.py * fix: remove consolidate_staging from periodic tasks (requires user_id, triggered via hooks) --------- Co-authored-by: Ariel Memory <ariel@mcp-memory.dev>
- alembic 20260903_1400_a26: CREATE TABLE IF NOT EXISTS wiki_links + index — the A1.4 substrate was only lazily created by WikiIndex.init_db(), so alembic-initialized deployments (all three prod harnesses) hit "no such table" on add_link/wiki_query BFS (audit finding #4). - tests: fresh-DB presence + BFS over a migration-only schema.
Bumps openai from 2.43.0 to 2.44.0.
Release notes
Sourced from openai's releases.
Changelog
Sourced from openai's changelog.
Commits
6d9262drelease: 2.44.0d356275[codex] Add AWS Bedrock provider authentication (#3398)f47f9a2fix(auth): prioritize first auth header