Skip to content

Commit 3bfafd0

Browse files
SDK regeneration
1 parent 0a7eac9 commit 3bfafd0

56 files changed

Lines changed: 2706 additions & 2105 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.fern/metadata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"cliVersion": "0.112.1",
2+
"cliVersion": "3.50.1",
33
"generatorName": "fernapi/fern-python-sdk",
4-
"generatorVersion": "4.35.0",
4+
"generatorVersion": "4.55.4",
55
"generatorConfig": {
66
"pyproject_python_version": "^3.9",
77
"inline_request_params": false,
@@ -78,5 +78,6 @@
7878
]
7979
}
8080
]
81-
}
81+
},
82+
"sdkVersion": "5.20.5"
8283
}

poetry.lock

Lines changed: 142 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[project]
22
name = "cohere"
3+
dynamic = ["version"]
34

45
[tool.poetry]
56
name = "cohere"
6-
version = "5.20.4"
7+
version = "5.20.5"
78
description = ""
89
readme = "README.md"
910
authors = []
@@ -13,11 +14,13 @@ classifiers = [
1314
"Intended Audience :: Developers",
1415
"Programming Language :: Python",
1516
"Programming Language :: Python :: 3",
16-
"Programming Language :: Python :: 3.8",
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
23+
"Programming Language :: Python :: 3.15",
2124
"Operating System :: OS Independent",
2225
"Operating System :: POSIX",
2326
"Operating System :: MacOS",
@@ -49,6 +52,7 @@ typing_extensions = ">= 4.0.0"
4952
mypy = "==1.13.0"
5053
pytest = "^7.4.0"
5154
pytest-asyncio = "^0.23.5"
55+
pytest-xdist = "^3.6.1"
5256
python-dateutil = "^2.9.0"
5357
types-python-dateutil = "^2.9.0.20240316"
5458
ruff = "==0.11.5"

0 commit comments

Comments
 (0)