Skip to content

Commit

Permalink
fix: hotfixing a bug that is caused by pydantic v2 being installed as…
Browse files Browse the repository at this point in the history
… a copier dependency (#297)

* fix: override copier dependency on Pydantic

copier specifies its dependencies using >= version spec instead of ^ which allows for major version upgrades. copier depends on Pydantic, which just released V2 which is a major rewrite of the project. This is causing failures in algokit init for users newly installing algokit.

removing new templates to facilitate release

---------

Co-authored-by: Adam Chidlow <[email protected]>
  • Loading branch information
aorumbayev and achidlow authored Jul 4, 2023
1 parent cf0f46f commit 31b580b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 163 deletions.
2 changes: 1 addition & 1 deletion docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Name of an official template to use. To see a list of descriptions, run this com

* **Options**

beaker_starter | beaker_production | playground | react | fullstack
beaker_starter | beaker_production | playground



Expand Down
Loading

1 comment on commit 31b580b

@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
   __init__.py15753%6–13, 17–24, 32–34
   __main__.py220%1–3
src/algokit/cli
   completions.py105298%80, 95
   doctor.py48394%142–144
   generate.py30197%49
   goal.py30197%42
   init.py1901692%264–265, 315, 318–320, 331, 375, 401, 441, 450–452, 455–460, 473
   localnet.py91397%157, 178–179
src/algokit/core
   bootstrap.py1682386%11, 117, 140, 205, 208, 214–228, 244–246, 250–252
   conf.py30487%13, 17, 25, 27
   doctor.py65789%67–69, 92–94, 134
   log_handlers.py68790%50–51, 63, 112–116, 125
   proc.py45198%98
   sandbox.py1501590%100–107, 118, 226, 242, 257–259, 275
   typed_client_generation.py80594%55–57, 70, 75
   version_prompt.py73889%27–28, 40, 59–62, 80, 109
TOTAL134910592% 

Tests Skipped Failures Errors Time
210 0 💤 0 ❌ 0 🔥 13.111s ⏱️

Please sign in to comment.