Skip to content

Commit

Permalink
chore: relaxing constraints on utils (#30)
Browse files Browse the repository at this point in the history
* chore: relaxing constraints on utils

* docs: refresh readme
  • Loading branch information
aorumbayev authored Aug 8, 2024
1 parent e29fad6 commit 0f4e3c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This project generates a type-safe smart contract client in Python for the Algor
To be able to consume the generated file you need to include it in a Python project that has (at least) the following package installed:

```
poetry add algokit-utils@^1.2
poetry add algokit-utils@^2.3.0
```

### Use
Expand Down
2 changes: 1 addition & 1 deletion poetry.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 @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
algokit-utils = "2.3.0"
algokit-utils = "^2.3.0"

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.6"
Expand Down

1 comment on commit 0f4e3c7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/algokit_client_generator
   __main__.py220%1–3
   cli.py47470%1–81
   document.py82890%44, 47, 49–50, 55, 69, 74–75
   generator.py462699%22, 119, 264, 816, 990, 1005
   spec.py115199%80
   utils.py1081289%24, 41–42, 44, 46, 48, 50, 52, 55–56, 82, 111
TOTAL8337691% 

Tests Skipped Failures Errors Time
42 0 💤 0 ❌ 0 🔥 20.525s ⏱️

Please sign in to comment.