Skip to content

chore: bump openai from 2.43.0 to 2.44.0 - #4

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/openai-2.44.0
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/openai-2.44.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps openai from 2.43.0 to 2.44.0.

Release notes

Sourced from openai's releases.

v2.44.0

2.44.0 (2026-06-24)

Full Changelog: v2.43.0...v2.44.0

Bug Fixes

  • auth: prioritize first auth header (797e336)
Changelog

Sourced from openai's changelog.

2.44.0 (2026-06-24)

Full Changelog: v2.43.0...v2.44.0

Bug Fixes

  • auth: prioritize first auth header (797e336)
Commits

@dependabot @github

dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/pip/openai-2.44.0 branch from 9838a92 to f5f460b Compare July 3, 2026 11:15
@Cipher208
Cipher208 force-pushed the dependabot/pip/openai-2.44.0 branch from f5f460b to 3aa2d7c Compare July 3, 2026 11:16
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>
@Cipher208
Cipher208 force-pushed the dependabot/pip/openai-2.44.0 branch from 3aa2d7c to ba6865e Compare July 3, 2026 11:20
@Cipher208

Copy link
Copy Markdown
Owner

Closing due to merge conflicts. Dependabot will create a new PR.

@Cipher208 Cipher208 closed this Jul 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/openai-2.44.0 branch July 3, 2026 11:23
Cipher208 added a commit that referenced this pull request Jul 4, 2026
…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>
Cipher208 pushed a commit that referenced this pull request Sep 3, 2026
- 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.
Cipher208 pushed a commit that referenced this pull request Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant