Skip to content

Commit

Permalink
Merge pull request #31 from waldiez/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
lazToum authored Nov 20, 2024
2 parents b8e2580 + e89e8c5 commit cda1b82
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.1.10

- Updated waldiez to v0.1.9

## v0.1.9

- Updated @waldiez/react to v0.1.11
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldiez/jupyter",
"version": "0.1.9",
"version": "0.1.10",
"description": "A Waldiez JupyterLab extension.",
"keywords": [
"waldiez",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
dependencies = [
"jupyter_server>=2.0.1,<3",
"pathvalidate==3.2.1",
"waldiez==0.1.8",
"waldiez==0.1.9",
]
dynamic = ["version", "description", "authors", "urls", "keywords"]
[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ types-pyyaml==6.0.12
# via waldiez-jupyter (pyproject.toml)
types-toml==0.10.8.20240310
# via waldiez-jupyter (pyproject.toml)
waldiez==0.1.8
waldiez==0.1.9
# via waldiez-jupyter (pyproject.toml)
yamllint==1.35.1
# via waldiez-jupyter (pyproject.toml)
2 changes: 1 addition & 1 deletion requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ urllib3==2.2.2
# via
# docker
# requests
waldiez==0.1.8
waldiez==0.1.9
# via waldiez-jupyter (pyproject.toml)
webcolors==24.8.0
# via jsonschema
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ pytest-timeout==2.3.1
# via waldiez-jupyter (pyproject.toml)
pytest-xdist==3.6.1
# via waldiez-jupyter (pyproject.toml)
waldiez==0.1.8
waldiez==0.1.9
# via waldiez-jupyter (pyproject.toml)

0 comments on commit cda1b82

Please sign in to comment.