You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dependency sneaked in when type hints were added, and imported some parts of tiled.server into modules that did not used to depend on it. I think the best solution is to rework to remove the dependency.
# All dependencies are optional; it depends on whether you are running
# a client or server (or both) and what data structures you care about.
# Use pip install tiled[all] to get everything.
dependencies = []
Is there reason to continue this? Minimal_client and minimal_server have overlapping requirements. I would add pydantic to these, and elevate them to core dependencies. Pydantic is our serialisation library for client/server communication.
On a fresh environment, installed
tiled[client]
. pip reports version0.1.0b13
.tiled/pyproject.toml
Line 104 in c5a01ee
Receive the following error:
The text was updated successfully, but these errors were encountered: