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

relax dependency version constraint #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

haleemur
Copy link

@haleemur haleemur commented Sep 1, 2023

Description of change

resolves #13

relaxes version constraint on dependencies. only top level functions from these dependencies are used, and their api is expected to remain stable in this major version

Manual QA steps

  • tested & found working with the current versions of singer-python (5.13.0) and adjust-precision-for-schema (0.3.4)

Risks

  • the author for either of these projects removes or changes the interface for functions singer.get_logger(), singer.parse_message() and adjust_precision_for_schema.adjust_decimal_precision_for_schema()

Rollback steps

  • revert this branch

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

Successfully merging this pull request may close these issues.

Allow version ranges for dependencies.
1 participant