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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deadline Package Dependencies Requirements #63

Closed
1 task done
Jee-Sung opened this issue Nov 24, 2024 · 2 comments
Closed
1 task done

Deadline Package Dependencies Requirements #63

Jee-Sung opened this issue Nov 24, 2024 · 2 comments

Comments

@Jee-Sung
Copy link

Is there an existing issue for this?

  • I have searched the existing issues and added correct labels.

Description

Current Behavior: There is no later package available then 1.0.9+dev

ayon_required_addons = {
"core": ">1.0.9+dev",
}

Expected Behavior: in package.py

ayon_required_addons = {
"core": ">=1.0.9+dev",
}

Steps To Reproduce:

No response

Additional context:

Version

Version of the server, ayon-core and the addon that's affected

What platform were you running when you found the bug?

Windows
Linux - Rocky9
Linux - Ubuntu
MacOS

You can also provide any additional information relevant to the issue.

Relevant log output:

@kalisp
Copy link
Member

kalisp commented Nov 25, 2024

Will be closed by #64

@kalisp
Copy link
Member

kalisp commented Nov 25, 2024

Closed #64

@kalisp kalisp closed this as completed Nov 25, 2024
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

No branches or pull requests

2 participants