Skip to content
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

Improve tracing sdk type annotations #3794

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

rbtz-openai
Copy link
Contributor

@rbtz-openai rbtz-openai commented Mar 20, 2024

Description

Mostly fixed two obvious types of problems:

  • = None arguments not being marked as Optional.
  • type mismatches between child and parent class methods' arguments.

no functional changes.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Does This PR Require a Contrib Repo Change?

  • Yes. - Link to PR:
  • No.

@rbtz-openai rbtz-openai requested a review from a team as a code owner March 20, 2024 01:49
Copy link
Member

@srikanthccv srikanthccv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks; types on SDK remain unfulfilled wish #1608

@rbtz-openai
Copy link
Contributor Author

rebased and resolved merge conflicts

@srikanthccv srikanthccv added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Mar 21, 2024
@ocelotl ocelotl merged commit 29c293f into open-telemetry:main Mar 22, 2024
233 of 234 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants