Skip to content

Commit ea9c503

Browse files
Merge pull request #25 from CASParser/release-please--branches--main--changes--next
release: 1.14.0
2 parents 96d28d3 + 3e488cf commit ea9c503

6 files changed

Lines changed: 19 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.13.0"
2+
".": "1.14.0"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 20
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser/cas-parser-26d0931f3488af784c16303683cbf24225c727615fd32ee071144974e7c59670.yml
3-
openapi_spec_hash: 242a5f4d982645a25e0d66ef088940a5
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser/cas-parser-cd8e042a9746bbe9bd180614fccc7597b85f4e8f6a29da6cd2f4cbf831fb2fbe.yml
3+
openapi_spec_hash: e27c0d9cd8cdeb348c88e6c4e8777e39
44
config_hash: 5509bb7a961ae2e79114b24c381606d4

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.14.0 (2026-08-02)
4+
5+
Full Changelog: [v1.13.0...v1.14.0](https://github.com/CASParser/cas-parser-python/compare/v1.13.0...v1.14.0)
6+
7+
### Features
8+
9+
* **api:** api update ([eedc455](https://github.com/CASParser/cas-parser-python/commit/eedc455ea10dcd74be28e5a726bfc45d4dba3f81))
10+
311
## 1.13.0 (2026-07-26)
412

513
Full Changelog: [v1.12.0...v1.13.0](https://github.com/CASParser/cas-parser-python/compare/v1.12.0...v1.13.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cas-parser-python"
3-
version = "1.13.0"
3+
version = "1.14.0"
44
description = "The official Python library for the cas-parser API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/cas_parser/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "cas_parser"
4-
__version__ = "1.13.0" # x-release-please-version
4+
__version__ = "1.14.0" # x-release-please-version

src/cas_parser/types/unified_response.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,12 @@ class MutualFundSchemeAdditionalInfo(BaseModel):
364364
close_units: Optional[float] = None
365365
"""Closing balance units for the statement period"""
366366

367+
is_demat: Optional[bool] = None
368+
"""Whether the scheme is held in demat form (CAMS/KFintech).
369+
370+
true = Demat, false = Non-Demat, null = not specified.
371+
"""
372+
367373
open_units: Optional[float] = None
368374
"""Opening balance units for the statement period"""
369375

0 commit comments

Comments
 (0)