Skip to content

fix(deps): update dependency openai to v1.61.0 #7

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

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
openai ==1.59.9 -> ==1.61.0 age adoption passing confidence

Release Notes

openai/openai-python (openai)

v1.61.0

Compare Source

Full Changelog: v1.60.2...v1.61.0

Features
Bug Fixes
  • types: correct metadata type + other fixes (12b87a4)
Chores
Documentation

v1.60.2

Compare Source

Full Changelog: v1.60.1...v1.60.2

Bug Fixes
  • parsing: don't validate input tools in the asynchronous .parse() method (6fcfe73)

v1.60.1

Compare Source

Full Changelog: v1.60.0...v1.60.1

Chores
Documentation

v1.60.0

Compare Source

Full Changelog: v1.59.9...v1.60.0

Features
Chores
Documentation
  • readme: mention failed requests in request IDs (5f7c30b)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from codegen-team as a code owner January 22, 2025 18:02
@renovate renovate bot enabled auto-merge (squash) January 22, 2025 18:52
@renovate renovate bot force-pushed the renovate/openai-1.x branch 4 times, most recently from 4f8da08 to 379c9af Compare January 22, 2025 20:01
@renovate renovate bot requested a review from a team as a code owner January 22, 2025 20:01
@renovate renovate bot requested a review from tawsifkamal January 22, 2025 20:01
@renovate renovate bot force-pushed the renovate/openai-1.x branch 2 times, most recently from afa9af3 to 31f067d Compare January 22, 2025 22:21
@renovate renovate bot changed the title Update dependency openai to v1.60.0 fix(deps): update dependency openai to v1.60.0 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch 19 times, most recently from cffea46 to c3e7937 Compare January 23, 2025 23:46
@renovate renovate bot force-pushed the renovate/openai-1.x branch 20 times, most recently from 04a1531 to dce14ad Compare January 31, 2025 18:06
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.60.2 fix(deps): update dependency openai to v1.61.0 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from dce14ad to 1612339 Compare January 31, 2025 21:37
Copy link

codecov bot commented Jan 31, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@renovate renovate bot merged commit 04decf8 into develop Jan 31, 2025
20 checks passed
@renovate renovate bot deleted the renovate/openai-1.x branch January 31, 2025 22:28
jayhack pushed a commit that referenced this pull request Feb 9, 2025
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [openai](https://redirect.github.com/openai/openai-python) |
`==1.59.9` -> `==1.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/openai/1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/openai/1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/openai/1.59.9/1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/openai/1.59.9/1.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>openai/openai-python (openai)</summary>

###
[`v1.61.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1610-2025-01-31)

[Compare
Source](https://redirect.github.com/openai/openai-python/compare/v1.60.2...v1.61.0)

Full Changelog:
[v1.60.2...v1.61.0](https://redirect.github.com/openai/openai-python/compare/v1.60.2...v1.61.0)

##### Features

- **api:** add o3-mini
([#&#8203;2067](https://redirect.github.com/openai/openai-python/issues/2067))
([12b87a4](https://redirect.github.com/openai/openai-python/commit/12b87a4a1e6cb071a6b063d089585dec56a5d534))

##### Bug Fixes

- **types:** correct metadata type + other fixes
([12b87a4](https://redirect.github.com/openai/openai-python/commit/12b87a4a1e6cb071a6b063d089585dec56a5d534))

##### Chores

- **helpers:** section links
([ef8d3cc](https://redirect.github.com/openai/openai-python/commit/ef8d3cce40022d3482d341455be604e5f1afbd70))
- **types:** fix Metadata types
([82d3156](https://redirect.github.com/openai/openai-python/commit/82d3156e74ed2f95edd10cd7ebea53d2b5562794))
- update api.md
([#&#8203;2063](https://redirect.github.com/openai/openai-python/issues/2063))
([21964f0](https://redirect.github.com/openai/openai-python/commit/21964f00fb104011c4c357544114702052b74548))

##### Documentation

- **readme:** current section links
([#&#8203;2055](https://redirect.github.com/openai/openai-python/issues/2055))
([ef8d3cc](https://redirect.github.com/openai/openai-python/commit/ef8d3cce40022d3482d341455be604e5f1afbd70))

###
[`v1.60.2`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1602-2025-01-27)

[Compare
Source](https://redirect.github.com/openai/openai-python/compare/v1.60.1...v1.60.2)

Full Changelog:
[v1.60.1...v1.60.2](https://redirect.github.com/openai/openai-python/compare/v1.60.1...v1.60.2)

##### Bug Fixes

- **parsing:** don't validate input tools in the asynchronous `.parse()`
method
([6fcfe73](https://redirect.github.com/openai/openai-python/commit/6fcfe73cd335853c7dd2cd3151a0d5d1785cfc9c))

###
[`v1.60.1`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1601-2025-01-24)

[Compare
Source](https://redirect.github.com/openai/openai-python/compare/v1.60.0...v1.60.1)

Full Changelog:
[v1.60.0...v1.60.1](https://redirect.github.com/openai/openai-python/compare/v1.60.0...v1.60.1)

##### Chores

- **internal:** minor formatting changes
([#&#8203;2050](https://redirect.github.com/openai/openai-python/issues/2050))
([9c44192](https://redirect.github.com/openai/openai-python/commit/9c44192be5776d9252d36dc027a33c60b33d81b2))

##### Documentation

- **examples/azure:** add async snippet
([#&#8203;1787](https://redirect.github.com/openai/openai-python/issues/1787))
([f60eda1](https://redirect.github.com/openai/openai-python/commit/f60eda1c1e8caf0ec2274b18b3fb2252304196db))

###
[`v1.60.0`](https://redirect.github.com/openai/openai-python/blob/HEAD/CHANGELOG.md#1600-2025-01-22)

[Compare
Source](https://redirect.github.com/openai/openai-python/compare/v1.59.9...v1.60.0)

Full Changelog:
[v1.59.9...v1.60.0](https://redirect.github.com/openai/openai-python/compare/v1.59.9...v1.60.0)

##### Features

- **api:** update enum values, comments, and examples
([#&#8203;2045](https://redirect.github.com/openai/openai-python/issues/2045))
([e8205fd](https://redirect.github.com/openai/openai-python/commit/e8205fd58f0d677f476c577a8d9afb90f5710506))

##### Chores

- **internal:** minor style changes
([#&#8203;2043](https://redirect.github.com/openai/openai-python/issues/2043))
([89a9dd8](https://redirect.github.com/openai/openai-python/commit/89a9dd821eaf5300ad11b0270b61fdfa4fd6e9b6))

##### Documentation

- **readme:** mention failed requests in request IDs
([5f7c30b](https://redirect.github.com/openai/openai-python/commit/5f7c30bc006ffb666c324011a68aae357cb33e35))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/codegen-sh/codegen-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
codegen-sh bot added a commit that referenced this pull request Jun 12, 2025
- 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
joelaguero pushed a commit that referenced this pull request Jun 12, 2025
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant