Skip to content

Commit 7573af0

Browse files
authored
Release v4.13.2 (#1489)
1 parent 4a8386c commit 7573af0

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## [v4.13.2] (2025-10-13)
4+
5+
* Comply with opencode MCP format by @Kludex in [#1488](https://github.com/pydantic/logfire/pull/1488)
6+
37
## [v4.13.1] (2025-10-13)
48

59
* Add "type" keyword on opencode MCP settings by @Kludex in [#1486](https://github.com/pydantic/logfire/pull/1486)
@@ -946,3 +950,4 @@ First release from new repo!
946950
[v4.12.0]: https://github.com/pydantic/logfire/compare/v4.11.0...v4.12.0
947951
[v4.13.0]: https://github.com/pydantic/logfire/compare/v4.12.0...v4.13.0
948952
[v4.13.1]: https://github.com/pydantic/logfire/compare/v4.13.0...v4.13.1
953+
[v4.13.2]: https://github.com/pydantic/logfire/compare/v4.13.1...v4.13.2

logfire-api/logfire_api/_internal/cli/prompt.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ def parse_prompt(args: argparse.Namespace) -> None:
1515
def configure_claude(client: LogfireClient, organization: str, project: str, console: Console) -> None: ...
1616
def configure_codex(client: LogfireClient, organization: str, project: str, console: Console) -> None: ...
1717
def configure_opencode(client: LogfireClient, organization: str, project: str, console: Console) -> None: ...
18-
def logfire_mcp_json(token: str) -> dict[str, Any]: ...
1918
def opencode_mcp_json(token: str) -> dict[str, Any]: ...

logfire-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "logfire-api"
7-
version = "4.13.1"
7+
version = "4.13.2"
88
description = "Shim for the Logfire SDK which does nothing unless Logfire is installed"
99
authors = [
1010
{ name = "Pydantic Team", email = "[email protected]" },

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "logfire"
7-
version = "4.13.1"
7+
version = "4.13.2"
88
description = "The best Python observability tool! 🪵🔥"
99
requires-python = ">=3.9"
1010
authors = [

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)