Skip to content

Commit f8c919a

Browse files
chore: release 4.44.3
Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com> Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com> Co-authored-by: algolia-api-clients-automation-bot[bot] <288895823+algolia-api-clients-automation-bot[bot]@users.noreply.github.com>
1 parent 6527171 commit f8c919a

28 files changed

Lines changed: 31 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.44.3](https://github.com/algolia/algoliasearch-client-python/compare/4.44.2...4.44.3)
2+
3+
- [97ea5bbb82](https://github.com/algolia/api-clients-automation/commit/97ea5bbb82) fix(python): downgrade release workflow to Python 3.13.14 and guard against 3.14 bumps ([#6687](https://github.com/algolia/api-clients-automation/pull/6687)) by [@Fluf22](https://github.com/Fluf22/)
4+
15
## [4.44.2](https://github.com/algolia/algoliasearch-client-python/compare/4.44.1...4.44.2)
26

37
- [035c03ecad](https://github.com/algolia/api-clients-automation/commit/035c03ecad) fix(specs): BREAKING CHANGE – remove recommend query params overridden by the API ([#6604](https://github.com/algolia/api-clients-automation/pull/6604)) by [@raed667](https://github.com/raed667/)

algoliasearch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.44.2"
8+
__version__ = "4.44.3"

algoliasearch/abtesting/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.44.2"
8+
__version__ = "4.44.3"

algoliasearch/abtesting/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.44.2"
8+
__version__ = "4.44.3"
99

1010

1111
from .ab_test import ABTest

algoliasearch/abtesting_v3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.44.2"
8+
__version__ = "4.44.3"

algoliasearch/abtesting_v3/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.44.2"
8+
__version__ = "4.44.3"
99

1010

1111
from .ab_test import ABTest

algoliasearch/agent_studio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.44.2"
8+
__version__ = "4.44.3"

algoliasearch/agent_studio/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.44.2"
8+
__version__ = "4.44.3"
99

1010

1111
from .advanced_syntax_features import AdvancedSyntaxFeatures

algoliasearch/analytics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.44.2"
8+
__version__ = "4.44.3"

algoliasearch/analytics/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.44.2"
8+
__version__ = "4.44.3"
99

1010

1111
from .click_position import ClickPosition

0 commit comments

Comments
 (0)