Skip to content

chore(deps): bump codeanalyzer-python 1.5.2 -> 1.5.3 - #411

Merged
rahlk merged 1 commit into
release/2.0from
chore/issue-410-codeanalyzer-python-1.5.3
Sep 16, 2026
Merged

rahlk merged 1 commit into
release/2.0from
chore/issue-410-codeanalyzer-python-1.5.3

Conversation

@rahlk

@rahlk rahlk commented Sep 16, 2026

Copy link
Copy Markdown
Collaborator

Closes #410.

Both pins (dependencies and [tool.backend-versions]) move to 1.5.3, uv.lock regenerated. Two analyzer fixes, neither moving the schema (schema_version / graph SCHEMA_VERSION stay 2.0.0, _ANALYZER_FLOOR stays 1.5.0):

  • the analyzer no longer ingests its own output when the cache or output directory sits inside the input (codeanalyzer-python#207). The SDK's default cache_dir is <project>/.codeanalyzer, inside the input, so every local run was exposed.
  • one body node per call site when two calls share a start position (codeanalyzer-python#215). Keys gain a /2, /3 suffix; body_key_column already splits on / and needed no change.

Verification. tests/analysis/python offline: 482 passed, 168 skipped on 1.5.2 and on 1.5.3 alike. Every skip is a live-Neo4j tier. No fixture expectation moved.

Not in this bump. codeanalyzer-python#219 (http_methods carries HTTP methods only) is merged on their main but not in 1.5.3. #396 (the 1.5.2 read-path uptake) stays open.

Two analyzer fixes, neither moving the schema: the analyzer no longer
ingests its own output when the cache or output directory sits inside
the input (codeanalyzer-python#207), and a call site keeps one body node
even when two calls share a start position (codeanalyzer-python#215).
Both pins move together; body_key_column already parses the suffixed
key. Python tier: 482 passed, 168 skipped, same as on 1.5.2.
@github-actions github-actions Bot added the other Other changes label Sep 16, 2026
@rahlk
rahlk merged commit d2ac15d into release/2.0 Sep 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

other Other changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant