Skip to content

Commit 9a23d6e

Browse files
authored
⬆️ Maintenance: upgrades catalog service requirements (#6846)
1 parent 0651c06 commit 9a23d6e

File tree

7 files changed

+174
-164
lines changed

7 files changed

+174
-164
lines changed

requirements/constraints.txt

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

4848

4949

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

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

7356

7457
#

0 commit comments

Comments
 (0)