From 69dc1c107baab3b814a36d2e056c3de6503cc76a Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Sun, 19 May 2024 19:23:30 +0800 Subject: [PATCH] Provide "eval-type-backport" from pypi (for pydantic) (#14) Signed-off-by: Jack Cherng --- repository.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/repository.json b/repository.json index 32a4b1a..6c543ec 100644 --- a/repository.json +++ b/repository.json @@ -401,6 +401,19 @@ } ] }, + { + "name": "eval-type-backport", + "description": "Like `typing._eval_type`, but lets older Python versions use newer typing features.", + "author": "alexmojaki", + "issues": "https://github.com/alexmojaki/eval_type_backport/issues", + "releases": [ + { + "base": "https://pypi.org/project/eval-type-backport", + "asset": "eval_type_backport-*-py3-none-any.whl", + "python_versions": ["3.8"] + } + ] + }, { "name": "gateone-terminal", "description": "GateOne terminal",