Skip to content

Commit 7cb6a59

Browse files
github-actions[bot]trgiangdojrobinAV
authored
New dependencies available for Python3.12 (#2665)
* Update Python3.12 dependencies * Update tools/packages/taipy-gui/setup.requirements.txt * Update tools/packages/taipy-rest/setup.requirements.txt A breaking change in 4.0.0 prevents us from migrating. * Update tools/packages/pipfiles/Pipfile3.12.max * Update tools/packages/taipy-gui/setup.requirements.txt upgrade min version * Rollback dependency * Update min version of markdown to 3.6 --------- Co-authored-by: trgiangdo <trgiangdo@users.noreply.github.com> Co-authored-by: Jean-Robin <jeanrobin.medori@avaiga.com>
1 parent a57e05c commit 7cb6a59

File tree

6 files changed

+36
-36
lines changed

6 files changed

+36
-36
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gevent = "==24.11.1"
1616
gevent-websocket = "==0.10.1"
1717
gitignore-parser = "==0.1.1"
1818
kthread = "==0.2.3"
19-
markdown = "==3.4.4"
19+
markdown = "==3.6"
2020
marshmallow = "==3.20.1"
2121
networkx = "==2.6"
2222
openpyxl = "==3.1.2"

tools/packages/pipfiles/Pipfile3.12.max

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -51,33 +51,33 @@ version = "==4.2.13"
5151

5252

5353
[packages]
54-
"pyarrow" = {version="==18.1.0"}
55-
"networkx" = {version="==3.4.2", markers="python_version>'3.8'"}
54+
"pyarrow" = {version="==20.0.0"}
55+
"networkx" = {version="==3.5", markers="python_version>'3.8'"}
5656
"openpyxl" = {version="==3.1.5"}
5757
"pandas" = {version="==2.2.3", markers="python_version>'3.8'"}
58-
"pymongo" = {version="==4.10.1", extras=["srv"]}
59-
"sqlalchemy" = {version="==2.0.36"}
58+
"pymongo" = {version="==4.13.0", extras=["srv"]}
59+
"sqlalchemy" = {version="==2.0.41"}
6060
"toml" = {version="==0.10.2"}
61-
"boto3" = {version="==1.35.90"}
61+
"boto3" = {version="==1.38.27"}
6262
"cookiecutter" = {version="==2.6.0"}
63-
"flask" = {version="==3.1.0"}
64-
"flask-cors" = {version="==5.0.0"}
65-
"flask-socketio" = {version="==5.5.0"}
66-
"markdown" = {version="==3.7"}
67-
"python-dotenv" = {version="==1.0.1"}
68-
"pytz" = {version="==2024.2"}
69-
"tzlocal" = {version="==5.2"}
70-
"gevent" = {version="==24.11.1"}
63+
"flask" = {version="==3.1.1"}
64+
"flask-cors" = {version="==6.0.0"}
65+
"flask-socketio" = {version="==5.5.1"}
66+
"markdown" = {version="==3.8"}
67+
"python-dotenv" = {version="==1.1.0"}
68+
"pytz" = {version="==2025.2"}
69+
"tzlocal" = {version="==5.3.1"}
70+
"gevent" = {version="==25.5.1"}
7171
"gevent-websocket" = {version="==0.10.1"}
7272
"kthread" = {version="==0.2.3"}
73-
"gitignore-parser" = {version="==0.1.11"}
73+
"gitignore-parser" = {version="==0.1.12"}
7474
"simple-websocket" = {version="==1.1.0"}
7575
"twisted" = {version="==24.11.0"}
76-
"deepdiff" = {version="==8.1.1"}
76+
"deepdiff" = {version="==8.5.0"}
7777
"flask-restful" = {version="==0.3.10"}
7878
"passlib" = {version="==1.7.4"}
7979
"marshmallow" = {version="==3.23.2"}
80-
"apispec" = {version="==6.8.0", extras=["yaml"]}
80+
"apispec" = {version="==6.8.2", extras=["yaml"]}
8181
"apispec-webframeworks" = {version="==1.2.0"}
8282
"watchdog" = {version="==6.0.0"}
83-
"charset-normalizer" = {version="==3.4.1"}
83+
"charset-normalizer" = {version="==3.4.2"}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
deepdiff>=6.7.0,<=8.1.1
1+
deepdiff>=6.7.0,<=8.5.0
22
toml>=0.10,<=0.10.2
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
boto3>=1.29.4,<=1.35.90
2-
networkx>=2.6,<=3.4.2
1+
boto3>=1.29.4,<=1.38.27
2+
networkx>=2.6,<=3.5
33
openpyxl>=3.1.2,<=3.1.5
44
pandas>=1.3.5,<=2.2.3
5-
pyarrow>=16.0.0,<=18.1.0
6-
pymongo[srv]>=4.2.0,<=4.10.1
7-
sqlalchemy>=2.0.16,<=2.0.36
5+
pyarrow>=16.0.0,<=20.0.0
6+
pymongo[srv]>=4.2.0,<=4.13.0
7+
sqlalchemy>=2.0.16,<=2.0.41
88
taipy-common
99
toml>=0.10,<=0.10.2
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
charset-normalizer>=3.3.2,<=3.4.1
2-
flask>=3.1.0,<=3.1.0
3-
flask-cors>=5.0.0,<=5.0.0
4-
flask-socketio>=5.4.1,<=5.5.0
5-
gevent>=24.11.1,<=24.11.1
1+
charset-normalizer>=3.3.2,<=3.4.2
2+
flask>=3.1.0,<=3.1.1
3+
flask-cors>=5.0.0,<=6.0.0
4+
flask-socketio>=5.4.1,<=5.5.1
5+
gevent>=24.11.1,<=25.5.1
66
gevent-websocket>=0.10.1,<=0.10.1
7-
gitignore-parser>=0.1,<=0.1.11
7+
gitignore-parser>=0.1,<=0.1.12
88
kthread>=0.2.3,<=0.2.3
9-
markdown>=3.4.4,<=3.7
9+
markdown>=3.6,<=3.8
1010
pandas>=1.3.5,<=2.2.3
11-
python-dotenv>=1.0.0,<=1.0.1
12-
pytz>=2021.3,<=2024.2
11+
python-dotenv>=1.0.0,<=1.1.0
12+
pytz>=2021.3,<=2025.2
1313
simple-websocket>=0.10.1,<=1.1.0
1414
taipy-common
1515
twisted>=24.7.0,<=24.11.0
16-
tzlocal>=3.0,<=5.2
16+
tzlocal>=3.0,<=5.3.1
1717
watchdog>=4.0.0,<=6.0.0

tools/packages/taipy-rest/setup.requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
apispec[yaml]>=6.3,<=6.8.0
1+
apispec[yaml]>=6.3,<=6.8.2
22
apispec-webframeworks>=0.5.2,<=1.2.0
3-
flask>=3.1.0,<=3.1.0
3+
flask>=3.1.0,<=3.1.1
44
flask-restful>=0.3.9,<=0.3.10
55
marshmallow>=3.20.1,<=3.23.2
66
passlib>=1.7.4,<=1.7.4

0 commit comments

Comments
 (0)