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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 2025

### 0.3.2 (Oct 22)

Brown bag release!

- Put `black` back with the runtime dependencies (it's used for debug output).

### 0.3.1 (Oct 22)

- Limit dependencies to what's needed at runtime;
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "typeagent"
version = "0.3.1"
version = "0.3.2"
description = "Typeagent implements an agentic memory framework"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
Expand All @@ -29,6 +29,7 @@ classifiers = [
]
dependencies = [
"azure-identity>=1.22.0",
"black>=25.1.0",
"colorama>=0.4.6",
"logfire>=4.1.0",
"mcp[cli]>=1.12.1",
Expand All @@ -45,7 +46,6 @@ dependencies = [

[project.optional-dependencies]
dev = [
"black>=25.1.0",
"build>=1.2.2.post1",
"coverage[toml]>=7.9.1",
"google-api-python-client>=2.184.0",
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

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

Loading