Skip to content

Commit 8cd9007

Browse files
authored
version unpin and upgrade (#1022)
1 parent ecbee2d commit 8cd9007

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "agentops"
7-
version = "0.4.13"
7+
version = "0.4.14"
88
authors = [
99
{ name="Alex Reibman", email="areibman@gmail.com" },
1010
{ name="Shawn Qiu", email="siyangqiu@gmail.com" },
@@ -17,7 +17,7 @@ authors = [
1717
]
1818
description = "Observability and DevTool Platform for AI Agents"
1919
# readme = "README.md"
20-
requires-python = ">=3.9,<3.14"
20+
requires-python = ">=3.9"
2121
classifiers = [
2222
"Programming Language :: Python :: 3",
2323
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)