akoutmos / prom_ex

An Elixir Prometheus metrics collection library built on top of Telemetry with accompanying Grafana dashboards
MIT License
577 stars 96 forks source link

[FEATURE] Relax Dependencies Constraints #196

Closed heywhy closed 1 year ago

heywhy commented 1 year ago

Is your feature request related to a problem? Please describe.

Because of the hard restrictions on deps versions, I cannot update dependencies to their latest versions to take advantage of improvements/fixes.

Describe the solution you would like to see

Relax the dependencies' constraints

How would you expect this feature to work

I should be able to update libraries to their latest minor versions at least

Additional context

Screenshot 2023-04-05 at 11 36 06
heywhy commented 1 year ago

I'm closing this after noticing that a new version that fixes this exists already