Skip to content

Commit

Permalink
chore: update Concrete Python to 2.5.1
Browse files Browse the repository at this point in the history
- update Concrete Python to 2.5.1
- update FastAPI following vulnerability alerts
- update mypy and solve some type hint issues
  • Loading branch information
fd0r committed Feb 9, 2024
1 parent ed81f59 commit ed990c0
Show file tree
Hide file tree
Showing 11 changed files with 259 additions and 159 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OPEN_PR="true"
# Force the installation of a Concrete Python version, which is very useful with nightly versions
# /!\ WARNING /!\: This version should NEVER be a wildcard as it might create some
# issues when trying to run it in the future.
CONCRETE_PYTHON_VERSION="concrete-python==2.5.0"
CONCRETE_PYTHON_VERSION="concrete-python==2.5.1"

# Force the installation of Concrete Python's latest version, release-candidates included
# CONCRETE_PYTHON_VERSION="$$(poetry run python \
Expand Down
10 changes: 6 additions & 4 deletions deps_licenses/licenses_linux_user.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Name, Version, License
GitPython, 3.1.41, BSD License
PyYAML, 6.0.1, MIT License
annotated-types, 0.6.0, MIT License
anyio, 4.2.0, MIT License
boto3, 1.34.37, Apache Software License
botocore, 1.34.37, Apache Software License
Expand All @@ -9,11 +10,11 @@ certifi, 2023.7.22, Mozilla Public License 2.0 (MPL 2.0)
charset-normalizer, 3.3.2, MIT License
click, 8.1.7, BSD License
coloredlogs, 15.0.1, MIT License
concrete-python, 2.5, BSD-3-Clause
concrete-python, 2.5.1, BSD-3-Clause
dependencies, 2.0.1, BSD License
dill, 0.3.8, BSD License
exceptiongroup, 1.2.0, MIT License
fastapi, 0.102.0, MIT License
fastapi, 0.109.2, MIT License
filelock, 3.13.1, The Unlicense (Unlicense)
flatbuffers, 23.5.26, Apache Software License
fsspec, 2024.2.0, BSD License
Expand Down Expand Up @@ -43,7 +44,8 @@ packaging, 23.2, Apache Software License; BSD License
pluggy, 1.4.0, MIT License
protobuf, 3.20.3, BSD-3-Clause
psutil, 5.9.8, BSD License
pydantic, 1.10.14, MIT License
pydantic, 2.6.1, MIT License
pydantic_core, 2.16.2, MIT License
pytest, 7.4.1, MIT License
pytest-json-report, 1.5.0, MIT
pytest-metadata, 3.1.0, Mozilla Public License 2.0 (MPL 2.0)
Expand All @@ -60,7 +62,7 @@ skops, 0.5.0, MIT
skorch, 0.11.0, new BSD 3-Clause
smmap, 5.0.1, BSD License
sniffio, 1.3.0, Apache Software License; MIT License
starlette, 0.27.0, BSD License
starlette, 0.36.3, BSD License
sympy, 1.12, BSD License
tabulate, 0.8.10, MIT License
threadpoolctl, 3.2.0, BSD License
Expand Down
10 changes: 6 additions & 4 deletions deps_licenses/licenses_mac_intel_user.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Name, Version, License
GitPython, 3.1.41, BSD License
PyYAML, 6.0.1, MIT License
annotated-types, 0.6.0, MIT License
anyio, 4.2.0, MIT License
boto3, 1.34.37, Apache Software License
botocore, 1.34.37, Apache Software License
Expand All @@ -9,11 +10,11 @@ certifi, 2023.7.22, Mozilla Public License 2.0 (MPL 2.0)
charset-normalizer, 3.3.2, MIT License
click, 8.1.7, BSD License
coloredlogs, 15.0.1, MIT License
concrete-python, 2.5, BSD-3-Clause
concrete-python, 2.5.1, BSD-3-Clause
dependencies, 2.0.1, BSD License
dill, 0.3.8, BSD License
exceptiongroup, 1.2.0, MIT License
fastapi, 0.102.0, MIT License
fastapi, 0.109.2, MIT License
filelock, 3.13.1, The Unlicense (Unlicense)
flatbuffers, 23.5.26, Apache Software License
fsspec, 2024.2.0, BSD License
Expand All @@ -39,7 +40,8 @@ packaging, 23.2, Apache Software License; BSD License
pluggy, 1.4.0, MIT License
protobuf, 3.20.3, BSD-3-Clause
psutil, 5.9.8, BSD License
pydantic, 1.10.14, MIT License
pydantic, 2.6.1, MIT License
pydantic_core, 2.16.2, MIT License
pytest, 7.4.1, MIT License
pytest-json-report, 1.5.0, MIT
pytest-metadata, 3.1.0, Mozilla Public License 2.0 (MPL 2.0)
Expand All @@ -56,7 +58,7 @@ skops, 0.5.0, MIT
skorch, 0.11.0, new BSD 3-Clause
smmap, 5.0.1, BSD License
sniffio, 1.3.0, Apache Software License; MIT License
starlette, 0.27.0, BSD License
starlette, 0.36.3, BSD License
sympy, 1.12, BSD License
tabulate, 0.8.10, MIT License
threadpoolctl, 3.2.0, BSD License
Expand Down
15 changes: 9 additions & 6 deletions deps_licenses/licenses_mac_silicon_user.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Name, Version, License
GitPython, 3.1.41, BSD License
PyYAML, 6.0.1, MIT License
annotated-types, 0.6.0, MIT License
anyio, 4.2.0, MIT License
boto3, 1.34.37, Apache Software License
botocore, 1.34.37, Apache Software License
Expand All @@ -9,11 +10,11 @@ certifi, 2023.7.22, Mozilla Public License 2.0 (MPL 2.0)
charset-normalizer, 3.3.2, MIT License
click, 8.1.7, BSD License
coloredlogs, 15.0.1, MIT License
concrete-python, 2.5, BSD-3-Clause
concrete-python, 2.5.1, BSD-3-Clause
dependencies, 2.0.1, BSD License
dill, 0.3.8, BSD License
exceptiongroup, 1.2.0, MIT License
fastapi, 0.102.0, MIT License
fastapi, 0.109.2, MIT License
filelock, 3.13.1, The Unlicense (Unlicense)
flatbuffers, 23.5.26, Apache Software License
fsspec, 2024.2.0, BSD License
Expand All @@ -39,7 +40,8 @@ packaging, 23.2, Apache Software License; BSD License
pluggy, 1.4.0, MIT License
protobuf, 3.20.3, BSD-3-Clause
psutil, 5.9.8, BSD License
pydantic, 1.10.14, MIT License
pydantic, 2.6.1, MIT License
pydantic_core, 2.16.2, MIT License
pytest, 7.4.1, MIT License
pytest-json-report, 1.5.0, MIT
pytest-metadata, 3.1.0, Mozilla Public License 2.0 (MPL 2.0)
Expand All @@ -56,7 +58,7 @@ skops, 0.5.0, MIT
skorch, 0.11.0, new BSD 3-Clause
smmap, 5.0.1, BSD License
sniffio, 1.3.0, Apache Software License; MIT License
starlette, 0.27.0, BSD License
starlette, 0.36.3, BSD License
sympy, 1.12, BSD License
tabulate, 0.8.10, MIT License
threadpoolctl, 3.2.0, BSD License
Expand All @@ -65,8 +67,9 @@ tomli, 2.0.1, MIT License
torch, 1.13.1, BSD License
tqdm, 4.66.1, MIT License; Mozilla Public License 2.0 (MPL 2.0)
transformers, 4.37.2, Apache Software License
typing_extensions, 4.5.0, Python Software Foundation License
urllib3, 2.0.7, MIT License
typing_extensions, 4.8.0, Python Software Foundation License
urllib3, 1.26.18, MIT License
uvicorn, 0.21.1, BSD License
xgboost, 1.6.2, Apache Software License
z3-solver, 4.12.5.0, MIT License
zipp, 3.17.0, MIT License
2 changes: 1 addition & 1 deletion deps_licenses/licenses_mac_silicon_user.txt.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f709427468f5be4ee6836603495fea72
9c3d935d7550eb54ba02c322722e34d9
Loading

0 comments on commit ed990c0

Please sign in to comment.