Skip to content

Commit

Permalink
Bump httpx to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-b committed Mar 2, 2024
1 parent e1c6a0c commit 19db1eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ 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
- `httpx_auth.JsonTokenFileCache` and `httpx_auth.TokenMemoryCache` `get_token` method does not handles kwargs anymore, the `on_missing_token` callable does not expect any arguments anymore.
### Changed
- Requires [`httpx`](https://www.python-httpx.org)==0.27.\*
- `httpx_auth.JsonTokenFileCache` and `httpx_auth.TokenMemoryCache` `get_token` method does not handle kwargs anymore, the `on_missing_token` callable does not expect any arguments anymore.

## [0.21.0] - 2024-02-19
### Added
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers=[
"Topic :: Software Development :: Build Tools",
]
dependencies = [
"httpx==0.26.*",
"httpx==0.27.*",
]
dynamic = ["version"]

Expand All @@ -45,7 +45,7 @@ testing = [
# Used to generate test tokens
"pyjwt==2.*",
# Used to mock httpx
"pytest_httpx==0.29.*",
"pytest_httpx==0.30.*",
# Used to mock date and time
"time-machine==2.*",
# Used to check coverage
Expand Down

0 comments on commit 19db1eb

Please sign in to comment.