fastapi-error-map 0.9.4__tar.gz → 0.9.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/PKG-INFO +4 -4
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/README.md +2 -2
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/pyproject.toml +2 -2
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/.github/workflows/ci.yaml +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/.github/workflows/test-compatibility.yaml +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/.gitignore +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/.pre-commit-config.yaml +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/LICENSE +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/Makefile +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/docs/example-openapi.png +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/examples/__init__.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/examples/errors.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/examples/main.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/fastapi_error_map/__init__.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/fastapi_error_map/error_handling.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/fastapi_error_map/openapi.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/fastapi_error_map/py.typed +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/fastapi_error_map/routing.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/fastapi_error_map/rules.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/fastapi_error_map/translator_policy.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/fastapi_error_map/translators.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/noxfile.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/tests/__init__.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/tests/integration/__init__.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/tests/integration/test_example.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/tests/integration/test_routing.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/tests/unit/__init__.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/tests/unit/error_stubs.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/tests/unit/test_error_handling.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/tests/unit/test_openapi.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/tests/unit/test_rules.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/tests/unit/test_translators.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/tests/unit/translator_stubs.py +0 -0
- {fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/uv.lock +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastapi-error-map
|
|
3
|
-
Version: 0.9.
|
|
4
|
-
Summary: Elegant per-endpoint error handling
|
|
3
|
+
Version: 0.9.6
|
|
4
|
+
Summary: Elegant per-endpoint error handling for FastAPI that keeps OpenAPI in sync
|
|
5
5
|
Project-URL: Homepage, https://github.com/ivan-borovets/fastapi-error-map
|
|
6
6
|
Project-URL: Repository, https://github.com/ivan-borovets/fastapi-error-map
|
|
7
7
|
Author-email: Ivan Borovets <ivan.r.borovets@gmail.com>
|
|
@@ -41,13 +41,13 @@ Description-Content-Type: text/markdown
|
|
|
41
41
|
|
|
42
42
|
## FastAPI Error Map
|
|
43
43
|
|
|
44
|
-
[](https://badge.fury.io/py/fastapi-error-map)
|
|
45
45
|

|
|
46
46
|
[](https://codecov.io/gh/ivan-borovets/fastapi-error-map)
|
|
47
47
|

|
|
48
48
|

|
|
49
49
|
|
|
50
|
-
Elegant per-endpoint error handling
|
|
50
|
+
Elegant per-endpoint error handling for FastAPI that keeps OpenAPI in sync.
|
|
51
51
|
|
|
52
52
|
### 📦 Installation
|
|
53
53
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
## FastAPI Error Map
|
|
2
2
|
|
|
3
|
-
[](https://badge.fury.io/py/fastapi-error-map)
|
|
4
4
|

|
|
5
5
|
[](https://codecov.io/gh/ivan-borovets/fastapi-error-map)
|
|
6
6
|

|
|
7
7
|

|
|
8
8
|
|
|
9
|
-
Elegant per-endpoint error handling
|
|
9
|
+
Elegant per-endpoint error handling for FastAPI that keeps OpenAPI in sync.
|
|
10
10
|
|
|
11
11
|
### 📦 Installation
|
|
12
12
|
|
|
@@ -7,8 +7,8 @@ sources = ["src"]
|
|
|
7
7
|
|
|
8
8
|
[project]
|
|
9
9
|
name = "fastapi-error-map"
|
|
10
|
-
version = "0.9.
|
|
11
|
-
description = "Elegant per-endpoint error handling
|
|
10
|
+
version = "0.9.6"
|
|
11
|
+
description = "Elegant per-endpoint error handling for FastAPI that keeps OpenAPI in sync"
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
license = { text = "Apache-2.0" }
|
|
14
14
|
authors = [
|
|
File without changes
|
{fastapi_error_map-0.9.4 → fastapi_error_map-0.9.6}/.github/workflows/test-compatibility.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|