cas-parser-python 1.2.0__tar.gz → 1.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. cas_parser_python-1.2.1/.release-please-manifest.json +3 -0
  2. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/CHANGELOG.md +8 -0
  3. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/PKG-INFO +1 -1
  4. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/pyproject.toml +2 -2
  5. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/requirements-dev.lock +10 -10
  6. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/requirements.lock +4 -4
  7. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_utils/_compat.py +1 -1
  8. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_version.py +1 -1
  9. cas_parser_python-1.2.0/.release-please-manifest.json +0 -3
  10. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/.gitignore +0 -0
  11. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/CONTRIBUTING.md +0 -0
  12. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/LICENSE +0 -0
  13. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/README.md +0 -0
  14. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/SECURITY.md +0 -0
  15. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/api.md +0 -0
  16. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/bin/check-release-environment +0 -0
  17. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/bin/publish-pypi +0 -0
  18. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/examples/.keep +0 -0
  19. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/noxfile.py +0 -0
  20. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/release-please-config.json +0 -0
  21. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/__init__.py +0 -0
  22. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_base_client.py +0 -0
  23. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_client.py +0 -0
  24. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_compat.py +0 -0
  25. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_constants.py +0 -0
  26. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_exceptions.py +0 -0
  27. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_files.py +0 -0
  28. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_models.py +0 -0
  29. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_qs.py +0 -0
  30. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_resource.py +0 -0
  31. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_response.py +0 -0
  32. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_streaming.py +0 -0
  33. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_types.py +0 -0
  34. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_utils/__init__.py +0 -0
  35. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_utils/_datetime_parse.py +0 -0
  36. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_utils/_json.py +0 -0
  37. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_utils/_logs.py +0 -0
  38. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_utils/_proxy.py +0 -0
  39. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_utils/_reflection.py +0 -0
  40. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_utils/_resources_proxy.py +0 -0
  41. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_utils/_streams.py +0 -0
  42. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_utils/_sync.py +0 -0
  43. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_utils/_transform.py +0 -0
  44. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_utils/_typing.py +0 -0
  45. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/_utils/_utils.py +0 -0
  46. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/lib/.keep +0 -0
  47. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/py.typed +0 -0
  48. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/resources/__init__.py +0 -0
  49. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/resources/cas_parser.py +0 -0
  50. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/types/__init__.py +0 -0
  51. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/types/cas_parser_cams_kfintech_params.py +0 -0
  52. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/types/cas_parser_cdsl_params.py +0 -0
  53. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/types/cas_parser_nsdl_params.py +0 -0
  54. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/types/cas_parser_smart_parse_params.py +0 -0
  55. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/src/cas_parser/types/unified_response.py +0 -0
  56. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/__init__.py +0 -0
  57. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/api_resources/__init__.py +0 -0
  58. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/api_resources/test_cas_parser.py +0 -0
  59. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/conftest.py +0 -0
  60. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/sample_file.txt +0 -0
  61. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/test_client.py +0 -0
  62. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/test_deepcopy.py +0 -0
  63. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/test_extract_files.py +0 -0
  64. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/test_files.py +0 -0
  65. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/test_models.py +0 -0
  66. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/test_qs.py +0 -0
  67. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/test_required_args.py +0 -0
  68. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/test_response.py +0 -0
  69. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/test_streaming.py +0 -0
  70. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/test_transform.py +0 -0
  71. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/test_utils/test_datetime_parse.py +0 -0
  72. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/test_utils/test_json.py +0 -0
  73. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/test_utils/test_proxy.py +0 -0
  74. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/test_utils/test_typing.py +0 -0
  75. {cas_parser_python-1.2.0 → cas_parser_python-1.2.1}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "1.2.1"
