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

Updating django dependencies #79

Merged
merged 3 commits into from
Nov 26, 2024
Merged

Updating django dependencies #79

merged 3 commits into from
Nov 26, 2024

Conversation

Anusha0521
Copy link
Collaborator

@Anusha0521 Anusha0521 commented Nov 26, 2024

Contents (#79)

Dependencies

  • Updating django dependencies
  • updating dependency and version change
  • Updating dependency & adding version

@Anusha0521 Anusha0521 requested a review from thclark November 26, 2024 07:19
pyproject.toml Outdated
django-gcp = ">=0.11.5,<0.13"
django-gcp = "^0.13.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Anusha0521 this is now quite restrictive. In semantic versioning, django-gcp moving from 0.11 to 0.12 or 0.13 represents a breaking change. A user of django-twined who wants to update will now also have to update django-gcp, migrating across any breaking changes. Forcing them to do that right now is a bit rough!

This PR doesn't make any change to the way in which django-gcp is used so it should still be backward compatible to >=0.11.5

@thclark thclark merged commit c3d9cf0 into main Nov 26, 2024
7 checks passed
@thclark thclark deleted the dependency-update branch November 26, 2024 11:19
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.

2 participants