mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
15684 strawberry filter (#15686)
* 15579 update requirements * 15684 add USE_DEPRECATED_FILTERS to strawberry
This commit is contained in:
@ -725,6 +725,7 @@ if not ENABLE_LOCALIZATION:
|
||||
#
|
||||
STRAWBERRY_DJANGO = {
|
||||
"TYPE_DESCRIPTION_FROM_MODEL_DOCSTRING": True,
|
||||
"USE_DEPRECATED_FILTERS": True,
|
||||
}
|
||||
|
||||
#
|
||||
|
@ -29,8 +29,8 @@ PyYAML==6.0.1
|
||||
requests==2.31.0
|
||||
social-auth-app-django==5.4.0
|
||||
social-auth-core[openidconnect]==4.5.3
|
||||
strawberry-graphql==0.222.0
|
||||
strawberry-graphql-django==0.34.0
|
||||
strawberry-graphql==0.224.1
|
||||
strawberry-graphql-django==0.37.0
|
||||
svgwrite==1.4.3
|
||||
tablib==3.6.0
|
||||
tzdata==2024.1
|
||||
|
Reference in New Issue
Block a user