python3-pydantic-core: Upgrade 2.41.5 -> 2.46.4

Upgrade pydantic-core to version 2.46.4 as it required for newer
Pydantic versions.

This work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Leon Anavi
2026-07-15 17:15:06 +03:00
committed by Khem Raj
parent a21f36c865
commit a7f8c37ffd
3 changed files with 81 additions and 56 deletions
@@ -1,4 +1,4 @@
From 1f0eaed9473f2a60f4a4e2dd95e376cebc0112d9 Mon Sep 17 00:00:00 2001
From ca6400743a86fa334936d9984dcd40e90bb06e60 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Sat, 19 Apr 2025 00:09:42 -0700
Subject: [PATCH] cargo.toml: Update bitvec to use radium 1.x
@@ -8,15 +8,15 @@ Upstream-Status: Submitted [https://github.com/ferrilab/bitvec/pull/220]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
Cargo.lock | 12 +++++++++++-
Cargo.lock | 10 +++++++---
Cargo.toml | 2 ++
2 files changed, 13 insertions(+), 1 deletion(-)
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 1a7c8ea..3d5eafe 100644
index 6f26c8a..91ceade 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -49,7 +49,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -55,7 +55,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
@@ -25,7 +25,7 @@ index 1a7c8ea..3d5eafe 100644
"tap",
"wyz",
]
@@ -444,6 +444,7 @@ dependencies = [
@@ -469,6 +469,7 @@ dependencies = [
"percent-encoding",
"pyo3",
"pyo3-build-config",
@@ -33,32 +33,34 @@ index 1a7c8ea..3d5eafe 100644
"regex",
"serde",
"serde_json",
@@ -549,6 +550,15 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
@@ -569,9 +570,12 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
+[[package]]
+name = "radium"
[[package]]
name = "radium"
-version = "0.7.0"
+version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
+checksum = "db0b76288902db304c864a12046b73d2d895cc34a4bb8137baaeebe9978a072c"
+dependencies = [
+ "cfg-if",
+]
+
[[package]]
name = "regex"
version = "1.12.2"
diff --git a/Cargo.toml b/Cargo.toml
index a7e86ab..09eaf64 100644
index 1fb5dcc..4949c8a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,8 @@ include = [
rust-version = "1.75"
rust-version = "1.88"
[dependencies]
+#bitvec = { git = "https://github.com/alexanderkjall/bitvec", branch = "upgrade-radium-to-1" }
+radium = "1"
# TODO it would be very nice to remove the "py-clone" feature as it can panic,
# but needs a bit of work to make sure it's not used in the codebase
pyo3 = { version = "0.26", features = ["generate-import-lib", "num-bigint", "py-clone"] }
pyo3 = { version = "0.28", features = ["generate-import-lib", "num-bigint", "py-clone", "smallvec"] }
--
2.47.3