RustImplementation #28

Merged
mysticmomba merged 37 commits from RustImplementation into master 2025-11-18 14:51:42 -05:00
6 changed files with 6 additions and 6 deletions
Showing only changes of commit a498a94199 - Show all commits
+1 -1
View File
@@ -17,7 +17,7 @@ dependencies = [
[[package]]
name = "airlock_libs"
version = "2.0.0"
version = "2.0.1"
dependencies = [
"chrono",
"indicatif",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "airlock_libs"
version = "2.0.0"
version = "2.0.1"
edition = "2024"
[lib]
+1 -1
View File
@@ -30,7 +30,7 @@ def history_logging(
checkpoint_number: str,
policy_names: str,
) -> List[Dict[str, Any]]:
"""
"""
Query execution history logs from the Airlock API.
Parameters
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "airlock_libs"
version = "2.0.0"
version = "2.0.1"
description = "Airlock Digital API Wrapper"
readme = "README.md"
license = { text = "AGPL-3.0-only" }
+1 -1
View File
@@ -205,7 +205,7 @@ fn build_client(py: Python<'_>, py_self: &Py<PyAny>) -> Client {
Client::builder()
.danger_accept_invalid_certs(true)
.default_headers(header_map)
.timeout(std::time::Duration::from_secs(30))
.timeout(std::time::Duration::from_secs(120))
.build()
.unwrap()
}
+1 -1
View File
@@ -11,4 +11,4 @@ urllib3==2.5.0
pyperclip==1.11.0
--extra-index-url https://git.racooncity.org/api/packages/brotoskyj/pypi/simple/
airlock_libs==2.0.0
airlock_libs==2.0.1