2 Commits

Author SHA1 Message Date
6d21c82e63 Advanced to version 1.6.1. 2024-12-03 07:13:01 +08:00
271d98aa8a Fixed to work with httpx 0.28.0. 2024-12-03 07:12:34 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ Version 1.6.1
Released 2024/12/3
Fix test cases for compatibility with httpx 0.28.0.
Fixed to work with httpx 0.28.0.
Version 1.6.0

View File

@@ -1,7 +1,7 @@
# The Mia! Accounting Project.
# Author: imacat@mail.imacat.idv.tw (imacat), 2022/8/21
# Copyright (c) 2022-2026 imacat.
# Copyright (c) 2022-2024 imacat.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@ dependencies = [
[project.optional-dependencies]
devel = [
"httpx >= 0.28.0",
"httpx >= 0.20.0",
"OpenCC",
]