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

Breaking changes apistar from 0.5.41 to 0.6+ #5

Closed
ericchou1 opened this issue May 9, 2019 · 1 comment
Closed

Breaking changes apistar from 0.5.41 to 0.6+ #5

ericchou1 opened this issue May 9, 2019 · 1 comment

Comments

@ericchou1
Copy link
Contributor

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.

@mikeckennedy
Copy link
Member

Thanks Eric. I changed the requirement to

apistar>=0.5.41,<0.5.1000

So that we can upgrade for bug fixes, security, etc, but stay in the 0.5 realm.

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

No branches or pull requests

2 participants