Skip to content

Commit

Permalink
chore(release): v1.5.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.3](v1.5.2...v1.5.3) (2024-02-28)

### Bug Fixes

* **cache_invalidation:** wait more between each failed sse connection ([#189](#189)) ([ec47651](ec47651))
  • Loading branch information
forest-bot committed Feb 28, 2024
1 parent ec47651 commit 5ab1a28
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.5.3](https://github.com/ForestAdmin/agent-python/compare/v1.5.2...v1.5.3) (2024-02-28)


### Bug Fixes

* **cache_invalidation:** wait more between each failed sse connection ([#189](https://github.com/ForestAdmin/agent-python/issues/189)) ([ec47651](https://github.com/ForestAdmin/agent-python/commit/ec476517747aad045a306f037d5384f135853e39))

## [1.5.2](https://github.com/ForestAdmin/agent-python/compare/v1.5.1...v1.5.2) (2024-02-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-python",
"version": "1.5.2",
"version": "1.5.3",
"description": "The official Python liana for Forest.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/agent_toolkit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "forestadmin-agent-toolkit"
description = "agent toolkit for forestadmin python agent"
version = "1.5.2"
version = "1.5.3"
authors = [ "Valentin Monté <valentinm@forestadmin.com>", "Julien Barreau <julien.barreau@forestadmin.com>",]
readme = "README.md"
repository = "https://github.com/ForestAdmin/agent-python"
Expand All @@ -24,7 +24,7 @@ python-jose = ">=3.3, <4.0"
cachetools = "~=5.2"
marshmallow-jsonapi = ">=0.24.0, <1.0"
sseclient-py = "^1.5"
forestadmin-datasource-toolkit = "1.5.2"
forestadmin-datasource-toolkit = "1.5.3"
[[tool.poetry.dependencies.pandas]]
version = ">=1.4.0"
python = ">=3.8"
Expand Down
6 changes: 3 additions & 3 deletions src/datasource_django/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "forestadmin-datasource-django"
version = "1.5.2"
version = "1.5.3"
description = "django datasource for forestadmin python agent"
authors = [ "Julien Barreau <julien.barreau@forestadmin.com>",]
readme = "README.md"
Expand All @@ -20,8 +20,8 @@ typing-extensions = "~=4.2"
tzdata = "~=2022.6"
django = ">=3.2,<6.0"
psycopg2 = ">=2.8.4"
forestadmin-datasource-toolkit = "1.5.2"
forestadmin-agent-toolkit = "1.5.2"
forestadmin-datasource-toolkit = "1.5.3"
forestadmin-agent-toolkit = "1.5.3"

[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "test_project_datasource.settings"
Expand Down
6 changes: 3 additions & 3 deletions src/datasource_sqlalchemy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "forestadmin-datasource-sqlalchemy"
version = "1.5.2"
version = "1.5.3"
description = "sqlalchemy datasource for forestadmin python agent"
authors = [ "Valentin Monté <valentinm@forestadmin.com>", "Julien Barreau <julien.barreau@forestadmin.com>",]
readme = "README.md"
Expand All @@ -19,8 +19,8 @@ python = ">=3.8,<3.13"
typing-extensions = "~=4.2"
tzdata = "~=2022.6"
sqlalchemy = ">=1.4.0"
forestadmin-datasource-toolkit = "1.5.2"
forestadmin-agent-toolkit = "1.5.2"
forestadmin-datasource-toolkit = "1.5.3"
forestadmin-agent-toolkit = "1.5.3"

[tool.poetry.dependencies."backports.zoneinfo"]
version = "~=0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion src/datasource_toolkit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "forestadmin-datasource-toolkit"
description = "datasource toolkit for forestadmin python agent"
version = "1.5.2"
version = "1.5.3"
authors = [ "Valentin Monté <valentinm@forestadmin.com>", "Julien Barreau <julien.barreau@forestadmin.com>",]
readme = "README.md"
repository = "https://github.com/ForestAdmin/agent-python"
Expand Down
6 changes: 3 additions & 3 deletions src/django_agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "forestadmin-agent-django"
version = "1.5.2"
version = "1.5.3"
description = "django agent for forestadmin python agent"
authors = [ "Julien Barreau <julien.barreau@forestadmin.com>",]
readme = "README.md"
Expand All @@ -18,8 +18,8 @@ include = "forestadmin"
python = ">=3.8,<3.13"
typing-extensions = "~=4.2"
tzdata = "~=2022.6"
forestadmin-agent-toolkit = "1.5.2"
forestadmin-datasource-django = "1.5.2"
forestadmin-agent-toolkit = "1.5.3"
forestadmin-datasource-django = "1.5.3"
django = ">=3.2,<6.0"
django-cors-headers = ">=3.8"

Expand Down
6 changes: 3 additions & 3 deletions src/flask_agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "forestadmin-agent-flask"
description = "flask agent for forestadmin python agent"
version = "1.5.2"
version = "1.5.3"
authors = [ "Valentin Monté <valentinm@forestadmin.com>", "Julien Barreau <julien.barreau@forestadmin.com>",]
readme = "README.md"
repository = "https://github.com/ForestAdmin/agent-python"
Expand All @@ -18,8 +18,8 @@ include = "forestadmin"
python = ">=3.8,<3.13"
typing-extensions = "~=4.2"
tzdata = "~=2022.6"
forestadmin-agent-toolkit = "1.5.2"
forestadmin-datasource-toolkit = "1.5.2"
forestadmin-agent-toolkit = "1.5.3"
forestadmin-datasource-toolkit = "1.5.3"
flask-cors = ">=3.0.0"

[tool.poetry.dependencies.flask]
Expand Down

0 comments on commit 5ab1a28

Please sign in to comment.