packages icon indicating copy to clipboard operation
packages copied to clipboard

python-{pydantic, pydantic-core, annotated-types}: add new packages

Open ilkka-ollakka opened this issue 1 year ago • 0 comments

Maintainer: me Compile tested: mips64_octeonplus, OpenWRT 23.05 Run tested: mips64_octeonplus, OpenWRT 23.05, tested by using pydantic library in python code

Description:

Add Pydantic 2.7.1 to packages, as it requires pydantic-core that uses rust code to be compiled in pydantic-core side, it is not trivial to install directly from pypi repository to openwrt device.

Pydantic is library to validate and parse data in python code. https://pypi.org/project/pydantic/

PR adds following packages:

  • python-annotated-types 0.6.0
  • python-pydantic-core 2.18.2
  • python-pydantic 2.7.1

ilkka-ollakka avatar Mar 28 '24 09:03 ilkka-ollakka