File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ v. 1.5.2
2+ ========
3+ Bugfix: `Database.get_collection` uses callers inheritance (same for async)
4+
5+
16v. 1.5.1
27========
38Switching to endpoint as the only/primary way of specifying databases:
Original file line number Diff line number Diff line change @@ -731,6 +731,7 @@ def get_collection(
731731 embedding_api_key = coerce_embedding_headers_provider (embedding_api_key ),
732732 max_time_ms = collection_max_time_ms ,
733733 ),
734+ callers = self .callers ,
734735 )
735736
736737 def create_collection (
@@ -1810,6 +1811,7 @@ async def get_collection(
18101811 embedding_api_key = coerce_embedding_headers_provider (embedding_api_key ),
18111812 max_time_ms = collection_max_time_ms ,
18121813 ),
1814+ callers = self .callers ,
18131815 )
18141816
18151817 async def create_collection (
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires-python = ">=3.8"
33
44[tool .poetry ]
55name = " astrapy"
6- version = " 1.5.1 "
6+ version = " 1.5.2 "
77description = " AstraPy is a Pythonic SDK for DataStax Astra and its Data API"
88authors = [
99 " Stefano Lottini <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments