version update to publish to Pypi 2
Some checks failed
Publish to PyPI / Build wheels on macos-latest (push) Has been cancelled
Publish to PyPI / Build wheels on ubuntu-latest (push) Has been cancelled
Publish to PyPI / Build wheels on windows-latest (push) Has been cancelled
Publish to PyPI / Publish to PyPI (push) Has been cancelled

This commit is contained in:
Bill
2025-11-23 12:53:54 -07:00
parent d6bd2eee00
commit 26d1eb631e
2 changed files with 1 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -1823,7 +1823,6 @@ dependencies = [
"byteorder",
"bytes",
"chrono",
"chrono-tz",
"deadpool-postgres",
"futures-util",
"mimalloc",

View File

@@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
# 1. Python Bindings for FFI
pyo3 = { version = "0.27.1", features = ["extension-module"] }
chrono-tz = "0.10"
# 2. Configuration Parsing (YAML)
serde = { version = "1.0", features = ["derive"] }