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
{{ message }}
This repository was archived by the owner on Dec 5, 2025. It is now read-only.
After verifying compatible versions (based on successful installation and passing tests), relax the Pydantic version constraints in requirements.txt, setup.cfg, and pyproject.toml.
Problem to Solve
The strict Pydantic version requirements prevent the development of connectors or scripts that depend on other packages.
See Pydantic Ecosystem Considerations (accessed on 2025-02-14).
Current Workaround
Ignore dependency manager errors.
Proposed Solution
After verifying compatible versions (based on successful installation and passing tests), relax the Pydantic version constraints in requirements.txt, setup.cfg, and pyproject.toml.