Fixed pydantic version

This commit is contained in:
2025-10-29 16:47:01 +01:00
parent 63767684b7
commit a719b748d9
2 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ requires-python = ">=3.14"
dependencies = [
"aiohttp>=3.13.1",
"loguru>=0.7.3",
"pydantic>=2.12.3",
"pydantic==2.12.2",
]
[dependency-groups]

10
uv.lock generated
View File

@@ -290,7 +290,7 @@ wheels = [
[[package]]
name = "pydantic"
version = "2.12.3"
version = "2.12.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "annotated-types" },
@@ -298,9 +298,9 @@ dependencies = [
{ name = "typing-extensions" },
{ name = "typing-inspection" },
]
sdist = { url = "https://files.pythonhosted.org/packages/f3/1e/4f0a3233767010308f2fd6bd0814597e3f63f1dc98304a9112b8759df4ff/pydantic-2.12.3.tar.gz", hash = "sha256:1da1c82b0fc140bb0103bc1441ffe062154c8d38491189751ee00fd8ca65ce74", size = 819383, upload-time = "2025-10-17T15:04:21.222Z" }
sdist = { url = "https://files.pythonhosted.org/packages/8d/35/d319ed522433215526689bad428a94058b6dd12190ce7ddd78618ac14b28/pydantic-2.12.2.tar.gz", hash = "sha256:7b8fa15b831a4bbde9d5b84028641ac3080a4ca2cbd4a621a661687e741624fd", size = 816358, upload-time = "2025-10-14T15:02:21.842Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/a1/6b/83661fa77dcefa195ad5f8cd9af3d1a7450fd57cc883ad04d65446ac2029/pydantic-2.12.3-py3-none-any.whl", hash = "sha256:6986454a854bc3bc6e5443e1369e06a3a456af9d339eda45510f517d9ea5c6bf", size = 462431, upload-time = "2025-10-17T15:04:19.346Z" },
{ url = "https://files.pythonhosted.org/packages/6c/98/468cb649f208a6f1279448e6e5247b37ae79cf5e4041186f1e2ef3d16345/pydantic-2.12.2-py3-none-any.whl", hash = "sha256:25ff718ee909acd82f1ff9b1a4acfd781bb23ab3739adaa7144f19a6a4e231ae", size = 460628, upload-time = "2025-10-14T15:02:19.623Z" },
]
[[package]]
@@ -386,7 +386,7 @@ wheels = [
[[package]]
name = "rapt-cloud-api"
version = "0.1.0"
version = "0.2.0"
source = { virtual = "." }
dependencies = [
{ name = "aiohttp" },
@@ -405,7 +405,7 @@ dev = [
requires-dist = [
{ name = "aiohttp", specifier = ">=3.13.1" },
{ name = "loguru", specifier = ">=0.7.3" },
{ name = "pydantic", specifier = ">=2.12.3" },
{ name = "pydantic", specifier = "==2.12.2" },
]
[package.metadata.requires-dev]