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

[Bug]: dstack 0.18.18 client is incompatible with older servers #1847

Closed
r4victor opened this issue Oct 16, 2024 · 0 comments · Fixed by #1850
Closed

[Bug]: dstack 0.18.18 client is incompatible with older servers #1847

r4victor opened this issue Oct 16, 2024 · 0 comments · Fixed by #1850
Assignees
Labels
bug Something isn't working

Comments

@r4victor
Copy link
Collaborator

Steps to reproduce

  1. pip install 'dstack[all]==0.18.18'
  2. Configure the client against previous dstack server version
  3. Apply a run configuration. The server won't accept it:
✗ dstack apply
Server validation error: 
{'detail': [{'loc': ['body',
                     'run_spec',
                     'configuration',
                     'DevEnvironmentConfigurationRequest',
                     'privileged'],
             'msg': 'extra fields not permitted',
             'type': 'value_error.extra'},
            {'loc': ['body', 'run_spec', '__root__'],
             'msg': 'Missing profile or configuration',
             'type': 'value_error'}]}

Actual behaviour

No response

Expected behaviour

No response

dstack version

0.18.18

Server logs

No response

Additional information

No response

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

Successfully merging a pull request may close this issue.

2 participants