-
Notifications
You must be signed in to change notification settings - Fork 2
release: 1.1.0 #265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
release: 1.1.0 #265
Changes from all commits
72f3d05
d167e2d
4c8fd78
10a541d
8fef561
b3523db
216baf6
f241bf6
d0ec2d9
153c4ba
c287c24
c4be5ae
eb27c60
ca0c308
93a98e6
f510cc9
3b1fe4b
33abdc9
860868e
e38a505
e95f5f1
ff0f83f
537f825
eb8af86
46aea64
53d0bc7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| ".": "1.0.0" | ||
| ".": "1.1.0" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| configured_endpoints: 51 | ||
| openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mixedbread%2Fmixedbread-68449c5f406b2b3bc2b94ef7f94c47b3724aa0a69e1033bef1a84477f79420f5.yml | ||
| openapi_spec_hash: 2b6de88d9a14a977a66f37c066d0b47a | ||
| config_hash: fb2cfcdc5ef83ff03407a8b66c26a59b | ||
| configured_endpoints: 56 | ||
| openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/mixedbread%2Fmixedbread-83afe8d98b70a903eb9aa13b512b18aa3df9e5ec4c784bded17ac78d0a163c3c.yml | ||
| openapi_spec_hash: 90b33b757e12f21c94705b6243054b5f | ||
| config_hash: c32ffa6858a02d7f23f6f3dda0b461ed |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [project] | ||
| name = "mixedbread" | ||
| version = "1.0.0" | ||
| version = "1.1.0" | ||
| description = "The official Python library for the Mixedbread API" | ||
| dynamic = ["readme"] | ||
| license = "Apache-2.0" | ||
|
|
@@ -69,7 +69,7 @@ format = { chain = [ | |
| # run formatting again to fix any inconsistencies when imports are stripped | ||
| "format:ruff", | ||
| ]} | ||
| "format:docs" = "python scripts/utils/ruffen-docs.py README.md api.md" | ||
| "format:docs" = "bash -c 'python scripts/utils/ruffen-docs.py README.md $(find . -type f -name api.md)'" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unquoted find expansion breaks doc formattingLow Severity
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Find command searches through excluded directoriesLow Severity The |
||
| "format:ruff" = "ruff format" | ||
|
|
||
| "lint" = { chain = [ | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
|
|
||
| __title__ = "mixedbread" | ||
| __version__ = "1.0.0" # x-release-please-version | ||
| __version__ = "1.1.0" # x-release-please-version |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| from .multipart_upload import PartUploadEvent as PartUploadEvent, MultipartUploadOptions as MultipartUploadOptions |


Uh oh!
There was an error while loading. Please reload this page.