Skip to content

Commit e77cd0b

Browse files
committed
API upd
1 parent dd1ce26 commit e77cd0b

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

interface/batch/openapi.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -680,10 +680,11 @@ components:
680680
type: string
681681
enumClass: KexHashFuncStatus
682682
description: |
683-
SHA2 support for signatures of the server:
684-
* `bad` - SHA2 is not supported.
685-
* `good` - SHA2 is supported.
686-
* `unknown` - SHA2 support could not be determined (the server
683+
Supported hashes for signatures:
684+
* `good` - server supports only good hashes (SHA256 or newer).
685+
* `bad` - server supports MD5 or SHA1.
686+
* `phase_out` - server supports SHA224.
687+
* `unknown` - hash support could not be determined (the server
687688
uses RSA key exchange or anonymous ciphers).
688689
zero_rtt:
689690
type: string

requirements.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ asgiref==3.8.1
2020
# django-browser-reload
2121
async-timeout==5.0.1
2222
# via redis
23-
attrs==25.3.0
24-
# via pytest
2523
beautifulsoup4==4.13.3
2624
# via -r requirements.in
2725
billiard==4.2.1
2826
# via celery
2927
bleach[css]==5.0.1
30-
# via django-bleach
28+
# via
29+
# bleach
30+
# django-bleach
3131
cached-property==2.0.1
3232
# via -r requirements.in
3333
celery==5.4.0
@@ -224,18 +224,15 @@ tinycss2==1.1.1
224224
# via bleach
225225
tls-parser==2.0.1
226226
# via -r requirements.in
227-
# via sslyze
228-
tinycss2==1.1.1
229-
# via bleach
230-
toml==0.10.2
231-
# via pytest
232227
tomli==2.2.1
233228
# via
234229
# pytest
235230
# setuptools-scm
236231
typing-extensions==4.12.2
237232
# via
238233
# asgiref
234+
# beautifulsoup4
235+
# exceptiongroup
239236
# kombu
240237
# pydantic
241238
# pydantic-core

0 commit comments

Comments
 (0)