Skip to content

Commit 4736089

Browse files
committed
pin to essentials_openapi==0.1.4 for blacksheep
1 parent b8256e0 commit 4736089

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ repos:
161161
- types-requests==2.27.30
162162
- cryptography==36.0.2; python_version <= '3.6'
163163
- types-setuptools == 57.4.2
164-
- pyyaml==5.4.1
164+
- pyyaml==5.3.1
165165
args:
166166
# FIXME: get rid of missing imports ignore
167167
- --ignore-missing-imports

benchmark/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ blacksheep==1.2.7
33
starlette==0.19.1
44
tornado==6.1
55
uvicorn==0.16.0
6+
# Pin to 0.1.4 since higher version needs pyyaml==5.4.1 which is broken for cython 3
7+
# See https://github.com/yaml/pyyaml/issues/724#issuecomment-1638587228
8+
essentials_openapi==0.1.4

docs/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ furo >= 2021.11.15
55
sphinxcontrib-apidoc >= 0.3.0
66
sphinxcontrib-towncrier >= 0.2.0a0
77
# See https://github.com/yaml/pyyaml/issues/724#issuecomment-1638587228
8-
pyyaml!=6.0.0,!=5.4.0,!=5.4.1
8+
pyyaml==5.3.1

0 commit comments

Comments
 (0)