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

[#159] Improvement/issue 159 validate library version #163

Merged
merged 5 commits into from
Mar 15, 2024

Conversation

marcocapozzoli
Copy link
Collaborator

Resolves #159

f'Package version conflict error when connecting to remote DAS `{url}`'
)
raise Exception(
'The version of the package you provided does not match the version currently running on the server.'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The error message should provide both, the given version and the required one.

@andre-senna
Copy link
Contributor

@levisingularity Please review this PR as well to make sure client/handle communication is OK

@marcocapozzoli marcocapozzoli merged commit 857f2b7 into master Mar 15, 2024
1 check passed
@marcocapozzoli marcocapozzoli deleted the improvement/issue-159-validate-library-version branch March 15, 2024 15:38
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

Successfully merging this pull request may close these issues.

Validate library version when connecting to Function
3 participants