Skip to content

Commit 2180f56

Browse files
committed
Release v0.1.18
- Changes • Added ExceptionCode with built-in standard codes (ISE-500, VAL-422, etc.) • Unified fallback errors to use ExceptionCode.INTERNAL_SERVER_ERROR • Improved validation error handling with consistent responses • Updated docs: added parameters table + clearer examples • Updated packaging (pyproject.toml) with Python 3.10+ requirement and project URLs
1 parent 6a18425 commit 2180f56

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ classifiers = [
2424
"Topic :: Software Development :: Libraries :: Application Frameworks",
2525
"Typing :: Typed",
2626
]
27-
homepage = "https://github.com/akutayural/APIException"
28-
repository = "https://github.com/akutayural/APIException"
29-
documentation = "https://akutayural.github.io/APIException"
27+
3028

3129
[tool.poetry.urls]
3230
"Documentation" = "https://akutayural.github.io/APIException/"

0 commit comments

Comments
 (0)