wellapi 0.10.2__tar.gz → 0.10.3__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.
- {wellapi-0.10.2 → wellapi-0.10.3}/PKG-INFO +1 -1
- {wellapi-0.10.2 → wellapi-0.10.3}/pyproject.toml +1 -1
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/dependencies/utils.py +7 -5
- {wellapi-0.10.2 → wellapi-0.10.3}/uv.lock +1 -1
- {wellapi-0.10.2 → wellapi-0.10.3}/.github/workflows/build.pipeline.yml +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/.gitignore +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/.python-version +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/README.md +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/docs/framework-usage.md +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/docs/superpowers/plans/2026-05-29-otel-native-telemetry.md +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/docs/superpowers/specs/2026-05-29-otel-native-telemetry-design.md +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/docs/telemetry.md +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/__init__.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/__main__.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/applications.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/awsmodel.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/build/__init__.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/build/cdk.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/build/packager.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/cli/__init__.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/cli/main.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/convertors.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/datastructures.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/dependencies/__init__.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/dependencies/models.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/exception_handlers.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/exceptions.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/local/__init__.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/local/router.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/local/server.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/middleware/__init__.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/middleware/base.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/middleware/cors.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/middleware/error.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/middleware/exceptions.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/middleware/main.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/models.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/openapi/__init__.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/openapi/docs.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/openapi/models.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/openapi/security_model.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/openapi/utils.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/params.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/routing.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/security.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/telemetry/__init__.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/telemetry/attributes.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/telemetry/config.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/telemetry/flush.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/telemetry/middleware.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/testclient.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/src/wellapi/utils.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/tests/conftest.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/tests/telemetry/__init__.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/tests/telemetry/test_applications.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/tests/telemetry/test_attributes.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/tests/telemetry/test_config.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/tests/telemetry/test_flush.py +0 -0
- {wellapi-0.10.2 → wellapi-0.10.3}/tests/telemetry/test_middleware.py +0 -0
|
@@ -907,11 +907,13 @@ def get_typed_return_annotation(call: Callable[..., Any]) -> Any:
|
|
|
907
907
|
def _get_flat_fields_from_params(fields: List[ModelField]) -> List[ModelField]:
|
|
908
908
|
if not fields:
|
|
909
909
|
return fields
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
910
|
+
flat_fields: List[ModelField] = []
|
|
911
|
+
for field in fields:
|
|
912
|
+
if lenient_issubclass(field.type_, BaseModel):
|
|
913
|
+
flat_fields.extend(get_cached_model_fields(field.type_))
|
|
914
|
+
else:
|
|
915
|
+
flat_fields.append(field)
|
|
916
|
+
return flat_fields
|
|
915
917
|
|
|
916
918
|
|
|
917
919
|
def get_flat_params(dependant: Dependant) -> List[ModelField]:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wellapi-0.10.2 → wellapi-0.10.3}/docs/superpowers/plans/2026-05-29-otel-native-telemetry.md
RENAMED
|
File without changes
|
{wellapi-0.10.2 → wellapi-0.10.3}/docs/superpowers/specs/2026-05-29-otel-native-telemetry-design.md
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
|
|
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
|