3
+ }
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.1 (2026-02-14)
4
+
5
+ Full Changelog: [v1.2.0...v1.2.1](https://github.com/CASParser/cas-parser-python/compare/v1.2.0...v1.2.1)
6
+
7
+ ### Chores
8
+
9
+ * update SDK settings ([0231f54](https://github.com/CASParser/cas-parser-python/commit/0231f540b484945a3bbc5d023a11197913e56642))
10
+
3
11
  ## 1.2.0 (2026-02-03)
4
12
 
5
13
  Full Changelog: [v1.1.0...v1.2.0](https://github.com/CASParser/cas-parser-python/compare/v1.1.0...v1.2.0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: cas-parser-python
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: The official Python library for the CAS Parser API
5
5
  Project-URL: Homepage, https://github.com/CASParser/cas-parser-python
6
6
  Project-URL: Repository, https://github.com/CASParser/cas-parser-python
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cas-parser-python"
3
- version = "1.2.0"
3
+ version = "1.2.1"
4
4
  description = "The official Python library for the CAS Parser API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -69,7 +69,7 @@ format = { chain = [
69
69
  # run formatting again to fix any inconsistencies when imports are stripped
70
70
  "format:ruff",
71
71
  ]}
72
- "format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md"
72
+ "format:docs" = "bash -c 'python scripts/utils/ruffen-docs.py README.md $(find . -type f -name api.md)'"
73
73
  "format:ruff" = "ruff format"
74
74
 
75
75
  "lint" = { chain = [
@@ -12,14 +12,14 @@
12
12
  -e file:.
13
13
  aiohappyeyeballs==2.6.1
14
14
  # via aiohttp
15
- aiohttp==3.13.2
15
+ aiohttp==3.13.3
16
16
  # via cas-parser-python
17
17
  # via httpx-aiohttp
18
18
  aiosignal==1.4.0
19
19
  # via aiohttp
20
20
  annotated-types==0.7.0
21
21
  # via pydantic
22
- anyio==4.12.0
22
+ anyio==4.12.1
23
23
  # via cas-parser-python
24
24
  # via httpx
25
25
  argcomplete==3.6.3
@@ -31,7 +31,7 @@ attrs==25.4.0
31
31
  # via nox
32
32
  backports-asyncio-runner==1.2.0
33
33
  # via pytest-asyncio
34
- certifi==2025.11.12
34
+ certifi==2026.1.4
35
35
  # via httpcore
36
36
  # via httpx
37
37
  colorlog==6.10.1
@@ -61,7 +61,7 @@ httpx==0.28.1
61
61
  # via cas-parser-python
62
62
  # via httpx-aiohttp
63
63
  # via respx
64
- httpx-aiohttp==0.1.9
64
+ httpx-aiohttp==0.1.12
65
65
  # via cas-parser-python
66
66
  humanize==4.13.0
67
67
  # via nox
@@ -69,7 +69,7 @@ idna==3.11
69
69
  # via anyio
70
70
  # via httpx
71
71
  # via yarl
72
- importlib-metadata==8.7.0
72
+ importlib-metadata==8.7.1
73
73
  iniconfig==2.1.0
74
74
  # via pytest
75
75
  markdown-it-py==3.0.0
@@ -82,14 +82,14 @@ multidict==6.7.0
82
82
  mypy==1.17.0
83
83
  mypy-extensions==1.1.0
84
84
  # via mypy
85
- nodeenv==1.9.1
85
+ nodeenv==1.10.0
86
86
  # via pyright
87
87
  nox==2025.11.12
88
88
  packaging==25.0
89
89
  # via dependency-groups
90
90
  # via nox
91
91
  # via pytest
92
- pathspec==0.12.1
92
+ pathspec==1.0.3
93
93
  # via mypy
94
94
  platformdirs==4.4.0
95
95
  # via virtualenv
@@ -115,13 +115,13 @@ python-dateutil==2.9.0.post0
115
115
  # via time-machine
116
116
  respx==0.22.0
117
117
  rich==14.2.0
118
- ruff==0.14.7
118
+ ruff==0.14.13
119
119
  six==1.17.0
120
120
  # via python-dateutil
121
121
  sniffio==1.3.1
122
122
  # via cas-parser-python
123
123
  time-machine==2.19.0
124
- tomli==2.3.0
124
+ tomli==2.4.0
125
125
  # via dependency-groups
126
126
  # via mypy
127
127
  # via nox
@@ -141,7 +141,7 @@ typing-extensions==4.15.0
141
141
  # via virtualenv
142
142
  typing-inspection==0.4.2
143
143
  # via pydantic
144
- virtualenv==20.35.4
144
+ virtualenv==20.36.1
145
145
  # via nox
146
146
  yarl==1.22.0
147
147
  # via aiohttp
@@ -12,21 +12,21 @@
12
12
  -e file:.
13
13
  aiohappyeyeballs==2.6.1
14
14
  # via aiohttp
15
- aiohttp==3.13.2
15
+ aiohttp==3.13.3
16
16
  # via cas-parser-python
17
17
  # via httpx-aiohttp
18
18
  aiosignal==1.4.0
19
19
  # via aiohttp
20
20
  annotated-types==0.7.0
21
21
  # via pydantic
22
- anyio==4.12.0
22
+ anyio==4.12.1
23
23
  # via cas-parser-python
24
24
  # via httpx
25
25
  async-timeout==5.0.1
26
26
  # via aiohttp
27
27
  attrs==25.4.0
28
28
  # via aiohttp
29
- certifi==2025.11.12
29
+ certifi==2026.1.4
30
30
  # via httpcore
31
31
  # via httpx
32
32
  distro==1.9.0
@@ -43,7 +43,7 @@ httpcore==1.0.9
43
43
  httpx==0.28.1
44
44
  # via cas-parser-python
45
45
  # via httpx-aiohttp
46
- httpx-aiohttp==0.1.9
46
+ httpx-aiohttp==0.1.12
47
47
  # via cas-parser-python
48
48
  idna==3.11
49
49
  # via anyio
@@ -26,7 +26,7 @@ def is_union(tp: Optional[Type[Any]]) -> bool:
26
26
  else:
27
27
  import types
28
28
 
29
- return tp is Union or tp is types.UnionType
29
+ return tp is Union or tp is types.UnionType # type: ignore[comparison-overlap]
30
30
 
31
31
 
32
32
  def is_typeddict(tp: Type[Any]) -> bool:
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "cas_parser"
4
- __version__ = "1.2.0" # x-release-please-version
4
+ __version__ = "1.2.1" # x-release-please-version
@@ -1,3 +0,0 @@
1
- {
2
- ".": "1.2.0"
3
- }