Skip to content

Commit 328acd8

Browse files
authored
Release v4.3.6 (#1354)
1 parent 5b4a7ec commit 328acd8

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

CHANGELOG.md

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

3+
## [v4.3.6] (2025-08-26)
4+
5+
* Add specific code agent options for `logfire prompt` by @Kludex in [#1350](https://github.com/pydantic/logfire/pull/1350)
6+
37
## [v4.3.5] (2025-08-22)
48

59
* Add `--base-url` to CLI by @Kludex in [#1345](https://github.com/pydantic/logfire/pull/1345)
@@ -33,9 +37,6 @@
3337
* Create read tokens via CLI by @Kludex in [#1306](https://github.com/pydantic/logfire/pull/1306)
3438
* Retrieve the prompt to fix issues via CLI by @Kludex in [#1307](https://github.com/pydantic/logfire/pull/1307)
3539

36-
## New Contributors
37-
* @RichardMarto made their first contribution in [#1288](https://github.com/pydantic/logfire/pull/1288)
38-
3940
## [v4.2.0] (2025-08-06)
4041

4142
* Handle wrong JSON schema in console exporter by @alexmojaki in [#1294](https://github.com/pydantic/logfire/pull/1294)
@@ -869,3 +870,4 @@ First release from new repo!
869870
[v4.3.3]: https://github.com/pydantic/logfire/compare/v4.3.2...v4.3.3
870871
[v4.3.4]: https://github.com/pydantic/logfire/compare/v4.3.3...v4.3.4
871872
[v4.3.5]: https://github.com/pydantic/logfire/compare/v4.3.4...v4.3.5
873+
[v4.3.6]: https://github.com/pydantic/logfire/compare/v4.3.5...v4.3.6

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import argparse
22
from logfire._internal.client import LogfireClient as LogfireClient
3+
from logfire.exceptions import LogfireConfigError as LogfireConfigError
4+
5+
LOGFIRE_MCP_TOML: str
36

47
def parse_prompt(args: argparse.Namespace) -> None:
58
"""Creates a prompt to be used with your favorite LLM.

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.3.5"
7+
version = "4.3.6"
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.3.5"
7+
version = "4.3.6"
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)