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
Hi, looks like the latest version of apistar (apistar==0.7.2) did away with some features that prohibits the 'from apistar import App' from working. From http://docs.apistar.com/:
Where did the server go?
With version 0.6 onwards the API Star project is being focused as a framework-agnositic suite of API tooling. The plan is to build out this functionality in a way that makes it appropriate for use either as a stand-alone tool, or together with a large range of frameworks.
The 0.5 branch remains available on GitHub, and can be installed from PyPI with pip install apistar==0.5.41. Any further development of the API Star server would likely need to be against a fork of that, under a new maintainer.
Might want to pin down the install version to 0.5.41 in requirements.txt file.
The text was updated successfully, but these errors were encountered:
Hi, looks like the latest version of apistar (apistar==0.7.2) did away with some features that prohibits the 'from apistar import App' from working. From http://docs.apistar.com/:
Where did the server go?
With version 0.6 onwards the API Star project is being focused as a framework-agnositic suite of API tooling. The plan is to build out this functionality in a way that makes it appropriate for use either as a stand-alone tool, or together with a large range of frameworks.
The 0.5 branch remains available on GitHub, and can be installed from PyPI with pip install apistar==0.5.41. Any further development of the API Star server would likely need to be against a fork of that, under a new maintainer.
Might want to pin down the install version to 0.5.41 in requirements.txt file.
The text was updated successfully, but these errors were encountered: