Skip to content

Commit

Permalink
chore: bump werkzeug to >=3.0.3
Browse files Browse the repository at this point in the history
Werkzeug 3.0.3 contains a fix for [1], so by requiring at least 3.0.3,
we can remove unnecessary 'type: ignore' comments from the http adapter.

[1]: pallets/werkzeug#2836
  • Loading branch information
jkhsjdhjs committed Jun 20, 2024
1 parent b0e1148 commit cb0c281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python-dateutil>=2.8,<3.0
types-python-dateutil
pyecma376-2>=0.2.4
urllib3>=1.26,<2.0
Werkzeug~=3.0
Werkzeug>=3.0.3,<4
schemathesis~=3.7
hypothesis~=6.13
lxml-stubs~=0.5.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
'lxml>=4.2,<5',
'urllib3>=1.26,<2.0',
'pyecma376-2>=0.2.4',
'Werkzeug~=3.0'
'Werkzeug>=3.0.3,<4'
]
)

0 comments on commit cb0c281

Please sign in to comment.