Skip to content

Commit

Permalink
Release 0.0.1-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Sep 11, 2024
1 parent 86b3a55 commit 1ea5110
Show file tree
Hide file tree
Showing 399 changed files with 19,545 additions and 12,341 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ dist/
.mypy_cache/
__pycache__/
poetry.toml
.ruff_cache/
29 changes: 28 additions & 1 deletion poetry.lock

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

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gooeyai"
version = "0.0.1-beta6"
version = "0.0.1-beta7"
description = ""
readme = "README.md"
authors = []
Expand Down Expand Up @@ -43,6 +43,7 @@ pytest = "^7.4.0"
pytest-asyncio = "^0.23.5"
python-dateutil = "^2.9.0"
types-python-dateutil = "^2.9.0.20240316"
ruff = "^0.5.6"

[tool.pytest.ini_options]
testpaths = [ "tests" ]
Expand All @@ -51,6 +52,9 @@ asyncio_mode = "auto"
[tool.mypy]
plugins = ["pydantic.mypy"]

[tool.ruff]
line-length = 120


[build-system]
requires = ["poetry-core"]
Expand Down
Loading

0 comments on commit 1ea5110

Please sign in to comment.