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
sed -i 's/importlib\.import_module(f"pieces_os_client\./importlib.import_module(f"pieces._vendor.pieces_os_client./g' src/pieces/_vendor/pieces_os_client/api_client.py
88
88
fi
89
89
90
-
- name: Update imports - pydantic to pydantic.v1
91
-
run: |
92
-
# Find all Python files in the _vendor directory and update all pydantic references
93
-
find src/pieces/_vendor -name "*.py" -type f -exec sed -i \
0 commit comments