Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jun 6, 2024
1 parent db1255f commit 993a85f
Show file tree
Hide file tree
Showing 18 changed files with 865 additions and 2,801 deletions.
29 changes: 13 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cohere"
version = "5.5.4"
version = "5.5.5"
description = ""
readme = "README.md"
authors = []
Expand All @@ -27,9 +27,6 @@ packages = [
{ include = "cohere", from = "src"}
]

[tool.poetry.group.dev.dependencies]
parameterized = "^0.9.0"

[project.urls]
Repository = 'https://github.com/cohere-ai/cohere-python'

Expand All @@ -50,6 +47,7 @@ mypy = "1.9.0"
pytest = "^7.4.0"
pytest-asyncio = "^0.23.5"
python-dateutil = "^2.9.0"
types-python-dateutil = "^2.9.0.20240316"

[tool.pytest.ini_options]
testpaths = [ "tests" ]
Expand Down
6 changes: 0 additions & 6 deletions src/cohere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
ChatRequestCitationQuality,
ChatRequestConnectorsSearchOptions,
ChatRequestPromptTruncation,
ChatRequestResponseFormat,
ChatSearchQueriesGenerationEvent,
ChatSearchQuery,
ChatSearchResult,
Expand All @@ -27,7 +26,6 @@
ChatStreamRequestCitationQuality,
ChatStreamRequestConnectorsSearchOptions,
ChatStreamRequestPromptTruncation,
ChatStreamRequestResponseFormat,
ChatStreamStartEvent,
ChatTextGenerationEvent,
ChatToolCallsGenerationEvent,
Expand Down Expand Up @@ -139,8 +137,6 @@
)
from . import connectors, datasets, embed_jobs, finetuning, models
from .bedrock_client import BedrockClient
from .sagemaker_client import SagemakerClient
from .aws_client import AwsClient
from .client import AsyncClient, Client
from .datasets import (
DatasetsCreateResponse,
Expand Down Expand Up @@ -171,7 +167,6 @@
"ChatRequestCitationQuality",
"ChatRequestConnectorsSearchOptions",
"ChatRequestPromptTruncation",
"ChatRequestResponseFormat",
"ChatSearchQueriesGenerationEvent",
"ChatSearchQuery",
"ChatSearchResult",
Expand All @@ -183,7 +178,6 @@
"ChatStreamRequestCitationQuality",
"ChatStreamRequestConnectorsSearchOptions",
"ChatStreamRequestPromptTruncation",
"ChatStreamRequestResponseFormat",
"ChatStreamStartEvent",
"ChatTextGenerationEvent",
"ChatToolCallsGenerationEvent",
Expand Down
267 changes: 0 additions & 267 deletions src/cohere/aws_client.py

This file was deleted.

Loading

0 comments on commit 993a85f

Please sign in to comment.