Skip to content

Commit

Permalink
fix: update (and pin) graphene dependency
Browse files Browse the repository at this point in the history
Graphene 3.4.0 had a bug where UTC dates with the `Z` suffix wouldn't be
parsed and were rejected. This was fixed in Graphene 3.4.1, so instead of
relying on it as a transitive dependency, we now pin it explicitly.
  • Loading branch information
winged committed Oct 28, 2024
1 parent 62af9e7 commit 7572c55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
29 changes: 8 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ django-simple-history = "^3.4.0"
django-watchman = "^1.3.0"
djangorestframework = "^3.15.2"
graphene-django = "^3.2.2"
graphene = "^3.4.1"
graphql-core = "^3.2.3"
graphql-relay = "^3.2.0"
gunicorn = "^23.0.0"
Expand Down

0 comments on commit 7572c55

Please sign in to comment.