Skip to content

Commit 9a455c8

Browse files
committed
release 1.6.0
1 parent 839c50c commit 9a455c8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# api-session Changelog
22

3-
## 1.6.0
3+
## 1.6.0 (2026/03/27)
44

55
* Drop support for Python 3.9
66

api_session/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
from typing import Optional, Union, Any
1+
from typing import Any
22
from urllib.parse import quote as urlquote
33

44
import requests
55
from requests import HTTPError
66
from requests.adapters import HTTPAdapter
77
from urllib3 import Timeout, Retry
88

9-
__version__ = "1.5.3"
9+
__version__ = "1.6.0"
1010
__all__ = (
1111
"__version__",
1212
"JSONDict",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "api-session"
3-
version = "1.5.3"
3+
version = "1.6.0"
44
description = "requests.Session to work with JSON APIs"
55
authors = [{ name = "Baptiste Fontaine", email = "baptiste@bixoto.com" }]
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)