chore(deps): update dependency drf-spectacular to >=0.22.1,<0.27
This commit is contained in:
parent
c7c8207df3
commit
81db2a55c5
|
@ -3,6 +3,6 @@
|
|||
django-filter>=2.4.0,<22.2
|
||||
django>=4.1.4,<4.2
|
||||
djangorestframework>=3.12.1,<3.15
|
||||
drf-spectacular>=0.22.1,<0.26
|
||||
drf-spectacular>=0.22.1,<0.27
|
||||
psycopg2>=2.8.6,<2.10
|
||||
requests>=2.25.1,<2.29
|
||||
|
|
|
@ -6855,6 +6855,10 @@ components:
|
|||
- 1
|
||||
- 2
|
||||
type: integer
|
||||
description: |-
|
||||
* `0` - Success
|
||||
* `1` - Pending
|
||||
* `2` - Failed
|
||||
PlayoutHistory:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -7046,6 +7050,11 @@ components:
|
|||
- 1
|
||||
- 2
|
||||
type: integer
|
||||
description: |-
|
||||
* `-1` - Filler
|
||||
* `0` - Outside
|
||||
* `1` - Inside
|
||||
* `2` - Boundary
|
||||
Preference:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -7071,6 +7080,9 @@ components:
|
|||
- 0
|
||||
- 1
|
||||
type: integer
|
||||
description: |-
|
||||
* `0` - No
|
||||
* `1` - Yes
|
||||
RepeatKindEnum:
|
||||
enum:
|
||||
- 0
|
||||
|
@ -7079,6 +7091,12 @@ components:
|
|||
- 5
|
||||
- 2
|
||||
type: integer
|
||||
description: |-
|
||||
* `0` - Every week
|
||||
* `1` - Every 2 weeks
|
||||
* `4` - Every 3 weeks
|
||||
* `5` - Every 4 weeks
|
||||
* `2` - Every month
|
||||
RoleEnum:
|
||||
enum:
|
||||
- G
|
||||
|
@ -7086,6 +7104,11 @@ components:
|
|||
- P
|
||||
- A
|
||||
type: string
|
||||
description: |-
|
||||
* `G` - Guest
|
||||
* `H` - Host
|
||||
* `P` - Manager
|
||||
* `A` - Admin
|
||||
Schedule:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -7474,6 +7497,9 @@ components:
|
|||
- static
|
||||
- dynamic
|
||||
type: string
|
||||
description: |-
|
||||
* `static` - Static
|
||||
* `dynamic` - Dynamic
|
||||
StationPodcast:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -7719,6 +7745,14 @@ components:
|
|||
- 5
|
||||
- 6
|
||||
type: integer
|
||||
description: |-
|
||||
* `0` - Monday
|
||||
* `1` - Tuesday
|
||||
* `2` - Wednesday
|
||||
* `3` - Thursday
|
||||
* `4` - Friday
|
||||
* `5` - Saturday
|
||||
* `6` - Sunday
|
||||
securitySchemes:
|
||||
basicAuth:
|
||||
type: http
|
||||
|
|
|
@ -27,7 +27,7 @@ setup(
|
|||
"django-filter>=2.4.0,<22.2",
|
||||
"django>=4.1.4,<4.2",
|
||||
"djangorestframework>=3.12.1,<3.15",
|
||||
"drf-spectacular>=0.22.1,<0.26",
|
||||
"drf-spectacular>=0.22.1,<0.27",
|
||||
"requests>=2.25.1,<2.29",
|
||||
],
|
||||
extras_require={
|
||||
|
|
Loading…
Reference in New Issue