Skip to content

Commit c87f3a5

Browse files
committed
chore(release): v1.23.1 [skip ci]
## [1.23.1](v1.23.0...v1.23.1) (2025-03-31) ### Bug Fixes * **custom_datasources:** custom datasources actions charts and segments are no longer ignored ([#322](#322)) ([dd801be](dd801be))
1 parent dd801be commit c87f3a5

8 files changed

Lines changed: 23 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.23.1](https://github.com/ForestAdmin/agent-python/compare/v1.23.0...v1.23.1) (2025-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* **custom_datasources:** custom datasources actions charts and segments are no longer ignored ([#322](https://github.com/ForestAdmin/agent-python/issues/322)) ([dd801be](https://github.com/ForestAdmin/agent-python/commit/dd801be00041d1eb10b0d42a3d34ff6c21167f99))
7+
18
# [1.23.0](https://github.com/ForestAdmin/agent-python/compare/v1.22.11...v1.23.0) (2025-03-10)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-python",
3-
"version": "1.23.0",
3+
"version": "1.23.1",
44
"description": "The official Python liana for Forest.",
55
"repository": {
66
"type": "git",

src/agent_toolkit/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "forestadmin-agent-toolkit"
77
description = "agent toolkit for forestadmin python agent"
8-
version = "1.23.0"
8+
version = "1.23.1"
99
authors = [ "Valentin Monté <valentinm@forestadmin.com>", "Julien Barreau <julien.barreau@forestadmin.com>",]
1010
readme = "README.md"
1111
repository = "https://github.com/ForestAdmin/agent-python"
@@ -22,7 +22,7 @@ oic = "~=1.4"
2222
pyjwt = "^2"
2323
cachetools = "~=5.2"
2424
sseclient-py = "^1.5"
25-
forestadmin-datasource-toolkit = "1.23.0"
25+
forestadmin-datasource-toolkit = "1.23.1"
2626

2727
[tool.poetry.dependencies."backports.zoneinfo"]
2828
version = "~0.2.1"

src/datasource_django/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "forestadmin-datasource-django"
7-
version = "1.23.0"
7+
version = "1.23.1"
88
description = "django datasource for forestadmin python agent"
99
authors = [ "Julien Barreau <julien.barreau@forestadmin.com>",]
1010
readme = "README.md"
@@ -18,8 +18,8 @@ include = "forestadmin"
1818
python = ">=3.8,<3.14"
1919
typing-extensions = "~=4.2"
2020
django = ">=3.2,<5.2"
21-
forestadmin-datasource-toolkit = "1.23.0"
22-
forestadmin-agent-toolkit = "1.23.0"
21+
forestadmin-datasource-toolkit = "1.23.1"
22+
forestadmin-agent-toolkit = "1.23.1"
2323
[[tool.poetry.dependencies.pandas]]
2424
version = ">=1.4.0"
2525
python = "<3.13.0"

src/datasource_sqlalchemy/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "forestadmin-datasource-sqlalchemy"
7-
version = "1.23.0"
7+
version = "1.23.1"
88
description = "sqlalchemy datasource for forestadmin python agent"
99
authors = [ "Valentin Monté <valentinm@forestadmin.com>", "Julien Barreau <julien.barreau@forestadmin.com>",]
1010
readme = "README.md"
@@ -18,8 +18,8 @@ include = "forestadmin"
1818
python = ">=3.8,<3.14"
1919
typing-extensions = "~=4.2"
2020
sqlalchemy = ">=1.4.0"
21-
forestadmin-datasource-toolkit = "1.23.0"
22-
forestadmin-agent-toolkit = "1.23.0"
21+
forestadmin-datasource-toolkit = "1.23.1"
22+
forestadmin-agent-toolkit = "1.23.1"
2323

2424
[tool.poetry.dependencies."backports.zoneinfo"]
2525
version = "~=0.2.1"

src/datasource_toolkit/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "forestadmin-datasource-toolkit"
77
description = "datasource toolkit for forestadmin python agent"
8-
version = "1.23.0"
8+
version = "1.23.1"
99
authors = [ "Valentin Monté <valentinm@forestadmin.com>", "Julien Barreau <julien.barreau@forestadmin.com>",]
1010
readme = "README.md"
1111
repository = "https://github.com/ForestAdmin/agent-python"

src/django_agent/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "forestadmin-agent-django"
7-
version = "1.23.0"
7+
version = "1.23.1"
88
description = "django agent for forestadmin python agent"
99
authors = [ "Julien Barreau <julien.barreau@forestadmin.com>",]
1010
readme = "README.md"
@@ -18,8 +18,8 @@ include = "forestadmin"
1818
python = ">=3.8,<3.14"
1919
typing-extensions = "~=4.2"
2020
django = ">=3.2,<5.2"
21-
forestadmin-agent-toolkit = "1.23.0"
22-
forestadmin-datasource-django = "1.23.0"
21+
forestadmin-agent-toolkit = "1.23.1"
22+
forestadmin-datasource-django = "1.23.1"
2323
django-cors-headers = ">=3.8"
2424

2525
[tool.pytest.ini_options]

src/flask_agent/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "forestadmin-agent-flask"
77
description = "flask agent for forestadmin python agent"
8-
version = "1.23.0"
8+
version = "1.23.1"
99
authors = [ "Valentin Monté <valentinm@forestadmin.com>", "Julien Barreau <julien.barreau@forestadmin.com>",]
1010
readme = "README.md"
1111
repository = "https://github.com/ForestAdmin/agent-python"
@@ -17,8 +17,8 @@ include = "forestadmin"
1717
[tool.poetry.dependencies]
1818
python = ">=3.8,<3.14"
1919
typing-extensions = "~=4.2"
20-
forestadmin-agent-toolkit = "1.23.0"
21-
forestadmin-datasource-toolkit = "1.23.0"
20+
forestadmin-agent-toolkit = "1.23.1"
21+
forestadmin-datasource-toolkit = "1.23.1"
2222
flask-cors = ">=3.0.0"
2323

2424
[tool.poetry.dependencies.flask]

0 commit comments

Comments
 (0)