File tree Expand file tree Collapse file tree 8 files changed +23
-16
lines changed
Expand file tree Collapse file tree 8 files changed +23
-16
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.23.2] ( https://github.com/ForestAdmin/agent-python/compare/v1.23.1...v1.23.2 ) (2025-04-08)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** uuid:** record containing uuid doesn't crash at create anymore ([ #324 ] ( https://github.com/ForestAdmin/agent-python/issues/324 ) ) ([ ab3201b] ( https://github.com/ForestAdmin/agent-python/commit/ab3201bd4e68a33639936acdb32d484728a5163e ) )
7+
18## [ 1.23.1] ( https://github.com/ForestAdmin/agent-python/compare/v1.23.0...v1.23.1 ) (2025-03-31)
29
310
Original file line number Diff line number Diff line change 11{
22 "name" : " agent-python" ,
3- "version" : " 1.23.1 " ,
3+ "version" : " 1.23.2 " ,
44 "description" : " The official Python liana for Forest." ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55[tool .poetry ]
66name = " forestadmin-agent-toolkit"
77description = " agent toolkit for forestadmin python agent"
8- version = " 1.23.1 "
8+ version = " 1.23.2 "
99authors = [ " Valentin Monté <valentinm@forestadmin.com>" , " Julien Barreau <julien.barreau@forestadmin.com>" ,]
1010readme = " README.md"
1111repository = " https://github.com/ForestAdmin/agent-python"
@@ -22,7 +22,7 @@ oic = "~=1.4"
2222pyjwt = " ^2"
2323cachetools = " ~=5.2"
2424sseclient-py = " ^1.5"
25- forestadmin-datasource-toolkit = " 1.23.1 "
25+ forestadmin-datasource-toolkit = " 1.23.2 "
2626
2727[tool .poetry .dependencies ."backports .zoneinfo" ]
2828version = " ~0.2.1"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " forestadmin-datasource-django"
7- version = " 1.23.1 "
7+ version = " 1.23.2 "
88description = " django datasource for forestadmin python agent"
99authors = [ " Julien Barreau <julien.barreau@forestadmin.com>" ,]
1010readme = " README.md"
@@ -18,8 +18,8 @@ include = "forestadmin"
1818python = " >=3.8,<3.14"
1919typing-extensions = " ~=4.2"
2020django = " >=3.2,<5.2"
21- forestadmin-datasource-toolkit = " 1.23.1 "
22- forestadmin-agent-toolkit = " 1.23.1 "
21+ forestadmin-datasource-toolkit = " 1.23.2 "
22+ forestadmin-agent-toolkit = " 1.23.2 "
2323[[tool .poetry .dependencies .pandas ]]
2424version = " >=1.4.0"
2525python = " <3.13.0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " forestadmin-datasource-sqlalchemy"
7- version = " 1.23.1 "
7+ version = " 1.23.2 "
88description = " sqlalchemy datasource for forestadmin python agent"
99authors = [ " Valentin Monté <valentinm@forestadmin.com>" , " Julien Barreau <julien.barreau@forestadmin.com>" ,]
1010readme = " README.md"
@@ -18,8 +18,8 @@ include = "forestadmin"
1818python = " >=3.8,<3.14"
1919typing-extensions = " ~=4.2"
2020sqlalchemy = " >=1.4.0"
21- forestadmin-datasource-toolkit = " 1.23.1 "
22- forestadmin-agent-toolkit = " 1.23.1 "
21+ forestadmin-datasource-toolkit = " 1.23.2 "
22+ forestadmin-agent-toolkit = " 1.23.2 "
2323
2424[tool .poetry .dependencies ."backports .zoneinfo" ]
2525version = " ~=0.2.1"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55[tool .poetry ]
66name = " forestadmin-datasource-toolkit"
77description = " datasource toolkit for forestadmin python agent"
8- version = " 1.23.1 "
8+ version = " 1.23.2 "
99authors = [ " Valentin Monté <valentinm@forestadmin.com>" , " Julien Barreau <julien.barreau@forestadmin.com>" ,]
1010readme = " README.md"
1111repository = " https://github.com/ForestAdmin/agent-python"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " forestadmin-agent-django"
7- version = " 1.23.1 "
7+ version = " 1.23.2 "
88description = " django agent for forestadmin python agent"
99authors = [ " Julien Barreau <julien.barreau@forestadmin.com>" ,]
1010readme = " README.md"
@@ -18,8 +18,8 @@ include = "forestadmin"
1818python = " >=3.8,<3.14"
1919typing-extensions = " ~=4.2"
2020django = " >=3.2,<5.2"
21- forestadmin-agent-toolkit = " 1.23.1 "
22- forestadmin-datasource-django = " 1.23.1 "
21+ forestadmin-agent-toolkit = " 1.23.2 "
22+ forestadmin-datasource-django = " 1.23.2 "
2323django-cors-headers = " >=3.8"
2424
2525[tool .pytest .ini_options ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55[tool .poetry ]
66name = " forestadmin-agent-flask"
77description = " flask agent for forestadmin python agent"
8- version = " 1.23.1 "
8+ version = " 1.23.2 "
99authors = [ " Valentin Monté <valentinm@forestadmin.com>" , " Julien Barreau <julien.barreau@forestadmin.com>" ,]
1010readme = " README.md"
1111repository = " https://github.com/ForestAdmin/agent-python"
@@ -17,8 +17,8 @@ include = "forestadmin"
1717[tool .poetry .dependencies ]
1818python = " >=3.8,<3.14"
1919typing-extensions = " ~=4.2"
20- forestadmin-agent-toolkit = " 1.23.1 "
21- forestadmin-datasource-toolkit = " 1.23.1 "
20+ forestadmin-agent-toolkit = " 1.23.2 "
21+ forestadmin-datasource-toolkit = " 1.23.2 "
2222flask-cors = " >=3.0.0"
2323
2424[tool .poetry .dependencies .flask ]
You can’t perform that action at this time.
0 commit comments