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
6 changes: 4 additions & 2 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
with:
version: '0.9.13'

- name: Publish to PyPI (OIDC trusted publishing)
- name: Build
run: |
rm -rf dist
uv build
uv publish --trusted-publishing always

- name: Publish to PyPI (OIDC + PEP 740 attestations)
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/create-github-app-token@v3
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: app-token
with:
client-id: ${{ vars.INCREASE_RELEASES_CLIENT_ID }}
private-key: ${{ secrets.INCREASE_RELEASES_PRIVATE_KEY }}
- uses: actions/checkout@v6
- uses: Increase/release-please@v1
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: Increase/release-please@a9c58f256d7c7443d63d4b42d16f9ee6a04616e2 # v1.0.0
with:
token: ${{ steps.app-token.outputs.token }}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
configured_endpoints: 238
openapi_spec_hash: 97592a4f24ae885bcf0c7408a3f3eac3
openapi_spec_hash: ed21325b0e3f886a49c45d2decc4f5d0
config_hash: 2ae0d8aaecf01b38cbf9f9e112822c23
2 changes: 1 addition & 1 deletion scripts/mock

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions src/increase/types/inbound_fednow_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,12 @@ class InboundFednowTransfer(BaseModel):
For this resource it will always be `inbound_fednow_transfer`.
"""

unique_end_to_end_transaction_reference: Optional[str] = None
"""
The Unique End-to-end Transaction Reference
([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr))
of the transfer.
"""

unstructured_remittance_information: Optional[str] = None
"""Additional information included with the transfer."""
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading