File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.19.1 "
2+ "." : " 1.19.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.19.2 (2026-02-13)
4+
5+ Full Changelog: [ v1.19.1...v1.19.2] ( https://github.com/OneBusAway/python-sdk/compare/v1.19.1...v1.19.2 )
6+
7+ ### Chores
8+
9+ * format all ` api.md ` files ([ a800c7d] ( https://github.com/OneBusAway/python-sdk/commit/a800c7de6f87bf874032cabc42285ac1f27e4a7b ) )
10+ * ** internal:** fix lint error on Python 3.14 ([ 790e84d] ( https://github.com/OneBusAway/python-sdk/commit/790e84dee02f5b6a1a4a2a5180c641c79ab7e49a ) )
11+
312## 1.19.1 (2026-02-10)
413
514Full Changelog: [ v1.19.0...v1.19.1] ( https://github.com/OneBusAway/python-sdk/compare/v1.19.0...v1.19.1 )
Original file line number Diff line number Diff line change 11[project ]
22name = " onebusaway"
3- version = " 1.19.1 "
3+ version = " 1.19.2 "
44description = " The official Python library for the onebusaway-sdk API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
@@ -69,7 +69,7 @@ format = { chain = [
6969 # run formatting again to fix any inconsistencies when imports are stripped
7070 " format:ruff" ,
7171]}
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)' "
7373"format:ruff" = " ruff format"
7474
7575"lint" = { chain = [
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def is_union(tp: Optional[Type[Any]]) -> bool:
2626 else :
2727 import types
2828
29- return tp is Union or tp is types .UnionType
29+ return tp is Union or tp is types .UnionType # type: ignore[comparison-overlap]
3030
3131
3232def is_typeddict (tp : Type [Any ]) -> bool :
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "onebusaway"
4- __version__ = "1.19.1 " # x-release-please-version
4+ __version__ = "1.19.2 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments