Skip to content

Commit

Permalink
zstd req
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-langchain committed Dec 6, 2024
1 parent 3077860 commit d4bc3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requests-toolbelt = "^1.0.0"

# Enabled via `langsmith_pyo3` extra: `pip install langsmith[langsmith_pyo3]`.
langsmith-pyo3 = { version = "^0.1.0rc2", optional = true }
zstandard = { version = ">=0.21.0", optional = true, python = ">=3.7" }
zstandard = ">=0.21.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.3.1"
Expand Down

0 comments on commit d4bc3d0

Please sign in to comment.