Skip to content

Commit 09cabe9

Browse files
committed
updates constratings
1 parent aed81c4 commit 09cabe9

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -43,31 +43,15 @@ pytest-asyncio<0.24
4343
#
4444
# Bugs
4545
#
46-
46+
httpx<0.28 # Waiting for fix in respx: https://github.com/lundberg/respx/pull/278
4747

4848

4949

5050
#
5151
# Compatibility/coordination -----------------------------------------------------------------------------------------
5252
#
53-
5453
pydantic>=2.10.0 # Avoids inter-version compatibility serialization errors as: _pickle.UnpicklingError: NEWOBJ class argument must be a type, not _AnnotatedAlias
5554

56-
# constraint since https://github.com/MagicStack/uvloop/releases/tag/v0.15.0: drops support for 3.5/3.6 Feb.2021
57-
uvloop<0.15.0 ; python_version < '3.7'
58-
59-
# All backports libraries add environ markers
60-
# NOTE: If >second dependency, this will annotate a marker in the compiled requirements file
61-
#
62-
async-exit-stack ; python_version < '3.7'
63-
async-generator ; python_version < '3.7'
64-
contextvars ; python_version < '3.7'
65-
dataclasses ; python_version < '3.7'
66-
importlib-metadata ; python_version < '3.8'
67-
importlib-resources ; python_version < '3.9'
68-
typing-extensions ; python_version < '3.7'
69-
zipp ; python_version < '3.7'
70-
7155

7256

7357
#

0 commit comments

Comments
 (0)