Skip to content

Commit eda73a8

Browse files
authored
Update pyproject.toml
1 parent 25cd2c9 commit eda73a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ requests_cache = "*"
5454
typing-extensions = "*" # Transitive dependency used directly in code
5555
wcmatch = "10.0"
5656
# Extras depedencies
57-
avro = { version = ">=1.11.2,<1.13.0", optional = true } # TODO: Remove if unused
57+
avro = { version = ">=1.11.2,<1.13.0", optional = true } # TODO: Move into dev dependencies if only used in tests
5858
cohere = { version = "4.21", optional = true }
5959
fastavro = { version = "~1.8.0", optional = true }
6060
langchain = { version = "0.1.16", optional = true }

0 commit comments

Comments
 (0)