§
    êøiU  ã                  ór   — d Z ddlmZ  G d„ d¦  «        Z G d„ d¦  «        Z e¦   «         Z e¦   «         ZdS )uÜ  Backward-compatibility shim for unpickling Version objects serialized before
packaging 26.1.

Old pickles reference ``packaging._structures.InfinityType`` and
``packaging._structures.NegativeInfinityType``.  This module provides minimal
stand-in classes so that ``pickle.loads()`` can resolve those references.
The deserialized objects are not used for comparisons â€” ``Version.__setstate__``
discards the stale ``_key`` cache and recomputes it from the core version fields.
é    )Úannotationsc                  ó   — e Zd ZdZdd„ZdS )ÚInfinityTypezFStand-in for the removed ``InfinityType`` used in old comparison keys.ÚreturnÚstrc                ó   — dS )NÚInfinity© ©Úselfs    ú\/home/ubuntu/.hermes/hermes-agent/venv/lib/python3.11/site-packages/packaging/_structures.pyÚ__repr__zInfinityType.__repr__   s   € Øˆzó    N©r   r   ©Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r
   r   r   r   r      s.   € € € € € ØPÐPðð ð ð ð ð r   r   c                  ó   — e Zd ZdZdd„ZdS )ÚNegativeInfinityTypezNStand-in for the removed ``NegativeInfinityType`` used in old comparison keys.r   r   c                ó   — dS )Nz	-Infinityr
   r   s    r   r   zNegativeInfinityType.__repr__   s   € Øˆ{r   Nr   r   r
   r   r   r   r      s.   € € € € € ØXÐXðð ð ð ð ð r   r   N)r   Ú
__future__r   r   r   r	   ÚNegativeInfinityr
   r   r   ú<module>r      s•   ðð
ð ð #Ð "Ð "Ð "Ð "Ð "ðð ð ð ð ñ ô ð ðð ð ð ð ñ ô ð ð ˆ<‰>Œ>€Ø'Ð'Ñ)Ô)Ð Ð Ð r   