Skip to content

Commit 573d36c

Browse files
openssl
1 parent e3a0491 commit 573d36c

5 files changed

Lines changed: 11 additions & 199 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ jobs:
8383
- uses: actions/setup-python@v6
8484
with:
8585
python-version: 3.x
86+
- name: Install OpenSSL development headers
87+
run: |
88+
sudo apt-get update
89+
sudo apt-get install -y libssl-dev
8690
- name: Build wheels
8791
uses: PyO3/maturin-action@v1
8892
with:
@@ -116,6 +120,10 @@ jobs:
116120
- uses: actions/setup-python@v6
117121
with:
118122
python-version: 3.x
123+
- name: Install OpenSSL development headers
124+
run: |
125+
sudo apt-get update
126+
sudo apt-get install -y libssl-dev
119127
- name: Build wheels
120128
uses: PyO3/maturin-action@v1
121129
with:

Cargo.lock

Lines changed: 0 additions & 196 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ radixtarget = "4.0"
1010
serde = { version = "1.0", features = ["derive"] }
1111
serde_json = "1.0"
1212
tokio = { version = "1", features = ["full"] }
13-
reqwest = { version = "0.12", features = ["json", "rustls-tls"] }
13+
reqwest = { version = "0.12", features = ["json"] }
1414
pyo3 = { version = "0.27", features = ["auto-initialize"], optional = true }
1515
pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"], optional = true }
1616

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "cloudcheck"
7-
version = "8.1.1rc1"
7+
version = "8.1.1rc2"
88
description = "Detailed database of cloud providers. Instantly look up a domain or IP address"
99
readme = "README.md"
1010
requires-python = ">=3.9"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)