Skip to content

Commit

Permalink
Workflow without pypitest for fastapi
Browse files Browse the repository at this point in the history
  • Loading branch information
susuhahnml committed Nov 12, 2024
1 parent 36603e0 commit e37e995
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pip:
build_depends_release: |
python3 -m pip install --user -r .github/requirements.txt
build_depends_dev: |
python3 -m pip install --user --extra-index-url https://test.pypi.org/simple/ -r .github/requirements.txt
python3 -m pip install --user -r .github/requirements.txt
conda:
package_name:
Expand Down
13 changes: 12 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@
## clinguin 2.1.1

* Bug fix
* Menu bar fixed to top
* Message elements on top of other elements
* Keep headers for sharing
* Menu bar fix
* Operation set_external also accepts values with quotes
* Docs
* Included list of possible events
* Additions
* Version for fastapi package was relaxed in requirements
* Improved error messages for missing elements
* Added error messages for connection issues
* Buttons on the menu bar can now have a specific order using attribute `order`



## clinguin 2.0.1
Expand Down

0 comments on commit e37e995

Please sign in to comment.