generated from deepgram/oss-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 120
feat!: implements new generated SDK architecture, all call signatures #572
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
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
094397e
feat(v5): replacing existing SDK with new v5 SDK
lukeocodes 54c5318
build: update examples dependencies
lukeocodes d8ee411
fix: add type ignore comments for Pydantic v2 compatibility
lukeocodes 143d56a
feat: update agent v1 socket type definitions
lukeocodes 3ed9ef8
refactor: restructure test directory organization
lukeocodes 8dd53d3
docs: update websockets reference documentation
lukeocodes 7650c99
fix(types): resolve all mypy type checking errors
lukeocodes 73c82d8
ci: add mypy dependency to test job
lukeocodes 435a157
ci: scope mypy to src directory only
lukeocodes 999ca7c
fix(types): ensure Python 3.8 compatibility for type annotations
lukeocodes 1d4e8bd
fix(types): complete Python 3.8 compatibility for type annotations
lukeocodes d140e27
fix(types): add valid-type ignore comments for type alias usage
lukeocodes b8474df
fix(tests): replace union syntax in test files for Python 3.8 compati…
lukeocodes 7609981
fix(tests): replace isinstance checks with Union types for Python 3.8
lukeocodes b95cbfb
feat: update package configuration for v5.0.0
lukeocodes 76e3dd9
feat: add release-please configuration for automated releases
lukeocodes 156b2c5
chore: fern generator should skip repleacing scripts and tests
lukeocodes 1964b70
SDK regeneration
fern-api[bot] b1815d4
docs: add comprehensive v3+ to v5.0.0 migration guide
lukeocodes 2b77e59
docs: rewrite v2 to v3+ migration guide with consistent format
lukeocodes f8e20a8
docs: update README.md with v5.0.0 content and migration guide links
lukeocodes 98a03f8
chore: adding contributing instructions
lukeocodes 1426594
chore: bootstrap releases for path: . (#574)
lukeocodes 2ada769
feat: configure release-please for python package
lukeocodes 4d96767
chore: configuring release-please
lukeocodes af9bec6
chore: correct project name
lukeocodes aab53ef
chore: hotfix pyproject.toml
lukeocodes f95d0e0
chore: configure release-please
lukeocodes 6975411
chore: move release-please config
lukeocodes 7c6dd83
chore: fixing generic version replacement for release-please
lukeocodes ab7bb64
chore: correct jsonpath on release-please config
lukeocodes 244ace2
chore: update release-please config
lukeocodes 7a947e0
chore: reconfigure meta for generated code
lukeocodes af79ec5
SDK regeneration
fern-api[bot] 83bc92e
fix: remove imports for deprecated language enum types
lukeocodes 2091b38
SDK regeneration
fern-api[bot] f78068b
chore: modifying our workflows
lukeocodes e2014d9
chore: correct readme
lukeocodes 0ca9624
chore: correct contributing guidelines
lukeocodes 5f0e23b
chore: correct setup-python action version in workflows
lukeocodes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| # Development, Configuration Files & Documentation | ||
| README.md | ||
| CONTRIBUTING.md | ||
| .vscode/ | ||
| .gitignore | ||
| mypy.ini | ||
| websockets-reference.md | ||
| .github/ | ||
| scripts/run_examples.sh | ||
| docs/ | ||
|
|
||
| # Examples | ||
| examples/ | ||
|
|
||
| # Test Files | ||
| tests/unit/ | ||
| tests/integrations/ | ||
|
|
||
| # Custom Extensions & Clients | ||
| src/deepgram/client.py | ||
| src/deepgram/extensions/ | ||
|
|
||
| # Socket Client Implementations | ||
| src/deepgram/agent/v1/socket_client.py | ||
| src/deepgram/listen/v1/socket_client.py | ||
| src/deepgram/listen/v2/socket_client.py | ||
| src/deepgram/speak/v1/socket_client.py | ||
|
|
||
| # Bug Fixes | ||
| src/deepgram/listen/client.py | ||
| src/deepgram/core/client_wrapper.py | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| ".": "4.8.1" | ||
| } |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.