Skip to content

Commit

Permalink
Release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Aug 19, 2024
1 parent 72e2074 commit 0ab38ce
Show file tree
Hide file tree
Showing 255 changed files with 22,657 additions and 8,646 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.

7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mercoa"
version = "0.5.1"
version = "0.5.4"
description = ""
readme = "README.md"
authors = []
Expand Down Expand Up @@ -34,6 +34,7 @@ Repository = 'https://github.com/mercoa-finance/python'
python = "^3.8"
httpx = ">=0.21.2"
pydantic = ">= 1.9.2"
pydantic-core = "^2.18.2"
typing_extensions = ">= 4.0.0"

[tool.poetry.dev-dependencies]
Expand All @@ -42,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 @@ -50,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 0ab38ce

Please sign in to comment.