Skip to content

Commit 5195b50

Browse files
authored
Release v4.3.5 (#1349)
1 parent db99d24 commit 5195b50

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

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

3+
## [v4.3.5] (2025-08-22)
4+
5+
* Add `--base-url` to CLI by @Kludex in [#1345](https://github.com/pydantic/logfire/pull/1345)
6+
* Don't require stream kwarg in OpenAI methods by @alexmojaki in [#1348](https://github.com/pydantic/logfire/pull/1348)
7+
38
## [v4.3.4] (2025-08-21)
49

510
* `logfire.instrument_google_genai()` fixes for `response_schema` and elided content by @alexmojaki in [#1342](https://github.com/pydantic/logfire/pull/1342)
@@ -863,3 +868,4 @@ First release from new repo!
863868
[v4.3.2]: https://github.com/pydantic/logfire/compare/v4.3.1...v4.3.2
864869
[v4.3.3]: https://github.com/pydantic/logfire/compare/v4.3.2...v4.3.3
865870
[v4.3.4]: https://github.com/pydantic/logfire/compare/v4.3.3...v4.3.4
871+
[v4.3.5]: https://github.com/pydantic/logfire/compare/v4.3.4...v4.3.5

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.4"
7+
version = "4.3.5"
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.4"
7+
version = "4.3.5"
88
description = "The best Python observability tool! 🪵🔥"
99
requires-python = ">=3.9"
1010
authors = [

uv.lock

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

0 commit comments

Comments
 (0)