File tree Expand file tree Collapse file tree 32 files changed +41
-41
lines changed
clients/algoliasearch-client-python Expand file tree Collapse file tree 32 files changed +41
-41
lines changed Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 5
5
"""
6
6
7
7
# The version of the algoliasearch package
8
- __version__ = "4.4.3 "
8
+ __version__ = "4.4.4 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " algoliasearch"
3
- version = " 4.4.3 "
3
+ version = " 4.4.4 "
4
4
description = " A fully-featured and blazing-fast Python API client to interact with Algolia."
5
5
authors = [" Algolia Team" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ async def test_common_api_1(self):
40
40
_req = await _client .custom_post_with_http_info (
41
41
path = "1/test" ,
42
42
)
43
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
43
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
44
44
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
45
45
46
46
async def test_common_api_2 (self ):
@@ -174,7 +174,7 @@ def test_common_api_1(self):
174
174
_req = _client .custom_post_with_http_info (
175
175
path = "1/test" ,
176
176
)
177
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
177
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
178
178
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
179
179
180
180
def test_common_api_2 (self ):
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ async def test_common_api_1(self):
40
40
_req = await _client .custom_post_with_http_info (
41
41
path = "1/test" ,
42
42
)
43
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
43
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
44
44
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
45
45
46
46
async def test_common_api_2 (self ):
@@ -191,7 +191,7 @@ def test_common_api_1(self):
191
191
_req = _client .custom_post_with_http_info (
192
192
path = "1/test" ,
193
193
)
194
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
194
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
195
195
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
196
196
197
197
def test_common_api_2 (self ):
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ async def test_common_api_1(self):
40
40
_req = await _client .custom_post_with_http_info (
41
41
path = "1/test" ,
42
42
)
43
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
43
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
44
44
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
45
45
46
46
async def test_common_api_2 (self ):
@@ -163,7 +163,7 @@ def test_common_api_1(self):
163
163
_req = _client .custom_post_with_http_info (
164
164
path = "1/test" ,
165
165
)
166
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
166
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
167
167
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
168
168
169
169
def test_common_api_2 (self ):
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ async def test_common_api_1(self):
40
40
_req = await _client .custom_post_with_http_info (
41
41
path = "1/test" ,
42
42
)
43
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
43
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
44
44
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
45
45
46
46
async def test_common_api_2 (self ):
@@ -194,7 +194,7 @@ def test_common_api_1(self):
194
194
_req = _client .custom_post_with_http_info (
195
195
path = "1/test" ,
196
196
)
197
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
197
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
198
198
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
199
199
200
200
def test_common_api_2 (self ):
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ async def test_common_api_1(self):
40
40
_req = await _client .custom_post_with_http_info (
41
41
path = "1/test" ,
42
42
)
43
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
43
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
44
44
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
45
45
46
46
async def test_common_api_2 (self ):
@@ -146,7 +146,7 @@ def test_common_api_1(self):
146
146
_req = _client .custom_post_with_http_info (
147
147
path = "1/test" ,
148
148
)
149
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
149
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
150
150
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
151
151
152
152
def test_common_api_2 (self ):
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ async def test_common_api_1(self):
40
40
_req = await _client .custom_post_with_http_info (
41
41
path = "1/test" ,
42
42
)
43
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
43
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
44
44
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
45
45
46
46
async def test_common_api_2 (self ):
@@ -176,7 +176,7 @@ def test_common_api_1(self):
176
176
_req = _client .custom_post_with_http_info (
177
177
path = "1/test" ,
178
178
)
179
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
179
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
180
180
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
181
181
182
182
def test_common_api_2 (self ):
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ async def test_common_api_1(self):
40
40
_req = await _client .custom_post_with_http_info (
41
41
path = "1/test" ,
42
42
)
43
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
43
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
44
44
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
45
45
46
46
async def test_common_api_2 (self ):
@@ -176,7 +176,7 @@ def test_common_api_1(self):
176
176
_req = _client .custom_post_with_http_info (
177
177
path = "1/test" ,
178
178
)
179
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
179
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
180
180
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
181
181
182
182
def test_common_api_2 (self ):
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ async def test_common_api_1(self):
68
68
_req = await _client .custom_post_with_http_info (
69
69
path = "1/test" ,
70
70
)
71
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
71
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
72
72
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
73
73
74
74
async def test_common_api_2 (self ):
@@ -188,7 +188,7 @@ def test_common_api_1(self):
188
188
_req = _client .custom_post_with_http_info (
189
189
path = "1/test" ,
190
190
)
191
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
191
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
192
192
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
193
193
194
194
def test_common_api_2 (self ):
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ async def test_common_api_1(self):
111
111
_req = await _client .custom_post_with_http_info (
112
112
path = "1/test" ,
113
113
)
114
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
114
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
115
115
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
116
116
117
117
async def test_common_api_2 (self ):
@@ -806,7 +806,7 @@ def test_common_api_1(self):
806
806
_req = _client .custom_post_with_http_info (
807
807
path = "1/test" ,
808
808
)
809
- regex_user_agent = compile ("^Algolia for Python \\ (4.4.3 \\ ).*" )
809
+ regex_user_agent = compile ("^Algolia for Python \\ (4.4.4 \\ ).*" )
810
810
assert regex_user_agent .match (_req .headers .get ("user-agent" )) is not None
811
811
812
812
def test_common_api_2 (self ):
You can’t perform that action at this time.
0 commit comments