Skip to content

Commit 8577ecb

Browse files
aywengorayokota
andauthored
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]>
1 parent c5ac241 commit 8577ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
attrs
2-
cachetools
1+
attrs>=21.2.0
2+
cachetools>=5.5.0
33
httpx>=0.26
44
authlib>=1.0.0

0 commit comments

Comments
 (0)