Skip to content

Commit 997c599

Browse files
Remove unused dependencies (#731)
1 parent 0624bbb commit 997c599

File tree

2 files changed

+19
-74
lines changed

2 files changed

+19
-74
lines changed

poetry.lock

+16-67
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-7
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,26 @@ requires-poetry = ">=2.0.0"
88
[tool.poetry.dependencies]
99
python = "^3.10"
1010
ops = "^2.17.1"
11-
cryptography = "^44.0.0"
1211
boto3 = "^1.35.87"
1312
pgconnstr = "^1.0.1"
1413
requests = "^2.32.3"
1514
tenacity = "^9.0.0"
1615
psycopg2 = "^2.9.10"
17-
cosl = "^0.0.50"
1816
pydantic = "^1.10.19"
19-
poetry-core = "^2.0.0"
20-
pyOpenSSL = "^25.0.0"
2117
jinja2 = "^3.1.4"
2218
pysyncobj = "^0.3.13"
23-
psutil = "^6.1.1"
2419

2520
[tool.poetry.group.charm-libs.dependencies]
2621
# data_platform_libs/v0/data_interfaces.py
2722
ops = ">=2.0.0"
2823
# data_platform_libs/v0/upgrade.py
2924
poetry-core = "*"
3025
# data_platform_libs/v0/upgrade.py requires pydantic ^1.10
31-
# grafana_agent/v0/cos_agent.py requires pydantic <2
32-
pydantic = "^1.10, <2"
26+
# data_platform_libs/v0/data_models.py requires pydantic ^1.10
27+
pydantic = "^1.10"
3328
# grafana_agent/v0/cos_agent.py
3429
cosl = "*"
30+
# tls_certificates_interface/v2/tls_certificates.py
3531
cryptography = "*"
3632
jsonschema = "*"
3733
# tempo_coordinator_k8s/v0/charm_tracing.py

0 commit comments

Comments
 (0)