Skip to content

Commit

Permalink
Add tiny-api-client version requirement due to status handler change
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob committed Aug 11, 2024
1 parent 727577c commit b95c7d6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 142 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
tiny-api-client = ">=1.2.1"
tiny-api-client = ">=1.3.0"
pydantic = "==2.8.2"
pathvalidate = "==3.1.0"
python-dateutil = "==2.8.2"
Expand Down
150 changes: 10 additions & 140 deletions Pipfile.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 @@ -22,7 +22,7 @@ classifiers = [
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries"
]
dependencies = ["requests", "typing_extensions", "tiny-api-client", "pydantic", "pathvalidate"]
dependencies = ["requests", "typing_extensions", "tiny-api-client>=1.3.0", "pydantic", "pathvalidate"]
[tool.setuptools_scm]

[project.optional-dependencies]
Expand Down

0 comments on commit b95c7d6

Please sign in to comment.