Skip to content

Commit

Permalink
⬆️ Maintenance: upgrades catalog service requirements (#6846)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov authored Dec 9, 2024
1 parent 0651c06 commit 9a23d6e
Show file tree
Hide file tree
Showing 7 changed files with 174 additions and 164 deletions.
19 changes: 1 addition & 18 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,32 +43,15 @@ pytest-asyncio<0.24
#
# Bugs
#

httpx!=0.28.0 # Waiting for fix in respx: https://github.com/lundberg/respx/pull/278



#
# Compatibility/coordination -----------------------------------------------------------------------------------------
#


pydantic>=2.10.0 # Avoids inter-version compatibility serialization errors as: _pickle.UnpicklingError: NEWOBJ class argument must be a type, not _AnnotatedAlias

# constraint since https://github.com/MagicStack/uvloop/releases/tag/v0.15.0: drops support for 3.5/3.6 Feb.2021
uvloop<0.15.0 ; python_version < '3.7'

# All backports libraries add environ markers
# NOTE: If >second dependency, this will annotate a marker in the compiled requirements file
#
async-exit-stack ; python_version < '3.7'
async-generator ; python_version < '3.7'
contextvars ; python_version < '3.7'
dataclasses ; python_version < '3.7'
importlib-metadata ; python_version < '3.8'
importlib-resources ; python_version < '3.9'
typing-extensions ; python_version < '3.7'
zipp ; python_version < '3.7'



#
Expand Down
Loading

0 comments on commit 9a23d6e

Please sign in to comment.