Skip to content

Commit

Permalink
deps: downgrade to python 3.10 for hub-utils and downgrade pytest due…
Browse files Browse the repository at this point in the history
… to errors
  • Loading branch information
ThibauldC committed Nov 15, 2023
1 parent 84e8a7d commit e44bfae
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,5 @@ dmypy.json

# Pyre type checker
.pyre/
.idea/
*.parquet
41 changes: 35 additions & 6 deletions poetry.lock

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

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ authors = ["Aaron Steers <[email protected]>"]
license = "Apache 2.0"

[tool.poetry.dependencies]
python = "^3.11"
python = "~3.10"
requests = "^2.31.0"
singer-sdk = "^0.33.1"
pyarrow = "^14.0.1"

[tool.poetry.dev-dependencies]
pytest = "^7.4.3"
pytest = "==7.3.0"
black = {version = "^23.11.0", allow-prereleases = true}

[tool.poetry.group.dev.dependencies]
pytest = "==7.3.0"

[build-system]
requires = ["poetry-core>=1.8.1"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit e44bfae

Please sign in to comment.