File tree Expand file tree Collapse file tree 6 files changed +22
-6
lines changed
Expand file tree Collapse file tree 6 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 3636 run : ./scripts/lint
3737
3838 build :
39- if : github.repository == 'stainless-sdks/supermemory-new-python' && (github. event_name == 'push' || github.event.pull_request.head.repo.fork)
39+ if : github.event_name == 'push' || github.event.pull_request.head.repo.fork
4040 timeout-minutes : 10
4141 name : build
4242 permissions :
@@ -61,12 +61,14 @@ jobs:
6161 run : rye build
6262
6363 - name : Get GitHub OIDC Token
64+ if : github.repository == 'stainless-sdks/supermemory-new-python'
6465 id : github-oidc
6566 uses : actions/github-script@v6
6667 with :
6768 script : core.setOutput('github_token', await core.getIDToken());
6869
6970 - name : Upload tarball
71+ if : github.repository == 'stainless-sdks/supermemory-new-python'
7072 env :
7173 URL : https://pkg.stainless.com/s
7274 AUTH : ${{ steps.github-oidc.outputs.github_token }}
Original file line number Diff line number Diff line change 11{
2- "." : " 3.0.0-alpha.26 "
2+ "." : " 3.0.0-alpha.27 "
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 18
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-d52acd1a525b4bfe9f4befcc3a645f5d1289d75e7bad999cf1330e539b2ed84e .yml
3- openapi_spec_hash : c34df5406cfa4d245812d30f99d28116
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-3d4dd8ac24dba1f3cd5632eedbabafdac2ca7a2c4b99376d0896437497992861 .yml
3+ openapi_spec_hash : 2ae20c06f18b7be58fabcfd6db1b5acf
44config_hash : 9b9291a6c872b063900a46386729ba3c
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.0.0-alpha.27 (2025-08-24)
4+
5+ Full Changelog: [ v3.0.0-alpha.26...v3.0.0-alpha.27] ( https://github.com/supermemoryai/python-sdk/compare/v3.0.0-alpha.26...v3.0.0-alpha.27 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ 27dcd49] ( https://github.com/supermemoryai/python-sdk/commit/27dcd49c6bbf1c4c1bc11acc02c852a8849f158a ) )
10+ * ** api:** api update ([ cf6d58b] ( https://github.com/supermemoryai/python-sdk/commit/cf6d58befc0f976222f875eb74594b64a4e36803 ) )
11+
12+
13+ ### Chores
14+
15+ * update github action ([ 65d9e06] ( https://github.com/supermemoryai/python-sdk/commit/65d9e06acc7a7cbabefb2625c4404848681c0e03 ) )
16+
317## 3.0.0-alpha.26 (2025-08-15)
418
519Full Changelog: [ v3.0.0-alpha.25...v3.0.0-alpha.26] ( https://github.com/supermemoryai/python-sdk/compare/v3.0.0-alpha.25...v3.0.0-alpha.26 )
Original file line number Diff line number Diff line change 11[project ]
22name = " supermemory"
3- version = " 3.0.0-alpha.26 "
3+ version = " 3.0.0-alpha.27 "
44description = " The official Python library for the supermemory API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
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__ = "supermemory"
4- __version__ = "3.0.0-alpha.26 " # x-release-please-version
4+ __version__ = "3.0.0-alpha.27 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments