You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
At the moment the python client is broken. the function declerations in the latest client are not consistent with what we were using for the last few versions
Steps To Reproduce
Steps to reproduce the behavior:
import 1.0.8 client into the vdk-cli project and its won't compile
Expected behavior
It should compile if you import it.
The text was updated successfully, but these errors were encountered:
# Why
The newest python api client is broken and the last working one is very
old.
# What
In this PR I use the python-nextgen generator instead of the python
generator. The behaviour is much more correct and predictable.
There are two bugs in the generated code.
For both these I have created tickets in the openapi generator github
project.
I have added string replace workarounds in the gradle step to fix these
bugs before we publish the pip package.
next steps(will be tackled in the next few weeks not days):
#1982closes: #1979
# How has this been tested?
Locally.
There is actually a draft branch where I import this new version into
the cli project and run tests against it to confirm everything is green:
#1969
This will always fail in github because 1.0.9 is not released yet till
this PR is merged. Then I will open a new PR where I import into cli
tool.
Signed-off-by: murphp15 <[email protected]>
Describe the bug
At the moment the python client is broken. the function declerations in the latest client are not consistent with what we were using for the last few versions
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should compile if you import it.
The text was updated successfully, but these errors were encountered: