Skip to content

Commit b9ba966

Browse files
release: v0.1.11
1 parent 38a7031 commit b9ba966

3 files changed

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

specs/openapi.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6812,6 +6812,18 @@
68126812
"weapon": {
68136813
"type": "string",
68146814
"description": "Secret weapon or superpower of this sign."
6815+
},
6816+
"compatibleSigns": {
6817+
"type": "array",
6818+
"items": {
6819+
"type": "string"
6820+
},
6821+
"example": [
6822+
"Leo",
6823+
"Sagittarius",
6824+
"Gemini"
6825+
],
6826+
"description": "Most compatible zodiac signs for this sign. Trine partners (same element, 120 degrees apart) listed first, followed by a sextile partner (complementary element, 60 degrees apart). Use for compatibility widgets, dating app onboarding, sign profile cards, and zodiac matchmaking."
68156827
}
68166828
},
68176829
"required": [
@@ -6823,7 +6835,8 @@
68236835
"rulingPlanet",
68246836
"dates",
68256837
"keywords",
6826-
"description"
6838+
"description",
6839+
"compatibleSigns"
68276840
]
68286841
}
68296842
}
@@ -15336,7 +15349,7 @@
1533615349
"Sagittarius",
1533715350
"Gemini"
1533815351
],
15339-
"description": "Most compatible zodiac signs today. First sign is where Venus transits, second is the Moon sign, remainder from elemental harmony."
15352+
"description": "Most compatible zodiac signs for this sign. Trine partners (same element) followed by a sextile partner (complementary element). Use for compatibility widgets, dating app onboarding, and horoscope cards."
1534015353
},
1534115354
"activeTransits": {
1534215355
"type": "array",
@@ -15734,7 +15747,7 @@
1573415747
"Sagittarius",
1573515748
"Gemini"
1573615749
],
15737-
"description": "Most compatible signs this week."
15750+
"description": "Most compatible zodiac signs for this sign. Trine partners (same element) followed by a sextile partner (complementary element)."
1573815751
}
1573915752
},
1574015753
"required": [
@@ -16139,7 +16152,7 @@
1613916152
"Sagittarius",
1614016153
"Gemini"
1614116154
],
16142-
"description": "Most compatible signs this month."
16155+
"description": "Most compatible zodiac signs for this sign. Trine partners (same element) followed by a sextile partner (complementary element)."
1614316156
}
1614416157
},
1614516158
"required": [

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.10"
1+
VERSION = "0.1.11"

0 commit comments

Comments
 (0)