diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 711c1f4..700e286 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +4.0.2 - Released on 2024-11-28 +------------------------------ +* Release with httpx frozen to <0.28 due to Proxy update. + 4.0.1 - Released on 2024-11-14 ------------------------------ * Authorize older prometheus client library. diff --git a/pyproject.toml b/pyproject.toml index 3430b8b..e27962b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ license = { text = "MIT License" } name = "Blacksmith" readme = "README.rst" requires-python = ">=3.9" -version = "4.0.1" +version = "4.0.2" dependencies = [ "httpx>=0.24,<0.28", diff --git a/uv.lock b/uv.lock index 780eed7..ea3ff82 100644 --- a/uv.lock +++ b/uv.lock @@ -204,7 +204,7 @@ wheels = [ [[package]] name = "blacksmith" -version = "4.0.1" +version = "4.0.2" source = { editable = "." } dependencies = [ { name = "httpx" },