1 Commits

Author SHA1 Message Date
Bill
26d1eb631e 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
2025-11-23 12:53:54 -07:00
2 changed files with 1 additions and 2 deletions

1
Cargo.lock generated
View File

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

View File

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