Skip to content

Commit ce3662e

Browse files
authored
Merge pull request #77 from dreadnode/users/raja/hotfix-pin-logfire-version
fix: Pin logfire version to avoid breaking change on latest logfire 3.21.0
2 parents f344df8 + d22d1c8 commit ce3662e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "dreadnode"
3-
version = "1.0.5"
3+
version = "1.0.7"
44
description = "Dreadnode SDK"
55
requires-python = ">=3.10,<3.14"
66

77
[tool.poetry]
88
name = "dreadnode"
9-
version = "1.0.5"
9+
version = "1.0.7"
1010
description = "Dreadnode SDK"
1111
authors = ["Nick Landers <[email protected]>"]
1212
repository = "https://github.com/dreadnode/sdk"
@@ -16,7 +16,7 @@ readme = "README.md"
1616
python = ">=3.10,<3.14"
1717
pydantic = "^2.9.2"
1818
httpx = "^0.28.0"
19-
logfire = "^3.5.3"
19+
logfire = ">=3.5.3,<=3.20.0"
2020
python-ulid = "^3.0.0"
2121
coolname = "^2.2.0"
2222
pandas = "^2.2.3"

0 commit comments

Comments
 (0)