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.24.0 "
2+ "." : " 1.24.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.24.1 (2026-04-01)
4+
5+ Full Changelog: [ v1.24.0...v1.24.1] ( https://github.com/OneBusAway/python-sdk/compare/v1.24.0...v1.24.1 )
6+
7+ ### Chores
8+
9+ * ** tests:** bump steady to v0.20.1 ([ 5fb2fbf] ( https://github.com/OneBusAway/python-sdk/commit/5fb2fbfcd95cd4db968c0c2e592c063e6b9a5135 ) )
10+ * ** tests:** bump steady to v0.20.2 ([ 007d6fd] ( https://github.com/OneBusAway/python-sdk/commit/007d6fdf2b3f40022fd4e40ec794defdd933115e ) )
11+
312## 1.24.0 (2026-03-29)
413
514Full Changelog: [ v1.23.0...v1.24.0] ( https://github.com/OneBusAway/python-sdk/compare/v1.23.0...v1.24.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " onebusaway"
3- version = " 1.24.0 "
3+ version = " 1.24.1 "
44description = " The official Python library for the onebusaway-sdk API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ echo "==> Starting mock server with URL ${URL}"
2222# Run steady mock on the given spec
2323if [ " $1 " == " --daemon" ]; then
2424 # Pre-install the package so the download doesn't eat into the startup timeout
25- npm exec --package=@stdy/cli@0.19.7 -- steady --version
25+ npm exec --package=@stdy/cli@0.20.2 -- steady --version
2626
27- npm exec --package=@stdy/cli@0.19.7 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=repeat --validator-form-array-format=repeat --validator-query-object-format=brackets --validator-form-object-format=brackets " $URL " & > .stdy.log &
27+ npm exec --package=@stdy/cli@0.20.2 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=repeat --validator-form-array-format=repeat --validator-query-object-format=brackets --validator-form-object-format=brackets " $URL " & > .stdy.log &
2828
2929 # Wait for server to come online via health endpoint (max 30s)
3030 echo -n " Waiting for server"
@@ -48,5 +48,5 @@ if [ "$1" == "--daemon" ]; then
4848
4949 echo
5050else
51- npm exec --package=@stdy/cli@0.19.7 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=repeat --validator-form-array-format=repeat --validator-query-object-format=brackets --validator-form-object-format=brackets " $URL "
51+ npm exec --package=@stdy/cli@0.20.2 -- steady --host 127.0.0.1 -p 4010 --validator-query-array-format=repeat --validator-form-array-format=repeat --validator-query-object-format=brackets --validator-form-object-format=brackets " $URL "
5252fi
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ elif ! steady_is_running ; then
4343 echo -e " To run the server, pass in the path or url of your OpenAPI"
4444 echo -e " spec to the steady command:"
4545 echo
46- echo -e " \$ ${YELLOW} npm exec --package=@stdy/cli@0.19.7 -- steady path/to/your.openapi.yml --host 127.0.0.1 -p 4010 --validator-query-array-format=repeat --validator-form-array-format=repeat --validator-query-object-format=brackets --validator-form-object-format=brackets${NC} "
46+ echo -e " \$ ${YELLOW} npm exec --package=@stdy/cli@0.20.2 -- steady path/to/your.openapi.yml --host 127.0.0.1 -p 4010 --validator-query-array-format=repeat --validator-form-array-format=repeat --validator-query-object-format=brackets --validator-form-object-format=brackets${NC} "
4747 echo
4848
4949 exit 1
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.24.0 " # x-release-please-version
4+ __version__ = "1.24.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments