There was an error while loading. Please reload this page.
1 parent 2c2875c commit 7cde234Copy full SHA for 7cde234
2 files changed
pyproject.toml
@@ -19,14 +19,14 @@ classifiers = [
19
"Programming Language :: Python :: 3.12",
20
]
21
dependencies = [
22
- "selectolax>=0.3.21",
23
- "httpx>=0.27.2",
+ "selectolax>=0.3.26",
+ "httpx>=0.28.0",
24
25
dynamic = ["version"]
26
27
[tool.uv]
28
dev-dependencies = [
29
- "fastapi[standard]>=0.115.3",
+ "fastapi[standard]>=0.115.5",
30
"ipykernel>=6.29.5",
31
"pytest-cov>=5.0.0",
32
"pytest>=8.3.3",
src/httpc/_base.py
@@ -4,7 +4,7 @@
4
import logging
5
import re
6
7
-__version__ = "0.5.0"
+__version__ = "0.6.0"
8
9
logger = logging.getLogger("httpc")
10
0 commit comments