Skip to content

Commit

Permalink
Update Python3.12 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-vuillemot authored Nov 22, 2024
1 parent 348d86d commit c6687ac
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 39 deletions.
32 changes: 16 additions & 16 deletions tools/packages/pipfiles/Pipfile3.12.max
Original file line number Diff line number Diff line change
Expand Up @@ -51,32 +51,32 @@ version = "==4.2.13"

[packages]
"pyarrow" = {version="==18.0.0"}
"networkx" = {version="==3.3", markers="python_version>'3.8'"}
"openpyxl" = {version="==3.1.2"}
"pandas" = {version="==2.2.2", markers="python_version>'3.8'"}
"pymongo" = {version="==4.7.2", extras=["srv"]}
"sqlalchemy" = {version="==2.0.30"}
"networkx" = {version="==3.4.2", markers="python_version>'3.8'"}
"openpyxl" = {version="==3.1.5"}
"pandas" = {version="==2.2.3", markers="python_version>'3.8'"}
"pymongo" = {version="==4.10.1", extras=["srv"]}
"sqlalchemy" = {version="==2.0.36"}
"toml" = {version="==0.10.2"}
"boto3" = {version="==1.34.113"}
"boto3" = {version="==1.35.67"}
"cookiecutter" = {version="==2.6.0"}
"flask" = {version="==3.1.0"}
"flask-cors" = {version="==5.0.0"}
"flask-socketio" = {version="==5.4.1"}
"markdown" = {version="==3.6"}
"markdown" = {version="==3.7"}
"python-dotenv" = {version="==1.0.1"}
"pytz" = {version="==2024.1"}
"pytz" = {version="==2024.2"}
"tzlocal" = {version="==5.2"}
"gevent" = {version="==24.11.1"}
"gevent-websocket" = {version="==0.10.1"}
"kthread" = {version="==0.2.3"}
"gitignore-parser" = {version="==0.1.11"}
"simple-websocket" = {version="==1.0.0"}
"twisted" = {version="==24.7.0"}
"deepdiff" = {version="==7.0.1"}
"simple-websocket" = {version="==1.1.0"}
"twisted" = {version="==24.10.0"}
"deepdiff" = {version="==8.0.1"}
"flask-restful" = {version="==0.3.10"}
"passlib" = {version="==1.7.4"}
"marshmallow" = {version="==3.21.2"}
"apispec" = {version="==6.6.1", extras=["yaml"]}
"apispec-webframeworks" = {version="==1.1.0"}
"watchdog" = {version="==4.0.1"}
"charset-normalizer" = {version="==3.3.2"}
"marshmallow" = {version="==3.23.1"}
"apispec" = {version="==6.7.1", extras=["yaml"]}
"apispec-webframeworks" = {version="==1.2.0"}
"watchdog" = {version="==6.0.0"}
"charset-normalizer" = {version="==3.4.0"}
2 changes: 1 addition & 1 deletion tools/packages/taipy-common/setup.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
deepdiff>=6.7.0,<=7.0.1
deepdiff>=6.7.0,<=8.0.1
toml>=0.10,<=0.10.2
14 changes: 7 additions & 7 deletions tools/packages/taipy-core/setup.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
boto3>=1.29.4,<=1.34.113
networkx>=2.6,<=3.3
openpyxl>=3.1.2,<=3.1.2
pandas>=1.3.5,<=2.2.2
pyarrow>=16.0.0,<19.0
pymongo[srv]>=4.2.0,<=4.7.2
sqlalchemy>=2.0.16,<=2.0.30
boto3>=1.29.4,<=1.35.67
networkx>=2.6,<=3.4.2
openpyxl>=3.1.2,<=3.1.5
pandas>=1.3.5,<=2.2.3
pyarrow>=16.0.0,<=18.0.0
pymongo[srv]>=4.2.0,<=4.10.1
sqlalchemy>=2.0.16,<=2.0.36
taipy-common
toml>=0.10,<=0.10.2
22 changes: 11 additions & 11 deletions tools/packages/taipy-gui/setup.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
charset-normalizer>=3.3.2,<=3.3.2
flask>=3.1.0,<3.2
flask-cors>=5.0.0,<5.1
flask-socketio>=5.4.1,<5.5
gevent>=24.11.1,<24.12
charset-normalizer>=3.3.2,<=3.4.0
flask>=3.1.0,<=3.1.0
flask-cors>=5.0.0,<=5.0.0
flask-socketio>=5.4.1,<=5.4.1
gevent>=24.11.1,<=24.11.1
gevent-websocket>=0.10.1,<=0.10.1
gitignore-parser>=0.1,<=0.1.11
kthread>=0.2.3,<=0.2.3
markdown>=3.4.4,<=3.6
pandas>=1.3.5,<=2.2.2
markdown>=3.4.4,<=3.7
pandas>=1.3.5,<=2.2.3
python-dotenv>=1.0.0,<=1.0.1
pytz>=2021.3,<=2024.1
simple-websocket>=0.10.1,<=1.0.0
pytz>=2021.3,<=2024.2
simple-websocket>=0.10.1,<=1.1.0
taipy-common
twisted>=24.7.0,<24.8.0
twisted>=24.7.0,<=24.10.0
tzlocal>=3.0,<=5.2
watchdog>=4.0.0,<=4.0.1
watchdog>=4.0.0,<=6.0.0
8 changes: 4 additions & 4 deletions tools/packages/taipy-rest/setup.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apispec[yaml]>=6.3,<=6.6.1
apispec-webframeworks>=0.5.2,<=1.1.0
flask>=3.1.0,<3.2
apispec[yaml]>=6.3,<=6.7.1
apispec-webframeworks>=0.5.2,<=1.2.0
flask>=3.1.0,<=3.1.0
flask-restful>=0.3.9,<=0.3.10
marshmallow>=3.20.1,<=3.21.2
marshmallow>=3.20.1,<=3.23.1
passlib>=1.7.4,<=1.7.4
taipy-core

0 comments on commit c6687ac

Please sign in to comment.