Skip to content

Commit 60b87ee

Browse files
authored
upgrade minimum python version to v3.10+ (#272)
* python version * edit readme * upgrade version
1 parent 084d2d1 commit 60b87ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Discord](https://dcbadge.vercel.app/api/server/9Rk6sSeWEG?style=flat&compact=true)](https://discord.com/invite/9Rk6sSeWEG)
1111
[![Twitter](https://img.shields.io/twitter/url/https/twitter.com/togethercompute.svg?style=social&label=Follow%20%40togethercompute)](https://twitter.com/togethercompute)
1212

13-
The [Together Python API Library](https://pypi.org/project/together/) is the official Python client for Together's API platform, providing a convenient way for interacting with the REST APIs and enables easy integrations with Python 3.8+ applications with easy to use synchronous and asynchronous clients.
13+
The [Together Python API Library](https://pypi.org/project/together/) is the official Python client for Together's API platform, providing a convenient way for interacting with the REST APIs and enables easy integrations with Python 3.10+ applications with easy to use synchronous and asynchronous clients.
1414

1515

1616

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = "poetry.masonry.api"
1212

1313
[tool.poetry]
1414
name = "together"
15-
version = "1.4.6"
15+
version = "1.5.0"
1616
authors = [
1717
"Together AI <[email protected]>"
1818
]
@@ -28,7 +28,7 @@ repository = "https://github.com/togethercomputer/together-python"
2828
homepage = "https://github.com/togethercomputer/together-python"
2929

3030
[tool.poetry.dependencies]
31-
python = "^3.9"
31+
python = "^3.10"
3232
typer = ">=0.9,<0.16"
3333
requests = "^2.31.0"
3434
rich = "^13.8.1"

0 commit comments

Comments
 (0)