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
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Bug Fixes
Internal
---------
* Upgrade `sqlglot` to v30.17.0.
* Remove `pyproject.toml` llm library cooldown policy exceptions.


2.18.4 (2026/08/29)
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
# TODO click 8.4.2 breaks the pager on Windows; check the next
# version after 8.4.2 for https://github.com/pallets/click/pull/3739
# which has been merged. The click changelog predicts the next
# version to be 8.5.0.
# version to be 8.5.0, which can be merged around 2 Sep 2026.
"click ~= 8.3.3",
"clickdc ~= 0.1.1",
"cryptography ~= 50.0.0",
Expand Down Expand Up @@ -102,8 +102,7 @@ include = ["mycli*"]

[tool.uv]
exclude-newer = '1 week'
# TODO: should be able to remove llm and openai from the exceptions after 2026-08-29
exclude-newer-package = { cli_helpers = false, openai = false, llm = false }
exclude-newer-package = { cli_helpers = false }

[tool.ruff]
target-version = 'py310'
Expand Down
Loading