diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ddee3..b8e4c76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.1] - 2024-12-17 + +### Fixed + +- Relaxed version restriction on `httpx` + +### Changed + +- Test in CI using Gotenberg 8.14.1 + ## [0.8.0] - 2024-12-11 ### Breaking Change diff --git a/pyproject.toml b/pyproject.toml index 97bd434..3b4e167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers = [ ] dynamic = [ "version" ] dependencies = [ - "httpx[http2]~=0.28", + "httpx[http2]>=0.27", "typing-extensions; python_version<'3.11'", ] @@ -76,7 +76,7 @@ dependencies = [ "pytest ~= 8.3; python_version >= '3.9'", "pytest-mock ~= 3.14", "pytest-randomly ~= 3.15", - "pytest-rerunfailures ~= 14.0", + "pytest-rerunfailures ~= 15.0", "pytest-xdist[psutil] ~= 3.6", ] extra-dependencies = [ diff --git a/src/gotenberg_client/__about__.py b/src/gotenberg_client/__about__.py index 9c90f17..c19d9d9 100644 --- a/src/gotenberg_client/__about__.py +++ b/src/gotenberg_client/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2023-present Trenton H # # SPDX-License-Identifier: MPL-2.0 -__version__ = "0.8.0" +__version__ = "0.8.1" diff --git a/tests/docker/docker-compose.ci-test.yml b/tests/docker/docker-compose.ci-test.yml index 17d2aa5..37530b9 100644 --- a/tests/docker/docker-compose.ci-test.yml +++ b/tests/docker/docker-compose.ci-test.yml @@ -5,7 +5,7 @@ networks: gotenberg-test-net: services: gotenberg-client-test-server: - image: docker.io/gotenberg/gotenberg:8.11.0 + image: docker.io/gotenberg/gotenberg:8.14.1 networks: - gotenberg-test-net ports: