File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed
logfire_api/_internal/cli Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 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 )
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
Original file line number Diff line number Diff line change 11import argparse
22from logfire ._internal .client import LogfireClient as LogfireClient
3+ from logfire .exceptions import LogfireConfigError as LogfireConfigError
4+
5+ LOGFIRE_MCP_TOML : str
36
47def parse_prompt (args : argparse .Namespace ) -> None :
58 """Creates a prompt to be used with your favorite LLM.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " logfire-api"
7- version = " 4.3.5 "
7+ version = " 4.3.6 "
88description = " Shim for the Logfire SDK which does nothing unless Logfire is installed"
99authors = [
1010 {
name =
" Pydantic Team" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " logfire"
7- version = " 4.3.5 "
7+ version = " 4.3.6 "
88description = " The best Python observability tool! 🪵🔥"
99requires-python = " >=3.9"
1010authors = [
You can’t perform that action at this time.
0 commit comments