Skip to content

relax version constraints on dependencies #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 25, 2024
Merged

Conversation

jwilger
Copy link
Contributor

@jwilger jwilger commented Jun 15, 2024

Specifying version constraints to allow minor release updates whenever possible makes it less likely that there will be constraint conflicts in dependent applications.

jwilger added 2 commits June 15, 2024 10:07
Unless there are specific issues with a particular release of a
dependency, libraries in particular should be pinned to allow minor
release updates. This reduces version constraint conflicts for consumers
of the library.
assert {:error, "connection refused"} = TestClient.get("http://localhost:#{bypass.port}/")
assert {:error, :econnrefused} = TestClient.get("http://localhost:#{bypass.port}/")
Copy link
Contributor Author

@jwilger jwilger Jun 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think (but am not 100% sure) that this is needed due to elixir-tesla/tesla#573.

@jwilger jwilger marked this pull request as ready for review June 16, 2024 15:32
@seancribbs seancribbs merged commit f4f0fb8 into seancribbs:main Jun 25, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants