Package Details: python-openapi-pydantic 0.5.1+r37+g0766d59-3

Git Clone URL: https://aur.archlinux.org/python-openapi-pydantic.git (read-only, click to copy)
Package Base: python-openapi-pydantic
Description: Modern, type-safe OpenAPI schemas in Python using Pydantic 1.8+ and 2.x
Upstream URL: https://github.com/mike-oakley/openapi-pydantic
Licenses: MIT
Submitter: vitaliikuzhdin
Maintainer: vitaliikuzhdin (kchr)
Last Packager: vitaliikuzhdin
Votes: 0
Popularity: 0.000000
First Submitted: 2025-09-15 21:04 (UTC)
Last Updated: 2026-04-03 06:46 (UTC)

Latest Comments

vitaliikuzhdin commented on 2026-04-03 06:46 (UTC)

@mrjxtr, fixed.

mrjxtr commented on 2026-04-03 01:32 (UTC) (edited on 2026-04-03 01:41 (UTC) by mrjxtr)

UPDATE: resolved by running sudo pacman -S python-hatchling

I am getting this error:

Traceback (most recent call last):
  File "/usr/lib/python3.14/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
    ...<4 lines>...
    )
pyproject_hooks._impl.BackendUnavailable: Cannot import 'hatchling.build'

ERROR Backend 'hatchling.build' is not available.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: python-openapi-pydantic-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
python-openapi-pydantic - exit status 4

vitaliikuzhdin commented on 2026-04-02 16:46 (UTC)

@Orion-zhen, fixed.

Orion-zhen commented on 2026-03-09 03:20 (UTC)

Build for python3.14 failed:

=========================== short test summary info ============================
FAILED tests/util/test_validated_schema.py::test_basic_schema - AttributeError: 'SchemaPath' object has no attribute 'contents'
FAILED tests/util/test_validated_schema.py::test_field_json_schema_example - AttributeError: 'SchemaPath' object has no attribute 'contents'
FAILED tests/v3_0/test_validated_schema.py::test_basic_schema - AttributeError: 'SchemaPath' object has no attribute 'contents'
=================== 3 failed, 50 passed, 2 skipped in 0.66s ====================