We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbee2d commit 8cd9007Copy full SHA for 8cd9007
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "agentops"
7
-version = "0.4.13"
+version = "0.4.14"
8
authors = [
9
{ name="Alex Reibman", email="areibman@gmail.com" },
10
{ name="Shawn Qiu", email="siyangqiu@gmail.com" },
@@ -17,7 +17,7 @@ authors = [
17
]
18
description = "Observability and DevTool Platform for AI Agents"
19
# readme = "README.md"
20
-requires-python = ">=3.9,<3.14"
+requires-python = ">=3.9"
21
classifiers = [
22
"Programming Language :: Python :: 3",
23
"Programming Language :: Python :: 3.9",
0 commit comments