15684 strawberry filter (#15686)

* 15579 update requirements

* 15684 add USE_DEPRECATED_FILTERS to strawberry
This commit is contained in:
Arthur Hanson 2024-04-15 10:29:29 -07:00 committed by GitHub
parent 5e05041b8b
commit 0da8164600
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -725,6 +725,7 @@ if not ENABLE_LOCALIZATION:
#
STRAWBERRY_DJANGO = {
"TYPE_DESCRIPTION_FROM_MODEL_DOCSTRING": True,
"USE_DEPRECATED_FILTERS": True,
}
#

View File

@ -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