Skip to content

Commit

Permalink
Revert lz4 bump (#11749)
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi authored Mar 29, 2022
1 parent 7dd8265 commit b9b05b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clickhouse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ deps = [
"clickhouse-driver==0.2.0; python_version < '3.0'",
"clickhouse-driver==0.2.3; python_version > '3.0'",
"lz4==2.2.1; python_version < '3.0'",
"lz4==4.0.0; python_version > '3.0'",
"lz4==3.1.3; python_version > '3.0'",
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kubernetes==23.3.0; python_version > '3.0'
ldap3==2.9.1
lxml==4.8.0
lz4==2.2.1; python_version < '3.0'
lz4==4.0.0; python_version > '3.0'
lz4==3.1.3; python_version > '3.0'
mmh3==2.5.1; python_version < '3.0'
mmh3==3.0.0; python_version > '3.0'
openstacksdk==0.39.0; python_version < '3.0'
Expand Down

0 comments on commit b9b05b1

Please sign in to comment.