Skip to content

Commit

Permalink
relax python constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
yokomotod committed Mar 6, 2024
1 parent 816f660 commit 0c24eee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ style = "pep440"
pattern = "^(?P<base>\\d+\\.\\d+\\.\\d+)"

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = ">=3.8"
pyyaml = "*"
google-cloud-bigquery = ">=2.34.4"
db-dtypes = "^1.0.0"
Expand Down

0 comments on commit 0c24eee

Please sign in to comment.