Skip to content

Commit 6b9a36a

Browse files
release: v0.1.62
1 parent fc58261 commit 6b9a36a

4 files changed

Lines changed: 12 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.61"
7+
version = "0.1.62"
88
description = "Python SDK for RoxyAPI. Astrology, tarot, numerology, and more."
99
readme = "README.md"
1010
license = "MIT"

specs/openapi.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23358,7 +23358,7 @@
2335823358
"Western Astrology"
2335923359
],
2336023360
"summary": "Composite Chart - Midpoint relationship chart with interpretations",
23361-
"description": "Generate a composite chart by calculating midpoints between two natal charts. The composite chart represents the relationship as a single entity, showing its core identity, emotional bond, communication style, and growth direction. Returns composite planetary positions, house cusps, Ascendant, Midheaven, aspects, and relationship interpretation. Composite chart API, midpoint chart calculator, relationship astrology, couple chart analysis.",
23361+
"description": "Generate a composite chart by calculating midpoints between two natal charts. The composite chart represents the relationship as a single entity, showing its core identity, emotional bond, communication style, and growth direction. Uses the midpoint method: planets, angles and house cusps are each the midpoint of the two natal values, so the Ascendant always sits on the first cusp. Returns composite planetary positions, house cusps, Ascendant, Midheaven, aspects, and relationship interpretation. Composite chart API, midpoint chart calculator, relationship astrology, couple chart analysis.",
2336223362
"security": [
2336323363
{
2336423364
"apiKey": []
@@ -23810,7 +23810,7 @@
2381023810
"longitude"
2381123811
]
2381223812
},
23813-
"description": "Composite house cusps. Each house represents shared life areas in the relationship."
23813+
"description": "Composite house cusps, each the midpoint of the two natal cusps. Each house represents shared life areas in the relationship."
2381423814
},
2381523815
"compositeAscendant": {
2381623816
"type": "object",
@@ -63346,12 +63346,17 @@
6334663346
"planet": {
6334763347
"type": "string",
6334863348
"example": "Sun",
63349-
"description": "Activating body whose substructure feeds this arrow. Determination and Motivation come from the Sun, Environment and Perspective from the North Node."
63349+
"description": "Activating body whose substructure feeds this arrow. Determination and Motivation come from the Sun, Environment and Perspective from the North Node. Always English, whatever the lang parameter says, so it stays safe to compare against in code and to key a glyph table on. Use planetLocalized for anything a reader sees."
63350+
},
63351+
"planetLocalized": {
63352+
"type": "string",
63353+
"example": "Sol",
63354+
"description": "Activating body name in the requested language, for display only. Present only when lang is set to a language other than English, since in English it would repeat its canonical partner field exactly. Never compare against this value, compare against the canonical field beside it."
6335063355
},
6335163356
"side": {
6335263357
"type": "string",
6335363358
"example": "design",
63354-
"description": "Chart side of the activation. Determination and Environment come from the design side, Perspective and Motivation from the personality side."
63359+
"description": "Chart side of the activation. Determination and Environment come from the design side, Perspective and Motivation from the personality side. Always English, whatever the lang parameter says, so it stays safe to compare against in code."
6335563360
}
6335663361
},
6335763362
"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.61"
1+
VERSION = "0.1.62"

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)