Skip to content

Commit f10b3ba

Browse files
committed
Bump pulp-glue dependency to >=0.30.0 and add pycares constraint
- Raise pulp-glue lower bound due to new imports requiring features from 0.30.0 - Add explicit pycares dependency to fix aiodns compatibility issue
1 parent cb4fe92 commit f10b3ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ dependencies = [
5252
"opentelemetry-sdk>=1.27.0,<1.39",
5353
"opentelemetry-exporter-otlp-proto-http>=1.27.0,<1.39",
5454
"protobuf>=4.21.1,<7.0",
55-
"pulp-glue>=0.28.0,<0.37",
55+
"pulp-glue>=0.30.0,<0.37",
5656
"pygtrie>=2.5,<=2.5.0",
5757
"psycopg[binary]>=3.1.8,<3.3", # SemVer, not explicitely stated, but mentioned on multiple changes.
58+
"pycares>=4.0.0,<5.0", # Explicit dependency to ensure compatibility with aiodns.
5859
"pyparsing>=3.1.0,<3.3", # Looks like only bugfixes in z-Stream.
5960
"python-gnupg>=0.5.0,<0.6", # Looks like only bugfixes in z-Stream [changelog only in git]
6061
"PyYAML>=5.1.1,<6.1", # Looks like only bugfixes in z-Stream.

0 commit comments

Comments
 (0)