Skip to content

Commit 079143e

Browse files
committed
Release v6.2.0
1 parent 4f6e778 commit 079143e

File tree

84 files changed

+10235
-5996
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+10235
-5996
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
3333
- name: Install dependencies
3434
run: poetry install
35+
3536
- name: Test
36-
run: poetry run pytest .
37+
run: poetry run pytest ./tests/custom/
3738

3839
publish:
3940
needs: [compile, test]

poetry.lock

Lines changed: 173 additions & 145 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "trycourier"
3-
version = "v6.1.0"
3+
version = "v6.2.0"
44
description = ""
55
readme = "README.md"
66
authors = []
@@ -37,10 +37,11 @@ pydantic = ">= 1.9.2"
3737
typing_extensions = ">= 4.0.0"
3838

3939
[tool.poetry.dev-dependencies]
40-
mypy = "1.9.0"
40+
mypy = "1.0.1"
4141
pytest = "^7.4.0"
4242
pytest-asyncio = "^0.23.5"
4343
python-dateutil = "^2.9.0"
44+
types-python-dateutil = "^2.9.0.20240316"
4445

4546
[tool.pytest.ini_options]
4647
testpaths = [ "tests" ]

0 commit comments

Comments
 (0)