Compare commits
2 Commits
main
...
6d21c82e63
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d21c82e63 | |||
| 271d98aa8a |
@@ -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
|
||||
|
||||
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user