mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Fixes #18329: Pin strawberry-graphql-django to v0.52.0 to resolve upstream bug
This commit is contained in:
parent
ffac0974dd
commit
53aa2c8624
@ -134,7 +134,8 @@ strawberry-graphql
|
|||||||
|
|
||||||
# Strawberry GraphQL Django extension
|
# Strawberry GraphQL Django extension
|
||||||
# https://github.com/strawberry-graphql/strawberry-django/releases
|
# https://github.com/strawberry-graphql/strawberry-django/releases
|
||||||
strawberry-graphql-django
|
# Pinned to v0.52.0 for suspected upstream bug; see #18329
|
||||||
|
strawberry-graphql-django==0.52.0
|
||||||
|
|
||||||
# SVG image rendering (used for rack elevations)
|
# SVG image rendering (used for rack elevations)
|
||||||
# https://github.com/mozman/svgwrite/blob/master/NEWS.rst
|
# https://github.com/mozman/svgwrite/blob/master/NEWS.rst
|
||||||
|
@ -32,7 +32,7 @@ rq==2.1.0
|
|||||||
social-auth-app-django==5.4.2
|
social-auth-app-django==5.4.2
|
||||||
social-auth-core==4.5.4
|
social-auth-core==4.5.4
|
||||||
strawberry-graphql==0.256.1
|
strawberry-graphql==0.256.1
|
||||||
strawberry-graphql-django==0.53.1
|
strawberry-graphql-django==0.52.0
|
||||||
svgwrite==1.4.3
|
svgwrite==1.4.3
|
||||||
tablib==3.7.0
|
tablib==3.7.0
|
||||||
tzdata==2024.2
|
tzdata==2024.2
|
||||||
|
Loading…
Reference in New Issue
Block a user