Skip to content

Commit

Permalink
Merge pull request #36 from waldiez/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
lazToum authored Nov 30, 2024
2 parents 569012d + 94c0326 commit 6588860
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 124 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## [unreleased]

- Updated @waldiez/react to v0.1.14
## v0.1.13

- Updated @waldiez/react to v0.15
- Updated waldiez to v0.1.11
- Added travel planning and guardrails examples
- Updated js dependencies
- Updated py dependencies
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldiez/jupyter",
"version": "0.1.12",
"version": "0.1.13",
"description": "A Waldiez JupyterLab extension.",
"keywords": [
"waldiez",
Expand Down Expand Up @@ -88,7 +88,7 @@
"@jupyterlab/ui-components-extension": "^4.3.1",
"@lumino/algorithm": "^2.0.2",
"@lumino/widgets": "^2.5.0",
"@waldiez/react": "0.1.14"
"@waldiez/react": "0.1.15"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand All @@ -99,15 +99,15 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.5.14",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.10.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-addons-linked-state-mixin": "^0.14.27",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"add": "^2.0.6",
"copyfiles": "^2.4.1",
"css-loader": "^7.1.2",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"identity-obj-proxy": "^3.0.0",
Expand All @@ -120,7 +120,7 @@
"rimraf": "^6.0.1",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"stylelint": "^16.10.0",
"stylelint": "^16.11.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
Expand Down Expand Up @@ -211,5 +211,5 @@
"value-no-vendor-prefix": null
}
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}
6 changes: 3 additions & 3 deletions 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.10",
"waldiez==0.1.11",
]
dynamic = ["version", "description", "authors", "urls", "keywords"]
[project.optional-dependencies]
Expand All @@ -40,7 +40,7 @@ test = [
]
dev = [
'autoflake==2.3.1',
'bandit==1.7.10',
'bandit==1.8.0',
'black[jupyter]==24.10.0',
'flake8==7.1.1',
'isort==5.13.2',
Expand All @@ -50,7 +50,7 @@ dev = [
'pydocstyle==6.3.0',
'pylint==3.3.1',
'python-dotenv==1.0.1',
'ruff==0.8.0',
'ruff==0.8.1',
'toml==0.10.2',
'types-PyYAML==6.0.12.20240917',
'types-toml==0.10.8.20240310',
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# uv pip compile pyproject.toml --output-file requirements/dev.txt --extra=dev --no-deps
autoflake==2.3.1
# via waldiez-jupyter (pyproject.toml)
bandit==1.7.10
bandit==1.8.0
# via waldiez-jupyter (pyproject.toml)
black==24.10.0
# via waldiez-jupyter (pyproject.toml)
Expand All @@ -26,15 +26,15 @@ pylint==3.3.1
# via waldiez-jupyter (pyproject.toml)
python-dotenv==1.0.1
# via waldiez-jupyter (pyproject.toml)
ruff==0.8.0
ruff==0.8.1
# via waldiez-jupyter (pyproject.toml)
toml==0.10.2
# via waldiez-jupyter (pyproject.toml)
types-pyyaml==6.0.12.20240917
# via waldiez-jupyter (pyproject.toml)
types-toml==0.10.8.20240310
# via waldiez-jupyter (pyproject.toml)
waldiez==0.1.10
waldiez==0.1.11
# via waldiez-jupyter (pyproject.toml)
yamllint==1.35.1
# via waldiez-jupyter (pyproject.toml)
4 changes: 2 additions & 2 deletions requirements/main.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml --output-file requirements/main.txt
ag2==0.3.2
ag2==0.4.1
# via waldiez
annotated-types==0.7.0
# via pydantic
Expand Down Expand Up @@ -252,7 +252,7 @@ urllib3==2.2.2
# via
# docker
# requests
waldiez==0.1.10
waldiez==0.1.11
# 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.10
waldiez==0.1.11
# via waldiez-jupyter (pyproject.toml)
Loading

0 comments on commit 6588860

Please sign in to comment.