We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This package has the following dependencies
jsonschema==2.6.0 singer-python==5.8.0 adjust-precicion-for-schema==0.3.3
It would be nice to not have exact versions pinned so that the package can be installed alongside other packages.
I propose to change the dependencies to
install_requires=['jsonschema==2.6.0', 'singer-python>=5.8.0,<6.0.0', 'adjust-precision-for-schema>=0.3.3,0.4.0'],
the current singer-python's current version is 5.13.0 & adjust-precision-for-schema is currently 0.3.4
singer-python
5.13.0
adjust-precision-for-schema
0.3.4
it seems reasonable to assume that any change to the public functions will be accompanied by a major version change.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This package has the following dependencies
It would be nice to not have exact versions pinned so that the package can be installed alongside other packages.
I propose to change the dependencies to
the current
singer-python
's current version is5.13.0
&adjust-precision-for-schema
is currently0.3.4
it seems reasonable to assume that any change to the public functions will be accompanied by a major version change.
The text was updated successfully, but these errors were encountered: