Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jul 23, 2025

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Python SDK Changes Detected:

  • ragie.responses.create(): Added
  • ragie.responses.get(): Added
  • ragie.documents.list(): error.status[500] Added
  • ragie.documents.create(): error.status[500] Added
  • ragie.documents.create_raw(): error.status[500] Added
  • ragie.documents.create_document_from_url(): error.status[500] Added
  • ragie.documents.get(): error.status[500] Added
  • ragie.documents.delete(): error.status[500] Added
  • ragie.documents.update_file(): error.status[500] Added
  • ragie.documents.update_raw(): error.status[500] Added
  • ragie.documents.update_document_from_url(): error.status[500] Added
  • ragie.documents.patch_metadata(): error.status[500] Added
  • ragie.documents.get_chunks(): error.status[500] Added
  • ragie.documents.get_chunk(): error.status[500] Added
  • ragie.documents.get_chunk_content(): error.status[500] Added
  • ragie.documents.get_content(): error.status[500] Added
  • ragie.documents.get_source(): error.status[500] Added
  • ragie.documents.get_summary(): error.status[500] Added
  • ragie.retrievals.retrieve(): error.status[500] Added
  • ragie.entities.list_instructions(): error.status[500] Added
  • ragie.entities.create_instruction(): error.status[500] Added
  • ragie.entities.update_instruction(): error.status[500] Added
  • ragie.entities.delete(): error.status[500] Added
  • ragie.entities.list_by_instruction(): error.status[500] Added
  • ragie.entities.list_by_document(): error.status[500] Added
  • ragie.connections.create_connection():
    • request.connection Changed
    • error.status[500] Added
  • ragie.connections.list(): error.status[500] Added
  • ragie.connections.create_o_auth_redirect_url():
    • request.authenticator_id Added
    • error.status[500] Added
  • ragie.connections.list_connection_source_types(): error.status[500] Added
  • ragie.connections.set_enabled(): error.status[500] Added
  • ragie.connections.get(): error.status[500] Added
  • ragie.connections.update(): error.status[500] Added
  • ragie.connections.get_stats(): error.status[500] Added
  • ragie.connections.set_limits(): error.status[500] Added
  • ragie.connections.delete(): error.status[500] Added
  • ragie.connections.sync(): error.status[500] Added
  • ragie.partitions.list(): error.status[500] Added
  • ragie.partitions.create():
    • request.metadata_schema Added
    • error.status[500] Added
  • ragie.partitions.get(): error.status[500] Added
  • ragie.partitions.delete(): error.status[500] Added
  • ragie.partitions.set_limits(): error.status[500] Added
  • ragie.authenticators.list(): error.status[500] Added
  • ragie.authenticators.create():
    • request Changed
    • error.status[500] Added
  • ragie.authenticators.create_authenticator_connection(): error.status[500] Added
  • ragie.authenticators.delete_authenticator_connection(): error.status[500] Added
OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (5144:5)
│ ├──[+] path (5232:5)
│ ├─┬/documents/raw
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (354:18)
│ ├─┬/documents/{document_id}/chunks/{chunk_id}
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1626:18)
│ ├─┬/connections/{connection_id}/enabled
│ │ └─┬PUT
│ │   └─┬Responses
│ │     └──[+] codes (3574:18)
│ ├─┬/documents/{document_id}/summary
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (2352:18)
│ ├─┬/documents/url
│ │ └─┬POST
│ │   ├──[🔀] description (399:24)
│ │   └─┬Responses
│ │     └──[+] codes (452:18)
│ ├─┬/instructions
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └──[+] codes (2439:18)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (2515:18)
│ ├─┬/connections/source-type
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (3479:18)
│ ├─┬/connections/{connection_id}/limit
│ │ └─┬PUT
│ │   └─┬Responses
│ │     └──[+] codes (3952:18)
│ ├─┬/documents/{document_id}/url
│ │ └─┬PUT
│ │   ├──[🔀] description (1046:24)
│ │   └─┬Responses
│ │     └──[+] codes (1142:18)
│ ├─┬/instructions/{instruction_id}
│ │ ├─┬PUT
│ │ │ └─┬Responses
│ │ │   └──[+] codes (2624:18)
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └──[+] codes (2721:18)
│ ├─┬/documents/{document_id}/chunks/{chunk_id}/content
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1830:18)
│ ├─┬/documents/{document_id}/source
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (2139:18)
│ ├─┬/instructions/{instruction_id}/entities
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (2868:18)
│ ├─┬/partitions/{partition_id}/limits
│ │ └─┬PUT
│ │   └─┬Responses
│ │     └──[+] codes (4646:18)
│ ├─┬/connections/{connection_id}/delete
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (4056:18)
│ ├─┬/authenticators
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └──[+] codes (4880:18)
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └──[+] codes (4756:18)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├──[+] oneOf (6920:36)
│ │         └──Discriminator
│ ├─┬/connection
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (3128:18)
│ ├─┬/documents/{document_id}/file
│ │ └─┬PUT
│ │   └─┬Responses
│ │     └──[+] codes (871:18)
│ ├─┬/connections/{connection_id}/stats
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (3852:18)
│ ├─┬/connections/oauth
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (3401:18)
│ ├─┬/connections/{connection_id}/sync
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (4146:18)
│ ├─┬/documents/{document_id}/raw
│ │ └─┬PUT
│ │   └─┬Responses
│ │     └──[+] codes (1006:18)
│ ├─┬/documents
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └──[+] codes (247:18)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (77:18)
│ ├─┬/authenticators/{authenticator_id}/connection
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (5007:18)
│ ├─┬/partitions/{partition_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └──[+] codes (4456:18)
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └──[+] codes (4547:18)
│ ├─┬/authenticators/{authenticator_id}
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └──[+] codes (5110:18)
│ ├─┬/connections/{connection_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └──[+] codes (3762:18)
│ │ └─┬PUT
│ │   └─┬Responses
│ │     └──[+] codes (3674:18)
│ ├─┬/retrievals
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (2231:18)
│ ├─┬/partitions
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └──[+] codes (4268:18)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └──[+] codes (4367:18)
│ ├─┬/connections
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (3305:18)
│ ├─┬/documents/{document_id}/content
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (2012:18)
│ ├─┬/documents/{document_id}/entities
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (3029:18)
│ ├─┬/documents/{document_id}/chunks
│ │ └─┬GET
│ │   └─┬Responses
│ │     └──[+] codes (1485:18)
│ ├─┬/documents/{document_id}/metadata
│ │ └─┬PATCH
│ │   └─┬Responses
│ │     └──[+] codes (1285:18)
│ └─┬/documents/{document_id}
│   ├─┬GET
│   │ └─┬Responses
│   │   └──[+] codes (581:18)
│   └─┬DELETE
│     └─┬Responses
│       └──[+] codes (726:18)
└─┬Components
  ├──[+] schemas (6920:36)
  ├──[+] schemas (10347:18)
  ├──[+] schemas (10991:24)
  ├──[+] schemas (5360:21)
  ├──[+] schemas (9977:19)
  ├──[+] schemas (8341:30)
  ├──[+] schemas (9197:29)
  ├──[+] schemas (11020:15)
  ├──[+] schemas (10325:20)
  ├──[+] schemas (5338:17)
  ├──[+] schemas (11230:45)
  ├──[+] schemas (10817:17)
  ├──[+] schemas (10566:26)
  ├──[+] schemas (8597:28)
  ├──[+] schemas (11243:46)
  ├──[+] schemas (8387:22)
  ├──[+] schemas (5949:19)
  ├──[+] schemas (10409:19)
  ├──[+] schemas (8952:21)
  ├──[+] schemas (10605:25)
  ├──[+] schemas (10851:21)
  ├──[+] schemas (5912:34)
  ├──[+] schemas (10262:24)
  ├──[+] schemas (10833:27)
  ├─┬BucketData
  │ ├──[+] properties (5894:11)
  │ └─┬prefix
  │   ├──[+] type (5895:21)❌ 
  │   ├──[🔀] title (5896:22)
  │   ├──[+] default (5897:24)❌ 
  │   ├──[-] anyOf (1:103392)❌ 
  │   └──[-] anyOf (1:103412)❌ 
  ├─┬OAuthCredentials
  │ ├──[+] properties (9002:11)
  │ ├─┬name
  │ │ ├──[-] type (1:148440)❌ 
  │ │ ├──[🔀] title (9011:22)
  │ │ ├──[-] description (1:148482)
  │ │ ├──[+] anyOf (9004:15)
  │ │ └──[+] anyOf (9007:15)
  │ └─┬provider
  │   └──[-] enum (1:148343)❌ 
  ├─┬CreatePartitionParams
  │ ├──[+] properties (7318:11)
  │ ├─┬pages_processed_limit_max
  │ │ ├──[🔀] title (7136:22)
  │ │ └──[🔀] description (7137:28)
  │ ├─┬video_processed_limit_monthly
  │ │ ├──[🔀] title (7248:22)
  │ │ └──[🔀] description (7249:28)
  │ ├─┬pages_hosted_limit_monthly
  │ │ ├──[🔀] title (7168:22)
  │ │ └──[🔀] description (7169:28)
  │ ├─┬name
  │ │ ├──[-] type (1:125257)❌ 
  │ │ ├──[🔀] title (7350:22)
  │ │ ├──[+] description (7351:28)
  │ │ ├──[+] anyOf (7320:15)
  │ │ └──[+] anyOf (7346:15)
  │ ├─┬pages_hosted_limit_max
  │ │ ├──[-] examples (1:126000)
  │ │ ├──[+] type (7123:21)❌ 
  │ │ ├──[🔀] title (7124:22)
  │ │ ├──[-] description (1:125920)
  │ │ ├──[-] anyOf (1:125816)❌ 
  │ │ └──[-] anyOf (1:125851)❌ 
  │ ├─┬pages_processed_limit_monthly
  │ │ ├──[🔀] title (7184:22)
  │ │ └──[🔀] description (7185:28)
  │ └─┬video_processed_limit_max
  │   ├──[🔀] examples (7155:15)
  │   ├──[🔀] title (7152:22)
  │   └──[🔀] description (7153:28)
  ├─┬UpdateDocumentFileParams
  │ └─┬file
  │   └──[🔀] description (11465:28)
  ├─┬CreateDocumentParams
  │ └─┬file
  │   └──[🔀] description (11373:28)
  ├─┬Body_CreateDocument
  │ └─┬file
  │   └──[🔀] description (5832:28)
  ├─┬CreateDocumentFromUrlParams
  │ └─┬url
  │   ├──[+] maxLength (6834:26)❌ 
  │   ├──[+] minLength (6835:26)❌ 
  │   └──[+] format (6836:23)❌ 
  ├─┬IntercomData
  │ ├──[-] required (1:147193)❌ 
  │ ├──[-] required (1:147203)❌ 
  │ ├──[-] required (1:147214)❌ 
  │ ├──[-] required (1:147226)❌ 
  │ ├──[-] required (1:147248)❌ 
  │ ├──[-] required (1:147267)❌ 
  │ ├──[+] properties (8800:11)
  │ ├──[+] properties (8820:11)
  │ ├──[+] properties (8825:11)
  │ ├──[+] properties (8815:11)
  │ ├──[+] properties (8850:11)
  │ ├─┬tickets
  │ │ └──[+] default (8833:24)❌ 
  │ ├─┬ticket_attachments
  │ │ ├──[🔀] title (8812:22)
  │ │ └──[+] default (8813:24)❌ 
  │ ├─┬ticket_comments
  │ │ └──[+] default (8843:24)❌ 
  │ ├─┬ticket_notes
  │ │ └──[+] default (8848:24)❌ 
  │ ├─┬contacts
  │ │ └──[+] default (8813:24)❌ 
  │ └─┬admins
  │   └──[+] default (8808:24)❌ 
  ├─┬OAuthUrlCreate
  │ ├──[+] properties (9142:11)
  │ ├─┬page_limit
  │ │ ├──[-] examples (1:151048)
  │ │ ├──[🔀] title (9099:22)
  │ │ ├──[-] description (1:150736)
  │ │ ├──[+] anyOf (9095:15)
  │ │ ├─┬ANYOF
  │ │ │ ├──[+] enum (9088:19)
  │ │ │ ├──[+] enum (9089:19)
  │ │ │ ├──[🔀] type (9086:25)❌ 
  │ │ │ └──[-] minimum (1:150675)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (8900:23)❌ 
  │ ├─┬mode
  │ │ ├──[+] additionalProperties (9059:37)❌ 
  │ │ ├──[+] type (9078:21)❌ 
  │ │ ├──[🔀] title (9079:22)
  │ │ ├──[+] description (9080:28)
  │ │ ├──[+] default (9081:24)❌ 
  │ │ ├──[-] anyOf (1:150174)❌ 
  │ │ ├──[-] anyOf (1:147767)❌ 
  │ │ └──[-] anyOf (1:150271)❌ 
  │ ├─┬partition
  │ │ ├──[+] examples (9132:15)
  │ │ ├──[🔀] title (9129:22)
  │ │ ├──[+] description (9130:28)
  │ │ └─┬ANYOF
  │ │   ├──[🔀] type (9122:25)❌ 
  │ │   └──[+] minimum (9123:28)❌ 
  │ ├─┬theme
  │ │ └──[🔀] $ref (6581:17)❌ 
  │ ├─┬source_type
  │ │ └──[🔀] $ref (9038:27)❌ 
  │ ├─┬metadata
  │ │ ├──[🔀] additionalProperties (9136:37)❌ 
  │ │ ├──[🔀] title (9138:22)
  │ │ ├──[🔀] description (9139:28)
  │ │ └──[-] default (1:150150)❌ 
  │ ├─┬config
  │ │ ├──[-] additionalProperties (1:151091)❌ 
  │ │ ├──[-] type (1:151105)❌ 
  │ │ ├──[🔀] title (9152:22)
  │ │ ├──[-] description (1:151149)
  │ │ ├──[+] anyOf (9144:15)
  │ │ └──[+] anyOf (9148:15)
  │ └─┬redirect_uri
  │   ├──[-] type (1:149155)❌ 
  │   ├──[🔀] title (9051:22)
  │   ├──[+] anyOf (9044:15)
  │   └──[+] anyOf (9047:15)
  ├─┬ConnectorSource
  │ └──[+] enum (6599:11)
  └─┬Body_UpdateDocumentFile
    └─┬file
      └──[🔀] description (5868:28)
Document Element Total Changes Breaking Changes
paths 49 1
components 125 43

PYTHON CHANGELOG

core: 5.22.0 - 2025-09-24

🐝 New Features

  • allow generation of sync, async or both methods in an sdk (commit by @tristanspeakeasy)

core: 5.21.1 - 2025-09-23

🐛 Bug Fixes

  • allow input/output models without suffixes (commit by @disintegrator)

core: 5.21.0 - 2025-09-12

🐝 New Features

  • Change the default behaviour of http-client within python sdk to follow redirects (commit by @Kanwardeep)

core: 5.20.4 - 2025-09-09

🐛 Bug Fixes

  • improve python tool reliability with explicit module calls (commit by @GorshkovIvan)

core: 5.20.3 - 2025-09-02

🐛 Bug Fixes

  • enabled empty strings to be used as end cursor values in pagination (commit by @GorshkovIvan)

core: 5.20.2 - 2025-09-01

🔧 Chores

  • added support for lowercase Bearer tokens in Authorization headers (commit by @GorshkovIvan)

core: 5.20.1 - 2025-08-27

🐛 Bug Fixes

  • capability to enable shadowing parameters that are usually reserved via allowedRedefinedBuiltins (commit by @ThomasRooney)

core: 5.19.11 - 2025-08-27

🐛 Bug Fixes

  • Add retries to dynamic imported modules in python to fix keyError when loading modules (commit by @Kanwardeep)

core: 5.19.10 - 2025-08-20

🔧 Chores

  • mitigate asyncio internal test flakiness (commit by @GorshkovIvan)

core: 5.19.9 - 2025-08-11

🐛 Bug Fixes

  • support repository subdirectories in PyPI documentation links (commit by @AshGodfrey)

core: 5.20.0 - 2025-08-08

🐝 New Features

  • support for uv package manager (commit by @mfbx9da4)

core: 5.19.7 - 2025-08-06

🐛 Bug Fixes

  • add return type hint for methods returning None (commit by @AshGodfrey)

core: 5.19.6 - 2025-08-01

🐛 Bug Fixes

  • potential issue referencing models before declaration (commit by @mfbx9da4)

core: 5.19.5 - 2025-07-24

🔧 Chores

globalSecurity: 3.0.4 - 2025-09-10

🔧 Chores

  • support opting out of operation security hoisting (commit by @vishalg0wda)

pagination: 3.0.6 - 2025-09-23

🐛 Bug Fixes

  • ensure pagination next function for python async method is also asynchronous (commit by @tristanspeakeasy)

unions: 3.0.5 - 2025-09-25

🐛 Bug Fixes

Based on Speakeasy CLI 1.631.3

@github-actions github-actions bot added the patch Patch version bump label Jul 23, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1753229317 branch 8 times, most recently from fe3eef5 to 5f5f0af Compare July 31, 2025 00:09
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1753229317 branch 8 times, most recently from 7a0192b to b0be6ee Compare August 8, 2025 00:09
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1753229317 branch 7 times, most recently from 5d5db20 to 3aa4688 Compare August 15, 2025 00:09
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1753229317 branch 6 times, most recently from 07a6b94 to b2bd7ca Compare August 21, 2025 00:07
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1753229317 branch 8 times, most recently from 00477a6 to 8c6d2f8 Compare September 9, 2025 00:08
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1753229317 branch 8 times, most recently from 5f74e95 to 2e18188 Compare September 17, 2025 00:08
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1753229317 branch 7 times, most recently from 74b6b28 to 061a6f7 Compare September 24, 2025 00:08
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1753229317 branch 3 times, most recently from 81c9496 to 4fec2f3 Compare September 27, 2025 00:08
* `ragie.responses.create()`: **Added**
* `ragie.responses.get()`: **Added**
* `ragie.documents.list()`:  `error.status[500]` **Added**
* `ragie.documents.create()`:  `error.status[500]` **Added**
* `ragie.documents.create_raw()`:  `error.status[500]` **Added**
* `ragie.documents.create_document_from_url()`:  `error.status[500]` **Added**
* `ragie.documents.get()`:  `error.status[500]` **Added**
* `ragie.documents.delete()`:  `error.status[500]` **Added**
* `ragie.documents.update_file()`:  `error.status[500]` **Added**
* `ragie.documents.update_raw()`:  `error.status[500]` **Added**
* `ragie.documents.update_document_from_url()`:  `error.status[500]` **Added**
* `ragie.documents.patch_metadata()`:  `error.status[500]` **Added**
* `ragie.documents.get_chunks()`:  `error.status[500]` **Added**
* `ragie.documents.get_chunk()`:  `error.status[500]` **Added**
* `ragie.documents.get_chunk_content()`:  `error.status[500]` **Added**
* `ragie.documents.get_content()`:  `error.status[500]` **Added**
* `ragie.documents.get_source()`:  `error.status[500]` **Added**
* `ragie.documents.get_summary()`:  `error.status[500]` **Added**
* `ragie.retrievals.retrieve()`:  `error.status[500]` **Added**
* `ragie.entities.list_instructions()`:  `error.status[500]` **Added**
* `ragie.entities.create_instruction()`:  `error.status[500]` **Added**
* `ragie.entities.update_instruction()`:  `error.status[500]` **Added**
* `ragie.entities.delete()`:  `error.status[500]` **Added**
* `ragie.entities.list_by_instruction()`:  `error.status[500]` **Added**
* `ragie.entities.list_by_document()`:  `error.status[500]` **Added**
* `ragie.connections.create_connection()`: 
  *  `request.connection` **Changed**
  *  `error.status[500]` **Added**
* `ragie.connections.list()`:  `error.status[500]` **Added**
* `ragie.connections.create_o_auth_redirect_url()`: 
  *  `request.authenticator_id` **Added**
  *  `error.status[500]` **Added**
* `ragie.connections.list_connection_source_types()`:  `error.status[500]` **Added**
* `ragie.connections.set_enabled()`:  `error.status[500]` **Added**
* `ragie.connections.get()`:  `error.status[500]` **Added**
* `ragie.connections.update()`:  `error.status[500]` **Added**
* `ragie.connections.get_stats()`:  `error.status[500]` **Added**
* `ragie.connections.set_limits()`:  `error.status[500]` **Added**
* `ragie.connections.delete()`:  `error.status[500]` **Added**
* `ragie.connections.sync()`:  `error.status[500]` **Added**
* `ragie.partitions.list()`:  `error.status[500]` **Added**
* `ragie.partitions.create()`: 
  *  `request.metadata_schema` **Added**
  *  `error.status[500]` **Added**
* `ragie.partitions.get()`:  `error.status[500]` **Added**
* `ragie.partitions.delete()`:  `error.status[500]` **Added**
* `ragie.partitions.set_limits()`:  `error.status[500]` **Added**
* `ragie.authenticators.list()`:  `error.status[500]` **Added**
* `ragie.authenticators.create()`: 
  *  `request` **Changed**
  *  `error.status[500]` **Added**
* `ragie.authenticators.create_authenticator_connection()`:  `error.status[500]` **Added**
* `ragie.authenticators.delete_authenticator_connection()`:  `error.status[500]` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1753229317 branch from 4fec2f3 to d65ca74 Compare September 28, 2025 00:08
@mattkauffman23 mattkauffman23 merged commit 611e454 into main Sep 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants