Skip to content

Commit

Permalink
Merge pull request #33 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 cda1b82 + c453019 commit 8282641
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 7 deletions.
26 changes: 26 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"yaml.format.printWidth": 100,
"npm.packageManager": "yarn",
"cSpell.words": [
"addgroup",
"addopts",
"adduser",
"Adleman",
"Adrien",
"agnesi",
Expand All @@ -23,7 +26,9 @@
"Aryabhata",
"Asanovna",
"Asima",
"asyncio",
"Auguste",
"autoflake",
"autogen",
"autoreload",
"Avenirovna",
Expand Down Expand Up @@ -67,15 +72,18 @@
"cryptologist",
"cryptosystem",
"csstree",
"CTYPE",
"cytogeneticist",
"Damgård",
"datadir",
"davinci",
"DEBCONF",
"Dewdney",
"dhawan",
"diffie",
"dihydroartemisinin",
"docmanager",
"docparams",
"docregistry",
"Dorinthea",
"driscoll",
Expand All @@ -90,6 +98,7 @@
"ename",
"engelbart",
"ENIAC",
"epytext",
"evalue",
"Évariste",
"exenv",
Expand All @@ -100,6 +109,7 @@
"fileeditor",
"filelock",
"filemanager",
"filterwarnings",
"fontawesome",
"forlint",
"FORMAC",
Expand All @@ -110,6 +120,7 @@
"ganguly",
"Gaposchkin",
"GCHQ",
"gecos",
"germain",
"Gerty",
"getbasetemp",
Expand Down Expand Up @@ -150,6 +161,7 @@
"Irène",
"ishizaka",
"isinstance",
"isort",
"Jābir",
"Janese",
"Jang",
Expand Down Expand Up @@ -200,6 +212,7 @@
"Maryam",
"Matsumoto",
"Mayanist",
"mccabe",
"mcclintock",
"mclaren",
"mcnulty",
Expand All @@ -226,9 +239,12 @@
"Niels",
"Nikola",
"Nikolay",
"nodesource",
"nodrag",
"noether",
"noninteractive",
"nopan",
"NOPASSWD",
"northcutt",
"noselect",
"nosemgrep",
Expand All @@ -247,6 +263,7 @@
"Pafnuty",
"paleoanthropologist",
"Panagiotis",
"pandoc",
"Panini",
"paren",
"Parens",
Expand All @@ -255,13 +272,17 @@
"Petrovich",
"Planiverse",
"poitras",
"popen",
"popleft",
"primatologist",
"Principia",
"Proskuriakova",
"pyautogen",
"pydocstyle",
"pylint",
"pyproject",
"Pytest",
"pythonpath",
"PYTHONUNBUFFERED",
"Radia",
"radioimmunoassay",
Expand Down Expand Up @@ -292,6 +313,7 @@
"Shtern",
"siioannidou",
"Sinoussi",
"skel",
"Snowden",
"Solomonovna",
"Spärck",
Expand All @@ -301,6 +323,7 @@
"stylelint",
"stylelintcache",
"Subrahmanyan",
"SUBREAPER",
"Sussman",
"Swartz",
"swirles",
Expand All @@ -312,11 +335,13 @@
"telomerase",
"Teruko",
"testutils",
"tini",
"tqdm",
"transposons",
"trivago",
"tsbuildinfo",
"Turnbull",
"tzdata",
"userns",
"Varahamihira",
"venv",
Expand All @@ -328,6 +353,7 @@
"waldiez",
"webfonts",
"Websockets",
"xdist",
"xyflow",
"ydoc",
"yfinance"
Expand Down
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.11

- Updated waldiez to v0.1.10

## v0.1.10

- Updated waldiez to v0.1.9
Expand Down
1 change: 0 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ LABEL org.opencontainers.image.description="JupyterLab with waldiez extension in
# set environment variables
ENV PYTHONUNBUFFERED=1
ENV DEBIAN_FRONTEND="noninteractive"
ENV DEBIAN_FRONTEND noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN=true

# install system dependencies
Expand Down
1 change: 0 additions & 1 deletion Containerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ LABEL org.opencontainers.image.description="JupyterLab with waldiez extension in
# set environment variables
ENV PYTHONUNBUFFERED=1
ENV DEBIAN_FRONTEND="noninteractive"
ENV DEBIAN_FRONTEND noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN=true

# install system dependencies
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.10",
"version": "0.1.11",
"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.9",
"waldiez==0.1.10",
]
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.9
waldiez==0.1.10
# 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.9
waldiez==0.1.10
# 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.9
waldiez==0.1.10
# via waldiez-jupyter (pyproject.toml)

0 comments on commit 8282641

Please sign in to comment.