Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 5
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cas-parser%2Fcas-parser-b7fdba3d3f97c7debc22c7ca30b828bce81bcd64648df8c94029b27a3321ebb9.yml
openapi_spec_hash: 03f1315f1d32ada42445ca920f047dff
config_hash: a09a453fc58f48d89b5b8fce49bfb354
config_hash: 3b87fe01dc5604f4c7ae72e273509802
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.0.1 (2025-08-18)

Full Changelog: [v1.0.0...v1.0.1](https://github.com/CASParser/cas-parser-python/compare/v1.0.0...v1.0.1)

### Chores

* update SDK settings ([83e97ee](https://github.com/CASParser/cas-parser-python/commit/83e97eef5fe5c02d181c8eeea271f661cd4b8830))

## 1.0.0 (2025-08-18)

Full Changelog: [v0.0.1...v1.0.0](https://github.com/CASParser/cas-parser-python/compare/v0.0.1...v1.0.0)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cas Parser Python API library

<!-- prettier-ignore -->
[![PyPI version](https://img.shields.io/pypi/v/cas_parser.svg?label=pypi%20(stable))](https://pypi.org/project/cas_parser/)
[![PyPI version](https://img.shields.io/pypi/v/cas-parser-python.svg?label=pypi%20(stable))](https://pypi.org/project/cas-parser-python/)

The Cas Parser Python library provides convenient access to the Cas Parser REST API from any Python 3.8+
application. The library includes type definitions for all request params and response fields,
Expand All @@ -17,7 +17,7 @@ The REST API documentation can be found on [docs.casparser.in](https://docs.casp

```sh
# install from PyPI
pip install cas_parser
pip install cas-parser-python
```

## Usage
Expand Down Expand Up @@ -79,7 +79,7 @@ You can enable this by installing `aiohttp`:

```sh
# install from PyPI
pip install cas_parser[aiohttp]
pip install cas-parser-python[aiohttp]
```

Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cas_parser"
version = "1.0.0"
name = "cas-parser-python"
version = "1.0.1"
description = "The official Python library for the CAS Parser API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
16 changes: 8 additions & 8 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.12.8
# via cas-parser
# via cas-parser-python
# via httpx-aiohttp
aiosignal==1.3.2
# via aiohttp
annotated-types==0.6.0
# via pydantic
anyio==4.4.0
# via cas-parser
# via cas-parser-python
# via httpx
argcomplete==3.1.2
# via nox
Expand All @@ -37,7 +37,7 @@ dirty-equals==0.6.0
distlib==0.3.7
# via virtualenv
distro==1.8.0
# via cas-parser
# via cas-parser-python
exceptiongroup==1.2.2
# via anyio
# via pytest
Expand All @@ -53,11 +53,11 @@ h11==0.16.0
httpcore==1.0.9
# via httpx
httpx==0.28.1
# via cas-parser
# via cas-parser-python
# via httpx-aiohttp
# via respx
httpx-aiohttp==0.1.8
# via cas-parser
# via cas-parser-python
idna==3.4
# via anyio
# via httpx
Expand Down Expand Up @@ -90,7 +90,7 @@ propcache==0.3.1
# via aiohttp
# via yarl
pydantic==2.10.3
# via cas-parser
# via cas-parser-python
pydantic-core==2.27.1
# via pydantic
pygments==2.18.0
Expand All @@ -114,14 +114,14 @@ six==1.16.0
# via python-dateutil
sniffio==1.3.0
# via anyio
# via cas-parser
# via cas-parser-python
time-machine==2.9.0
tomli==2.0.2
# via mypy
# via pytest
typing-extensions==4.12.2
# via anyio
# via cas-parser
# via cas-parser-python
# via multidict
# via mypy
# via pydantic
Expand Down
16 changes: 8 additions & 8 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.12.8
# via cas-parser
# via cas-parser-python
# via httpx-aiohttp
aiosignal==1.3.2
# via aiohttp
annotated-types==0.6.0
# via pydantic
anyio==4.4.0
# via cas-parser
# via cas-parser-python
# via httpx
async-timeout==5.0.1
# via aiohttp
Expand All @@ -30,7 +30,7 @@ certifi==2023.7.22
# via httpcore
# via httpx
distro==1.8.0
# via cas-parser
# via cas-parser-python
exceptiongroup==1.2.2
# via anyio
frozenlist==1.6.2
Expand All @@ -41,10 +41,10 @@ h11==0.16.0
httpcore==1.0.9
# via httpx
httpx==0.28.1
# via cas-parser
# via cas-parser-python
# via httpx-aiohttp
httpx-aiohttp==0.1.8
# via cas-parser
# via cas-parser-python
idna==3.4
# via anyio
# via httpx
Expand All @@ -56,15 +56,15 @@ propcache==0.3.1
# via aiohttp
# via yarl
pydantic==2.10.3
# via cas-parser
# via cas-parser-python
pydantic-core==2.27.1
# via pydantic
sniffio==1.3.0
# via anyio
# via cas-parser
# via cas-parser-python
typing-extensions==4.12.2
# via anyio
# via cas-parser
# via cas-parser-python
# via multidict
# via pydantic
# via pydantic-core
Expand Down
2 changes: 1 addition & 1 deletion src/cas_parser/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "cas_parser"
__version__ = "1.0.0" # x-release-please-version
__version__ = "1.0.1" # x-release-please-version