Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Bug Report: Version 8.0.1 required dart 2.19 which not available as functions runtime. #44

Open
2 tasks done
byawitz opened this issue Jun 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@byawitz
Copy link
Member

byawitz commented Jun 22, 2023

馃憻 Reproduction steps

When publishing any function to Appwrite using the latest 8.0.1 version you get an error like this

Because every version of appwrite_function from path depends on dart_appwrite ^8.0.1 which depends on http >=0.13.6 <1.0.1, every version of appwrite_function from path requires http >=0.13.6 <1.0.1.
So, because http >=0.13.6 requires SDK version >=2.19.0 <3.0.0 or ^3.0.0 and open_runtimes_dart depends on appwrite_function from path, version solving failed.

Version 0.13.6 of http supports only dart 2.19 and up.

Currently, OpenRuntime doesn't support dart 2.19 so I couldn't deploy a dart function.

I've checked that issue after seeing this in Discord.

馃憤 Expected behavior

Maybe downgrading the version to 0.13.5 to have support for all available dart open-runtime.

馃憥 Actual Behavior

The above error.

馃幉 Appwrite version

Different version (specify in environment)

馃捇 Operating system

Linux

馃П Your Environment

1.3.6

馃憖 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

馃彚 Have you read the Code of Conduct?

@byawitz byawitz added the bug Something isn't working label Jun 22, 2023
@lohanidamodar
Copy link
Member

@byawitz thank you for raising the issue. We know the functions release is behind schedule, however we are working on some major improvements to the functions runtime. You will have the updates soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants