Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.4.3] - 2026-07-14

### Fixed
- **`pip install cldk` no longer fails on Python 3.14.** Removed the unused `pyarrow==20.0.0`
dependency (the orphaned companion of the previously removed pandas): nothing in the SDK
imports it, and its cp39–cp313-only wheels forced an Arrow C++ source build — and usually a
failure — on Python 3.14 installs. (#145)
- **TypeScript Neo4j backend: `get_external_symbols()` works again.** Reconstructing External
(phantom) nodes raised a Pydantic `extra_forbidden` error for every node, because the
reconstructor forwarded graph properties (`signature`, and a fabricated `kind`) that the slim
`TSExternalSymbol` model deliberately omits. The reconstructor now conforms to the model and
the analyzer's published Neo4j schema; the node's `signature` remains the map key. (#231)

## [v1.4.2] - 2026-07-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
[project]
name = "cldk"
version = "1.4.2"
version = "1.4.3"
description = "The official Python SDK for Codellm-Devkit."
readme = "README.md"
license = { text = "Apache-2.0" }
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.