version update to publish to Pypi 5

This commit is contained in:
Bill
2025-11-23 13:27:22 -07:00
parent 751b95a123
commit 8981b3038d
2 changed files with 12 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
# 1. Python Bindings for FFI
pyo3 = { version = "0.27.1", features = ["extension-module", "chrono-tz", "chrono"] }
pyo3 = { version = "=0.27.0", features = ["extension-module", "chrono-tz", "chrono"] }
# 2. Configuration Parsing (YAML)
@@ -44,7 +44,7 @@ byteorder = "1.5"
# 10. Timestamp Handling (NEW)
chrono = "0.4"
chrono-tz = "0.10"
chrono-tz = "=0.10"
# 11. UUID Handling (NEW)
uuid = { version = "1.8", features = ["serde", "v4"] }