has anyone seen an error like `ERROR: pydantic 1.1...
# development
w
has anyone seen an error like
ERROR: pydantic 1.10.2 has requirement typing-extensions>=4.1.0, but you'll have typing-extensions 4.0.1 which is incompatible.
on the
2.13.x
branch?
during creation of the venv for the pants script
h
just checked and it wasa fine for me
w
i think that because
3rdparty/python/requirements.txt
is not fully locked down, we can float. this is a transitive dep of
strawberry
i think.
1
will open an issue. i can work around it for now i think.
workaround was to adjust the requirement to match, and update the lockfile… 2.13.0 is now out.
❤️ 1
🎉 1