Skip to content

Commit

Permalink
🌿 Fern Regeneration -- May 22, 2024 (#506)
Browse files Browse the repository at this point in the history
* SDK regeneration

* Fix tests

---------

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Billy Trend <billy@cohere.com>
  • Loading branch information
fern-api[bot] and billytrend-cohere committed May 22, 2024
1 parent ee899df commit 07896b4
Show file tree
Hide file tree
Showing 114 changed files with 4,079 additions and 2,012 deletions.
247 changes: 125 additions & 122 deletions poetry.lock

Large diffs are not rendered by default.

26 changes: 24 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,35 @@
[tool.poetry]
name = "cohere"
version = "5.5.0"
version = "5.5.1"
description = ""
readme = "README.md"
authors = []
keywords = []

classifiers = [
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"Operating System :: POSIX",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed"
]
packages = [
{ include = "cohere", from = "src"}
]

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

[tool.poetry.dependencies]
python = "^3.8"
boto3 = "^1.34.0"
Expand All @@ -21,7 +43,7 @@ types-requests = "^2.0.0"
typing_extensions = ">= 4.0.0"

[tool.poetry.dev-dependencies]
mypy = "^1.8.0"
mypy = "1.9.0"
pytest = "^7.4.0"
pytest-asyncio = "^0.23.5"
python-dateutil = "^2.9.0"
Expand Down
2,297 changes: 1,477 additions & 820 deletions src/cohere/base_client.py

Large diffs are not rendered by default.

0 comments on commit 07896b4

Please sign in to comment.