Extra Pydantic types. License MIT license 216 stars 55 forks Branches Tags Activity Star Notifications pydantic/pydantic-extra-types 3.8 BranchesTags Code Folders and files Latest commit Cannot retrieve la
(sources) .PHONY: mypy mypy: mypy pydantic_extra_types .PHONY: test test: coverage run -m pytest --durations=10 .PHONY: testcov testcov: test @echo "building coverage html" @coverage html .PHONY: testcov-compile testcov-compile: build-trace test @echo "building coverage html" @coverage...
[pydantic-extra-types_2.9.0-1.debian.tar.xz] Maintainer: Ubuntu MOTU Developers(Mail Archive) Please considerfiling a bugorasking a questionvia Launchpad before contacting the maintainer directly. Original Maintainer (usually from Debian):
deb http://cz.archive.ubuntu.com/ubuntuplucky main universe Replacingcz.archive.ubuntu.com/ubuntuwith the mirror in question. You can download the requested file from thepool/universe/p/pydantic-extra-types/subdirectory at any of these sites:...
$ gh repo clone pydantic/pydantic-extra-types $ cd pydantic-extra-types $ python3.12 -m venv _e $ . _e/bin/activate (_e) $ pip install -e .[all] (_e) $ pip install -r requirements/testing.in (_e) $ python -m pytest […] ===...
.venv/lib/python3.8/site-packages/pydantic_extra_types/color.py:22: in ColorTuple = Union[tuple[int, int, int], tuple[int, int, int, float]] E TypeError: 'type' object is not subscriptable
[pydantic-extra-types_2.9.0-1.debian.tar.xz] Maintainer: Ubuntu MOTU Developers(Mail Archive) Please considerfiling a bugorasking a questionvia Launchpad before contacting the maintainer directly. Original Maintainer (usually from Debian):
[pydantic-extra-types_2.9.0-1.debian.tar.xz] Maintainer: Ubuntu MOTU Developers(Mail Archive) Please considerfiling a bugorasking a questionvia Launchpad before contacting the maintainer directly. Original Maintainer (usually from Debian):
Change Summary The API documentation page for pydantic_extra_types.mac_address is currently empty as the Markdown file does not contain a reference to the correct module, e.g. pydant...
After upgrading to pydantic-extra-types==2.8.1, we're seeing some bizarre artifacts with timezones for the Pendulum wrapper types. Repro: from datetime import timedelta from pydantic import BaseModel from pydantic_extra_types.pendulum_dt...