|
@@ -4,10 +4,12 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-PYTHON_PYDANTIC_CORE_VERSION = 2.34.1
|
|
|
+# python-pydantic pins an exact version of pydantic-core in pyproject.toml,
|
|
|
+# make sure to sync pydantic-core to this version when updating pydantic
|
|
|
+PYTHON_PYDANTIC_CORE_VERSION = 2.33.2
|
|
|
PYTHON_PYDANTIC_CORE_SOURCE_PYPI = pydantic_core-$(PYTHON_PYDANTIC_CORE_VERSION).tar.gz
|
|
|
PYTHON_PYDANTIC_CORE_SITE = $(PYTHON_PYDANTIC_CORE_SITE_PYPI)/$(PYTHON_PYDANTIC_CORE_SOURCE_PYPI)?buildroot-path=filename
|
|
|
-PYTHON_PYDANTIC_CORE_SITE_PYPI = https://files.pythonhosted.org/packages/42/fa/5f682f3db14e14f7b5b7f5008ac24594b93943d1da4facbacff5876624cf
|
|
|
+PYTHON_PYDANTIC_CORE_SITE_PYPI = https://files.pythonhosted.org/packages/ad/88/5f2260bdfae97aabf98f1778d43f69574390ad787afb646292a638c923d4
|
|
|
PYTHON_PYDANTIC_CORE_SETUP_TYPE = maturin
|
|
|
PYTHON_PYDANTIC_CORE_LICENSE = MIT
|
|
|
PYTHON_PYDANTIC_CORE_LICENSE_FILES = LICENSE
|