Skip to content

Commit 6a775a6

Browse files
release: v0.1.55
1 parent 8645a00 commit 6a775a6

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "roxy-sdk"
7-
version = "0.1.54"
7+
version = "0.1.55"
88
description = "Python SDK for RoxyAPI. Astrology, tarot, numerology, and more."
99
readme = "README.md"
1010
license = "MIT"

specs/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
{
4141
"name": "Forecast",
42-
"description": "Merge upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and Vimshottari dasha changes into one time-ordered forecast for a single subject. The only cross-domain forecast timeline behind one key, positions verified against NASA JPL Horizons, available over Remote MCP with typed SDKs. Horizon capped at 90 days."
42+
"description": "Forecast API that merges upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and Vimshottari dasha changes into one time-ordered forecast for a single subject. The only cross-domain forecast timeline behind one key, positions verified against NASA JPL Horizons, available over Remote MCP with typed SDKs. Horizon capped at 90 days."
4343
},
4444
{
4545
"name": "Human Design",
@@ -75,7 +75,7 @@
7575
},
7676
{
7777
"name": "Location and Timezone",
78-
"description": "City search and geocoding API with 23,000+ cities across 240+ countries, returning latitude, longitude, IANA timezone, and DST-aware UTC offset. The location layer for birth chart forms, horoscope apps, event planners, and any feature that needs place-to-coordinates resolution. Fully offline dataset with no third party geocoding call, and fields that map directly to the astrology endpoints. One key covers every RoxyAPI domain, with Remote MCP and typed SDKs."
78+
"description": "Location and timezone API with city search and geocoding across 23,000+ cities in 240+ countries, returning latitude, longitude, IANA timezone, and DST-aware UTC offset. The location layer for birth chart forms, horoscope apps, event planners, and any feature that needs place-to-coordinates resolution. Fully offline dataset with no third party geocoding call, and fields that map directly to the astrology endpoints. One key covers every RoxyAPI domain, with Remote MCP and typed SDKs."
7979
},
8080
{
8181
"name": "Usage",

src/roxy_sdk/factory.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2545,7 +2545,7 @@ async def list_yogas_async(self, *, family: str | None = None, lang: str | None
25452545

25462546

25472547
class ForecastDomain(_BaseDomain):
2548-
"""Merge upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm critical days, and..."""
2548+
"""Forecast API that merges upcoming transit aspects, sign ingresses, retrograde stations, new and full moons, biorhythm..."""
25492549

25502550
def find_significant_dates(self, *, birth_data: dict[str, Any], start_date: str | None = None, end_date: str | None = None, domains: list[str] | None = None, min_significance: float | None = None, domain_weights: dict[str, Any] | None = None, lang: str | None = None) -> Any:
25512551
"""Significant dates - High-significance cross-domain forecast highlights"""
@@ -4473,7 +4473,7 @@ async def list_angel_numbers_async(self, *, limit: int | None = None, offset: st
44734473

44744474

44754475
class LocationDomain(_BaseDomain):
4476-
"""City search and geocoding API with 23,000+ cities across 240+ countries, returning latitude, longitude, IANA timezone..."""
4476+
"""Location and timezone API with city search and geocoding across 23,000+ cities in 240+ countries, returning latitude,..."""
44774477

44784478
def get_cities_by_country(self, *, iso2: str, limit: int | None = None, offset: str | None = None) -> Any:
44794479
"""Get cities in a country - Geocoding directory sorted by population"""

src/roxy_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.1.54"
1+
VERSION = "0.1.55"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)