Skip to content

Commit

Permalink
Pin gspread<6.0 because it breaks Pytanis
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Jan 29, 2024
1 parent 8d9c20d commit 6f0dcce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 0.7.1 (2024-01-29)

- Pin gspread to <6.0 because API was broken

## Version 0.7 (2024-01-01)

- Switched for reproducability to [hatch-pip-compile](https://github.com/juftin/hatch-pip-compile)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"httpx-auth",
"structlog",
"tqdm",
"gspread",
"gspread<6.0", # newer version breaks worksheet.spreadsheet
"gspread-dataframe",
"gspread-formatting",
"matplotlib",
Expand Down Expand Up @@ -287,7 +287,7 @@ type = "pip-compile"
pip-compile-constraint = "default"
dependencies = [
"mypy~=1.7",
"ruff~=0.1.6",
"ruff~=0.1.14",
]
[tool.hatch.envs.lint.scripts]
typing = [
Expand Down

0 comments on commit 6f0dcce

Please sign in to comment.