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
Fix: Add version constraints to schemaregistry dependencies (#2007)
This commit adds explicit version constraints to attrs and cachetools
to ensure they are properly installed when using the schemaregistry extra.
This fixes the "No module named 'attrs'" error reported in issue #1972.
The version constraints are based on the versions that were successfully
resolved in the user's pip-compile output.
Co-authored-by: Robert Yokota <[email protected]>
0 commit comments