Skip to content

Commit 7cde234

Browse files
committed
Release 0.6.0
1 parent 2c2875c commit 7cde234

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ classifiers = [
1919
"Programming Language :: Python :: 3.12",
2020
]
2121
dependencies = [
22-
"selectolax>=0.3.21",
23-
"httpx>=0.27.2",
22+
"selectolax>=0.3.26",
23+
"httpx>=0.28.0",
2424
]
2525
dynamic = ["version"]
2626

2727
[tool.uv]
2828
dev-dependencies = [
29-
"fastapi[standard]>=0.115.3",
29+
"fastapi[standard]>=0.115.5",
3030
"ipykernel>=6.29.5",
3131
"pytest-cov>=5.0.0",
3232
"pytest>=8.3.3",

src/httpc/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import logging
55
import re
66

7-
__version__ = "0.5.0"
7+
__version__ = "0.6.0"
88

99
logger = logging.getLogger("httpc")
1010

0 commit comments

Comments
 (0)