-
Notifications
You must be signed in to change notification settings - Fork 52
Bump anthropic from 0.23.1 to 0.44.0 #4
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
Co-authored-by:: Andrew Hlynskyi <[email protected]> Co-authored-by:: Andrew Hlynskyi <[email protected]> Co-authored-by:: Ankit Kumar <[email protected]> Co-authored-by:: Carol Jung <[email protected]> Co-authored-by:: Chase McCarty <[email protected]> Co-authored-by:: Chase McCarty <[email protected]> Co-authored-by:: Christine Wang <[email protected]> Co-authored-by:: Christine Wang <[email protected]> Co-authored-by:: Colin Fortuner <[email protected]> Co-authored-by:: Edo Pujol <[email protected]> Co-authored-by:: Edward-Codegen <[email protected]> Co-authored-by:: Ellen Agarwal <[email protected]> Co-authored-by:: GitHub Actions <[email protected]> Co-authored-by:: James <[email protected]> Co-authored-by:: James Levy <[email protected]> Co-authored-by:: Jay <[email protected]> Co-authored-by:: Jay Hack <[email protected]> Co-authored-by:: Joel Aguero <[email protected]> Co-authored-by:: Joel Aguero <[email protected]> Co-authored-by:: Jon Hack <[email protected]> Co-authored-by:: Jon Hack <[email protected]> Co-authored-by:: KopekC <[email protected]> Co-authored-by:: Leo Cooperband <[email protected]> Co-authored-by:: Leo Cooperband <[email protected]> Co-authored-by:: Milan Poliak <[email protected]> Co-authored-by:: Noelle Jung <[email protected]> Co-authored-by:: Rishi Desai <[email protected]> Co-authored-by:: Rushil Patel <[email protected]> Co-authored-by:: Toni <[email protected]> Co-authored-by:: Toni García <[email protected]> Co-authored-by:: Toni García Serrano <[email protected]> Co-authored-by:: Vishal Shenoy <[email protected]> Co-authored-by:: agserrano3 <[email protected]> Co-authored-by:: agserrano3 <[email protected]> Co-authored-by:: ahlinc <[email protected]> Co-authored-by:: andrew-cg <[email protected]> Co-authored-by:: atemcodegen <[email protected]> Co-authored-by:: chase-mccarty <[email protected]> Co-authored-by:: chasemc67 <[email protected]> Co-authored-by:: christinewangcw <[email protected]> Co-authored-by:: christinewangcw <[email protected]> Co-authored-by:: christinewangcw <[email protected]> Co-authored-by:: codegen-bot <[email protected]> Co-authored-by:: eacodegen <[email protected]> Co-authored-by:: github-actions <[email protected]> Co-authored-by:: jamescodegen <[email protected]> Co-authored-by:: jayhack <[email protected]> Co-authored-by:: jemeza <[email protected]> Co-authored-by:: jemeza-codegen <[email protected]> Co-authored-by:: kopekC <[email protected]> Co-authored-by:: milanpoliak <[email protected]> Co-authored-by:: noellej03 <[email protected]> Co-authored-by:: obeid96 <[email protected]> Co-authored-by:: ppillaycodegen <[email protected]> Co-authored-by:: rushilpatel0 <[email protected]> Co-authored-by:: sebastian-codegen <[email protected]> Co-authored-by:: tawsif-kamal-codegen <[email protected]> Co-authored-by:: tomcodgen <[email protected]> Co-authored-by:: trun-cg <[email protected]>
Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.23.1 to 0.44.0. - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-python@v0.23.1...v0.44.0) --- updated-dependencies: - dependency-name: anthropic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
- Add privacy policy link as required by Slack reviewers - Add comprehensive AI disclaimer explaining AI components and usage - Add pricing information section with link to pricing page - Enhance permissions section with detailed scope explanations - Clarify mpim:read, chat:write.customize, and users:read.email usage - Address private channel name anonymization in privacy section Addresses Slack marketplace feedback items #2, #4, #5, #7, and #8
This PR updates the Slack integration documentation to address feedback from Slack marketplace reviewers and ensure compliance with their requirements. ## Changes Made ### ✅ Privacy Policy Link (Feedback #4) - Added prominent link to https://www.codegen.com/privacy-policy in the Data Privacy and Security section ### ✅ AI Disclaimer (Feedback #5) - Added comprehensive "AI Components and Usage" section explaining: - AI-powered functionality and capabilities - How AI processes data from Slack messages - AI limitations and recommendations for code review ### ✅ Pricing Information (Feedback #8) - Added "Pricing and Plans" section with link to https://www.codegen.com/pricing - Explains that Slack integration is available across all plan tiers ### ✅ Enhanced Permissions Documentation (Feedback #7) - Restructured permissions section with detailed explanations - Added specific scope clarifications: - `mpim:read` - For group DM functionality - `chat:write.customize` - For custom usernames/avatars when representing different contexts - `users:read.email` - For mapping Slack accounts to Codegen accounts for proper authentication - Explained why each permission is necessary ### ✅ Privacy Enhancements (Feedback #2) - Clarified that private channel names are anonymized as "Private channel" for non-members - Enhanced privacy metadata handling explanation ## Slack Marketplace Feedback Addressed This PR directly addresses the following feedback items from Slack reviewers: - **#2**: Privacy model compliance - private channel name anonymization - **#4**: Privacy policy link requirement - **#5**: AI disclaimer requirement for AI-enabled apps - **#7**: Scope usage clarification for `chat:write.customize` and `users:read.email` - **#8**: Pricing information requirement ## Remaining Technical Issues The following items require code changes (not documentation) and are outside the scope of this PR: - **#1**: Missing `mpim:read` scope in OAuth URL (technical implementation) - **#3**: OAuth state parameter uniqueness (technical implementation) - **#6**: Group DM response issue related to missing `mpim:read` scope (technical implementation) ## Files Changed - `docs/integrations/slack.mdx` - Updated with all compliance requirements --- [💻 View my work](https://codegen.sh/agent/trace/35953) • [About Codegen](https://codegen.com) --------- Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com>
Bumps anthropic from 0.23.1 to 0.44.0.
Release notes
Sourced from anthropic's releases.
... (truncated)
Changelog
Sourced from anthropic's changelog.
... (truncated)
Commits
d212ec9
release: 0.44.0a97bd02
chore: deprecate more modelsc5fb4fc
chore(internal): minor style changes (#833)6dddfe2
chore(internal): avoid pytest-asyncio deprecation warning (#832)972d4a0
feat(streaming): add request_id getter (#831)f3d90af
fix(tests): make test_get_platform less flaky (#830)2beaabd
docs(raw responses): fix duplicatethe
(#828)af3912c
release: 0.43.1f5b5cb1
chore(streaming): add runtime type check for better error messages (#826)9182431
chore(types): add more discriminator metadata (#825)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)