RDFLib / pyLODE

An OWL ontology documentation tool using Python and templating, based on LODE
BSD 3-Clause "New" or "Revised" License
162 stars 70 forks source link

fix: relax the constraint of httpx #215

Closed edmondchuc closed 3 months ago

edmondchuc commented 3 months ago

Downstream applications have a hard time working with the current version constraint for httpx.

httpx = "^0.25.0" effectively only allows for httpx versions between >=0.25.0 and <0.26.0.