Code that uses uplink v0.10.0 but runs in Python 3.14 shows the following error:
.venv/lib/python3.14/site-packages/uplink/converters/pydantic_.py:37: UserWarning: Core Pydantic V1 functionality isn't compatible with Python 3.14 or greater.
import pydantic.v1 as pydantic_v1
Is this going to be a problem? Is there a way to mute this warning otherwise?
Code that uses uplink v0.10.0 but runs in Python 3.14 shows the following error:
Is this going to be a problem? Is there a way to mute this warning otherwise?