Skip to content

Commit

Permalink
Relaxed version restrictions on httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Dec 17, 2024
1 parent 2b93fff commit c50743e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [Unreleased]

### Fixed

- Relaxed version restriction on `httpx`

## [0.8.0] - 2024-12-11

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
]
dynamic = [ "version" ]
dependencies = [
"httpx[http2]~=0.28",
"httpx[http2]>=0.27",
"typing-extensions; python_version<'3.11'",
]

Expand Down

0 comments on commit c50743e

Please sign in to comment.