Skip to content

Commit 50326fd

Browse files
Put black back in runtime deps! (#44)
This fixes the wheel on PyPI. It will be release 0.3.2.
1 parent d6ba4d9 commit 50326fd

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 2025
44

5+
### 0.3.2 (Oct 22)
6+
7+
Brown bag release!
8+
9+
- Put `black` back with the runtime dependencies (it's used for debug output).
10+
511
### 0.3.1 (Oct 22)
612

713
- Limit dependencies to what's needed at runtime;

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "typeagent"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "Typeagent implements an agentic memory framework"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
authors = [
@@ -29,6 +29,7 @@ classifiers = [
2929
]
3030
dependencies = [
3131
"azure-identity>=1.22.0",
32+
"black>=25.1.0",
3233
"colorama>=0.4.6",
3334
"logfire>=4.1.0",
3435
"mcp[cli]>=1.12.1",
@@ -45,7 +46,6 @@ dependencies = [
4546

4647
[project.optional-dependencies]
4748
dev = [
48-
"black>=25.1.0",
4949
"build>=1.2.2.post1",
5050
"coverage[toml]>=7.9.1",
5151
"google-api-python-client>=2.184.0",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)