gpo.zugaina.org

Search Portage & Overlays:

dev-python/model-hosting-container-standards

Python toolkit for standardized model hosting container implementations

Screenshots

  • model-hosting-container-standards-0.1.16
    ~amd64 ~arm64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: stuff
  • model-hosting-container-standards-0.1.15
    ~amd64 ~arm64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: stuff

ChangeLog

commit c2f85117f149370b103702bc15db007b7cac8d75
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Aug 16 16:55:04 2026 +0200

dev-python/model-hosting-container-standards: add httpx dep to 0.1.15

The 0.1.15 Poetry metadata declares httpx as an unconditional runtime requirement.
Keep the retained version aligned with the dependency already carried by 0.1.16 and
remove stale test wording.

commit 16535fce347ecfa920e75b439006bd97ada7b9ff
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Aug 16 15:38:19 2026 +0200

dev-python/model-hosting-container-standards: add httpx dependency

The installed Python project declares httpx as a runtime requirement. Tests alone do
not cover the client code paths that import it.

commit a0a75c7c9516823ced1ac8819aa7f6ed0d8490fc
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Aug 4 22:43:21 2026 +0200

dev-python/model-hosting-container-standards: enable tests in 0.1.15

Use the exact Git tag because PyPI omits all tests, run the offline unit suite, and skip integration cases that install packages or launch supervisor processes. Drop the unused, deprecated httpx runtime dependency and cap FastAPI before its incompatible routing change.

commit c7aa2f6480b93246a65cd0781b0beb63bb47be8e
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Aug 4 22:41:52 2026 +0200

dev-python/model-hosting-container-standards: enable tests in 0.1.16

Use the exact Git tag because PyPI omits all tests, run the offline unit suite, and skip integration cases that install packages or launch supervisor processes. Drop the unused, deprecated httpx runtime dependency and cap FastAPI before its incompatible routing change.

commit a070f4da4f29d20836b5a238f644fe8db64dfb9c
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Jun 20 15:49:16 2026 +0200

dev-python/model-hosting-container-standards: Keyword 0.1.15 for ~arm64

commit 0eab74cc5348dc0d1a44ec9cda00f681a42b5732
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 19:56:15 2026 +0200

dev-python/model-hosting-container-standards: Keyword 0.1.16 for ~arm64

Pure-Python (PEP517), architecture-independent.

commit 338338f3dd4cb28ac6df16b1f6a693a168661263
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 11:44:08 2026 +0200

dev-python/model-hosting-container-standards: add 0.1.16

commit 5bfc35aa68a2138e4fa8eb546989465b5927fa87
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 13 14:34:58 2026 +0200

dev-python/model-hosting-container-standards: disable py3.11

commit 4c4dd66eefc712d0243b7ec5551a257cdd789b87
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 9 22:31:52 2026 +0200

dev-python/model-hosting-container-standards: fix dead upstream URL

github.com/aws/sagemaker-hosting-toolkit returns 404; the project lives at aws/model-
hosting-container-standards (matching the PyPI project name). Update HOMEPAGE,
remote-id, bugs-to.

commit 3164c7f97ab09b8cdff0d87a5e12cd8ef4466bb5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 6 23:33:43 2026 +0200

dev-python/model-hosting-container-standards: new package

AWS' Python toolkit for standardized model-hosting container
implementations. Required by dev-python/vllm.

Pure Python (poetry-core build backend). Accepting DeprecatedDep on
httpx — upstream marked it unsuitable for public consumption but there
is no async-HTTP replacement, so we live with it.