We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cd2c9 commit eda73a8Copy full SHA for eda73a8
pyproject.toml
@@ -54,7 +54,7 @@ requests_cache = "*"
54
typing-extensions = "*" # Transitive dependency used directly in code
55
wcmatch = "10.0"
56
# Extras depedencies
57
-avro = { version = ">=1.11.2,<1.13.0", optional = true } # TODO: Remove if unused
+avro = { version = ">=1.11.2,<1.13.0", optional = true } # TODO: Move into dev dependencies if only used in tests
58
cohere = { version = "4.21", optional = true }
59
fastavro = { version = "~1.8.0", optional = true }
60
langchain = { version = "0.1.16", optional = true }
0 commit comments