AI情报2026年8月17日AI情报
文章
sqlite-utils 4.2.1: Release: sqlite-utils 4.2.1 Fixes a crashing bug in sqlite-utils 4.2 .
I'd introduced code that looks like this: from typing_extensions import Self It turned out the typing-extensions package was not listed as a dependency for sqlite-utils - it was installed by one of the other dependencies in the dev dependency group , but when you uvx sqlite-utils direc...
Frontier 编辑部来源: Simon Willison
01
来源简报
sqlite-utils 4.2.1: Release: sqlite-utils 4.2.1 Fixes a crashing bug in sqlite-utils 4.2 . I'd introduced code that looks like this: from typing_extensions import Self It turned out the typing-extensions package was not listed as a dependency for sqlite-utils - it was installed by one of the other dependencies in the dev dependency group , but when you uvx sqlite-utils direc...
02