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

Change use of ~= to >=, < in dependency version specifications #1050

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

tlento
Copy link
Contributor

@tlento tlento commented Feb 27, 2024

Due to some inconsistencies in dependency resolution for Python
package versions listed using the ~= syntax, we are switching
everything to explicit ranges using >=, < for all dependency
version range specifications in our package configuration.

@cla-bot cla-bot bot added the cla:yes label Feb 27, 2024
Copy link
Contributor Author

tlento commented Feb 27, 2024

Copy link

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

@tlento tlento force-pushed the switch-away-from-tilde-versions branch from b25434c to 2375577 Compare February 27, 2024 01:14
Due to some inconsistencies in dependency resolution for Python
package versions listed using the ~= syntax, we are switching
everything to explicit ranges using >=, < for all dependency
version range specifications in our package configuration.
@tlento tlento force-pushed the switch-away-from-tilde-versions branch from 2375577 to a11aa6c Compare February 27, 2024 01:16
@tlento tlento added the Run Tests With Other SQL Engines Runs the test suite against the SQL engines in our target environment label Feb 27, 2024
@tlento tlento temporarily deployed to DW_INTEGRATION_TESTS February 27, 2024 01:17 — with GitHub Actions Inactive
@tlento tlento temporarily deployed to DW_INTEGRATION_TESTS February 27, 2024 01:17 — with GitHub Actions Inactive
@tlento tlento temporarily deployed to DW_INTEGRATION_TESTS February 27, 2024 01:17 — with GitHub Actions Inactive
@tlento tlento temporarily deployed to DW_INTEGRATION_TESTS February 27, 2024 01:17 — with GitHub Actions Inactive
@github-actions github-actions bot removed the Run Tests With Other SQL Engines Runs the test suite against the SQL engines in our target environment label Feb 27, 2024
Base automatically changed from update-jinja-dep to main February 27, 2024 01:36
@tlento tlento enabled auto-merge February 27, 2024 01:36
@tlento tlento merged commit 97922fe into main Feb 27, 2024
29 checks passed
@tlento tlento deleted the switch-away-from-tilde-versions branch February 27, 2024 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants