Skip to content

Commit d35c5be

Browse files
release: v0.1.39
1 parent 6d43c6f commit d35c5be

5 files changed

Lines changed: 10 additions & 11 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.38"
7+
version = "0.1.39"
88
description = "Python SDK for RoxyAPI. Astrology, tarot, numerology, and more."
99
readme = "README.md"
1010
license = "MIT"

specs/openapi.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
{
6565
"name": "Crystals and Healing Stones",
66-
"description": "Crystal healing API with 80 healing crystals and gemstones and their spiritual, emotional, and physical properties. Filter by chakra (Root through Crown), zodiac sign, or element, search by keyword, browse birthstones by month, discover crystal pairings, and get random or daily crystal picks. Includes Mohs hardness, numerological vibration, and planetary associations per stone. Built for wellness apps, crystal shops, chakra-balancing tools, astrology integrations, and AI spiritual advisors. One key covers every RoxyAPI domain, with Remote MCP and typed SDKs."
66+
"description": "Crystal healing API covering the most popular and widely-searched healing crystals and gemstones, from Amethyst and Rose Quartz to Moldavite and Selenite, each with its spiritual, emotional, and physical properties. Filter by chakra (Root through Crown), zodiac sign, or element, search by keyword, browse birthstones by month, discover crystal pairings, and get random or daily crystal picks. Includes Mohs hardness, numerological vibration, and planetary associations per stone. Built for wellness apps, crystal shops, chakra-balancing tools, astrology integrations, and AI spiritual advisors. One key covers every RoxyAPI domain, with Remote MCP and typed SDKs."
6767
},
6868
{
6969
"name": "Dreams",
@@ -68448,10 +68448,10 @@
6844868448
"schema": {
6844968449
"type": "string",
6845068450
"example": "amethyst",
68451-
"description": "URL-safe crystal identifier to find pairings for (e.g., \"amethyst\", \"rose-quartz\")."
68451+
"description": "URL-safe crystal identifier to find pairings for, case-insensitive (e.g., \"amethyst\", \"Amethyst\", \"rose-quartz\" all resolve)."
6845268452
},
6845368453
"required": true,
68454-
"description": "URL-safe crystal identifier to find pairings for (e.g., \"amethyst\", \"rose-quartz\").",
68454+
"description": "URL-safe crystal identifier to find pairings for, case-insensitive (e.g., \"amethyst\", \"Amethyst\", \"rose-quartz\" all resolve).",
6845568455
"name": "id",
6845668456
"in": "path"
6845768457
},
@@ -70101,7 +70101,6 @@
7010170101
"properties": {
7010270102
"total": {
7010370103
"type": "number",
70104-
"example": 80,
7010570104
"description": "Total number of crystals matching the filter criteria."
7010670105
},
7010770106
"limit": {
@@ -70395,10 +70394,10 @@
7039570394
"schema": {
7039670395
"type": "string",
7039770396
"example": "amethyst",
70398-
"description": "URL-safe crystal identifier (e.g., \"amethyst\", \"rose-quartz\", \"black-tourmaline\"). Must match an entry in the database."
70397+
"description": "URL-safe crystal identifier, case-insensitive (e.g., \"amethyst\", \"Amethyst\", \"rose-quartz\" all resolve). Must match an entry in the database."
7039970398
},
7040070399
"required": true,
70401-
"description": "URL-safe crystal identifier (e.g., \"amethyst\", \"rose-quartz\", \"black-tourmaline\"). Must match an entry in the database.",
70400+
"description": "URL-safe crystal identifier, case-insensitive (e.g., \"amethyst\", \"Amethyst\", \"rose-quartz\" all resolve). Must match an entry in the database.",
7040270401
"name": "id",
7040370402
"in": "path"
7040470403
},

src/roxy_sdk/factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3443,7 +3443,7 @@ async def lookup_hexagram_async(self, *, lines: str | None = None, lang: str | N
34433443

34443444

34453445
class CrystalsDomain(_BaseDomain):
3446-
"""Crystal healing API with 80 healing crystals and gemstones and their spiritual, emotional, and physical properties"""
3446+
"""Crystal healing API covering the most popular and widely-searched healing crystals and gemstones, from Amethyst and R..."""
34473447

34483448
def get_birthstones(self, *, month: str, lang: str | None = None) -> Any:
34493449
"""Birthstone Crystals by Month"""

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.38"
1+
VERSION = "0.1.39"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)