Skip to content

Make http dependency not be restricted#72

Merged
TomerPacific merged 1 commit intomasterfrom
feature/http-dependency-not-restricted
Nov 28, 2025
Merged

Make http dependency not be restricted#72
TomerPacific merged 1 commit intomasterfrom
feature/http-dependency-not-restricted

Conversation

@TomerPacific
Copy link
Copy Markdown
Owner

Resolves #70

This pull request makes a minor update to the pubspec.yaml file, relaxing the version constraint for the http dependency to allow compatible updates within the 1.x series.

@TomerPacific TomerPacific self-assigned this Nov 28, 2025
Copilot AI review requested due to automatic review settings November 28, 2025 17:35
@TomerPacific TomerPacific added the dependencies Pull requests that update a dependency file label Nov 28, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates the http dependency constraint in pubspec.yaml from an exact version (1.5.0) to a flexible caret constraint (^1.5.0), allowing the package to automatically receive compatible updates within the 1.x series. This resolves issue #70 and follows Dart/Flutter best practices for dependency management.

Key changes:

  • Modified the http dependency constraint to use caret syntax (^1.5.0 instead of 1.5.0)
  • Updated pubspec.lock with refreshed dependency resolution, including minor version updates to transitive dependencies

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
pubspec.yaml Changed http dependency from exact version to caret constraint to allow compatible minor/patch updates
pubspec.lock Refreshed lock file with updated transitive dependency versions (leak_tracker, meta, test_api, vector_math) and updated Dart SDK constraint

@TomerPacific TomerPacific merged commit c49385f into master Nov 28, 2025
7 checks passed
@TomerPacific TomerPacific deleted the feature/http-dependency-not-restricted branch November 28, 2025 17:41
@TomerPacific TomerPacific mentioned this pull request Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make http dependency not be restricted

2 participants