We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89eafe2 commit ee8e6a4Copy full SHA for ee8e6a4
2 files changed
pyproject.toml
@@ -9,7 +9,7 @@ version = "2.0.0-beta"
9
requires-python = ">=3.11"
10
dependencies = [
11
"ansible==12.3.0",
12
- "cryptography>=47.0.0",
+ "cryptography>=48.0.0",
13
"jinja2>=3.1.6",
14
"netaddr==1.3.0",
15
"pyyaml>=6.0.2",
@@ -23,7 +23,7 @@ py-modules = []
23
[project.optional-dependencies]
24
# Cloud provider dependencies (installed automatically based on provider selection)
25
aws = [
26
- "boto3>=1.42.97",
+ "boto3>=1.43.4",
27
]
28
azure = [
29
"azure-identity>=1.15.0",
@@ -33,7 +33,7 @@ azure = [
33
"msrestazure>=0.6.4",
34
35
gcp = [
36
- "google-auth>=2.49.2",
+ "google-auth>=2.50.0",
37
"requests>=2.31.0",
38
39
hetzner = [
0 commit comments