Skip to content

Commit

Permalink
Update Python3.12 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo authored Sep 15, 2024
1 parent 8209983 commit 47d668a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
22 changes: 11 additions & 11 deletions tools/packages/pipfiles/Pipfile3.12.max
Original file line number Diff line number Diff line change
Expand Up @@ -50,34 +50,34 @@ version = "==4.2.13"


[packages]
"pyarrow" = {version="==16.1.0"}
"pyarrow" = {version="==17.0.0"}
"networkx" = {version="==3.3", markers="python_version>'3.8'"}
"openpyxl" = {version="==3.1.2"}
"openpyxl" = {version="==3.1.5"}
"pandas" = {version="==2.2.2", markers="python_version>'3.8'"}
"pymongo" = {version="==4.7.2", extras=["srv"]}
"sqlalchemy" = {version="==2.0.30"}
"pymongo" = {version="==4.8.0", extras=["srv"]}
"sqlalchemy" = {version="==2.0.34"}
"toml" = {version="==0.10.2"}
"boto3" = {version="==1.34.113"}
"boto3" = {version="==1.35.19"}
"backports.zoneinfo" = {version="==0.2.1", markers="python_version<'3.9'"}
"cookiecutter" = {version="==2.6.0"}
"flask" = {version="==3.0.3"}
"flask-cors" = {version="==5.0.0"}
"flask-socketio" = {version="==5.3.6"}
"markdown" = {version="==3.6"}
"flask-socketio" = {version="==5.3.7"}
"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.2.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"}
"deepdiff" = {version="==8.0.1"}
"flask-restful" = {version="==0.3.10"}
"passlib" = {version="==1.7.4"}
"marshmallow" = {version="==3.21.2"}
"marshmallow" = {version="==3.22.0"}
"apispec" = {version="==6.6.1", extras=["yaml"]}
"apispec-webframeworks" = {version="==1.1.0"}
"watchdog" = {version="==4.0.1"}
"watchdog" = {version="==5.0.2"}
"charset-normalizer" = {version="==3.3.2"}
2 changes: 1 addition & 1 deletion tools/packages/taipy-config/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
10 changes: 5 additions & 5 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
boto3>=1.29.4,<=1.35.19
networkx>=2.6,<=3.3
openpyxl>=3.1.2,<=3.1.2
openpyxl>=3.1.2,<=3.1.5
pandas>=1.3.5,<=2.2.2
pyarrow>=14.0.2,<=16.1.0
pymongo[srv]>=4.2.0,<=4.7.2
sqlalchemy>=2.0.16,<=2.0.30
pyarrow>=14.0.2,<=17.0.0
pymongo[srv]>=4.2.0,<=4.8.0
sqlalchemy>=2.0.16,<=2.0.34
taipy-config
toml>=0.10,<=0.10.2
12 changes: 6 additions & 6 deletions tools/packages/taipy-gui/setup.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
backports.zoneinfo>=0.2.1,<=0.2.1;python_version<'3.9'
charset-normalizer>=3.3.2,<=3.3.2
flask>=3.0.0,<=3.0.3
flask-cors>=5.0.0,<5.1
flask-socketio>=5.3.6,<=5.3.6
flask-cors>=5.0.0,<=5.0.0
flask-socketio>=5.3.6,<=5.3.7
gevent>=23.7.0,<=24.2.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
markdown>=3.4.4,<=3.7
pandas>=1.3.5,<=2.2.2
python-dotenv>=1.0.0,<=1.0.1
pytz>=2021.3,<=2024.1
pytz>=2021.3,<=2024.2
simple-websocket>=0.10.1,<=1.0.0
taipy-config
twisted>=24.7.0,<24.8.0
twisted>=24.7.0,<=24.7.0
tzlocal>=3.0,<=5.2
watchdog>=4.0.0,<=4.0.1
watchdog>=4.0.0,<=5.0.2
2 changes: 1 addition & 1 deletion tools/packages/taipy-rest/setup.requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apispec[yaml]>=6.3,<=6.6.1
apispec-webframeworks>=0.5.2,<=1.1.0
flask>=3.0.0,<=3.0.3
flask-restful>=0.3.9,<=0.3.10
marshmallow>=3.20.1,<=3.21.2
marshmallow>=3.20.1,<=3.22.0
passlib>=1.7.4,<=1.7.4
taipy-core

0 comments on commit 47d668a

Please sign in to comment.