Skip to content

Update Dependencies of parse sdk to 5.1.3 #966

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

Closed
funjay opened this issue Sep 25, 2023 · 4 comments
Closed

Update Dependencies of parse sdk to 5.1.3 #966

funjay opened this issue Sep 25, 2023 · 4 comments
Labels
type:feature New feature or improvement of existing feature

Comments

@funjay
Copy link

funjay commented Sep 25, 2023

New Issue Checklist

Issue Description

Pub get fails
Because no versions of parse_server_sdk_flutter match >6.0.0 <7.0.0 and parse_server_sdk_flutter 6.0.0 depends on parse_server_sdk ^5.1.2, parse_server_sdk_flutter ^6.0.0 requires parse_server_sdk ^5.1.2.
And because parse_server_sdk >=4.0.0 depends on http ^0.13.5, parse_server_sdk_flutter ^6.0.0 requires http ^0.13.5

Parse_server_sdk is now 5.1.3 can we update the sdk_flutter to depend on the latest?

Steps to reproduce

Add parse_server_sdk_flutter: ^6.0.0
and any other package that depends on http: > 1.0.0

Actual Outcome

Fails with error above

Expected Outcome

Pub get should succeed without errors

Environment

Parse Flutter SDK

  • SDK version: 6.0.0
  • Flutter version: 3.10.6
  • Dart version: 3.0.6
  • Operating system version: Fedora

Server

  • Parse Server version: not required

Logs

@parse-github-assistant
Copy link

parse-github-assistant bot commented Sep 25, 2023

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

@funjay funjay closed this as not planned Won't fix, can't repro, duplicate, stale Sep 25, 2023
@funjay
Copy link
Author

funjay commented Sep 25, 2023

invalid

@mbfakourii
Copy link
Member

invalid

I am looking into this possibility, unfortunately, in my last check, we had many conflict with other packages

@mbfakourii mbfakourii reopened this Sep 25, 2023
@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Sep 26, 2023
@mbfakourii
Copy link
Member

mbfakourii commented Sep 26, 2023

@funjay

According to our support policy, we currently cannot cancel our support for versions below 3 darts (Until May 2024).

My suggestion is to use dependency_overrides.
like this

dependency_overrides:
  http: ^1.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants