Skip to content

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

@byawitz

Description

@byawitz

👟 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions