We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ayon_required_addons = { "core": ">1.0.9+dev", }
ayon_required_addons = { "core": ">=1.0.9+dev", }
No response
Version of the server, ayon-core and the addon that's affected
Windows Linux - Rocky9 Linux - Ubuntu MacOS
You can also provide any additional information relevant to the issue.
The text was updated successfully, but these errors were encountered:
Will be closed by #64
Sorry, something went wrong.
Closed #64
No branches or pull requests
Is there an existing issue for this?
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:
The text was updated successfully, but these errors were encountered: