-
Notifications
You must be signed in to change notification settings - Fork 13
Release: AWS SDK for Python v0.1.0 #19
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
Conversation
|
|
||
| ``` | ||
| $ uv pip install ".[docs]" | ||
| $ uv pip install --group docs . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note
I made this change manually since the install command is wrong. Here is the permanent fix:
smithy-lang/smithy-python#563
1f52a5e to
ea5e12f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something for us to think about:
Generating all the .rst files for a client is really gonna bloat this repo. I think we should use the client to dynamically generate them when building/releasing docs. This is what we do for botocore/boto3.
| * Fixed stop sequence limit for converse API. | ||
| * Launch CountTokens API to allow token counting | ||
| * This release adds support for Automated Reasoning checks output models for the Amazon Bedrock Guardrails ApplyGuardrail API. | ||
| * document update to support on demand custom model. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * document update to support on demand custom model. | |
| * Document update to support on demand custom model. |
Important
This PR is reliant on the packages in Release: Smithy Python Packages v0.1.0 being released to PyPI.
Summary
This PR creates v0.1.0 of
aws-sdk-bedrock-runtimeandaws-sdk-pythonusing the latest Smithy Python code generator and core packages.The following is a list of the exact changes:
developontomainsince aws-sdk-bedrock-runtime v0.0.2CHANGES.mdtoCHANGELOG.mdand adds entries for v0.1.0.Testing
Pulled Release: Smithy Python Packages v0.1.0
In
smithy-pythonuv build. These are stored indist/by default.In
aws-sdk-pythonuv venv -p 3.12. .venv/bin/activateuv pip install . --find-links <path_to_smithy_python>/dist/python test.pywhere test.py had the following content:By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.