Skip to content

Commit

Permalink
Merge pull request #15 from yokomotod/relax-python-constraint
Browse files Browse the repository at this point in the history
relax python constraint
  • Loading branch information
Hi-king authored Mar 6, 2024
2 parents 816f660 + 986cd82 commit 28c82ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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,<4"
pyyaml = "*"
google-cloud-bigquery = ">=2.34.4"
db-dtypes = "^1.0.0"
Expand Down

0 comments on commit 28c82ae

Please sign in to comment.