Skip to content

Commit

Permalink
Llmtracker fix (#566)
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
areibman authored Dec 11, 2024
1 parent 5524c46 commit 18cbe20
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "agentops"
version = "0.3.20"
version = "0.3.21"
authors = [
{ name="Alex Reibman", email="[email protected]" },
{ name="Shawn Qiu", email="[email protected]" },
Expand All @@ -29,12 +29,6 @@ dependencies = [
"opentelemetry-exporter-otlp-proto-http>=1.22.0,<2.0.0", # For OTLPSpanExporter
]

[project.optional-dependencies]
langchain = [
"langchain==0.2.14; python_version >= '3.8.1'"
]


[dependency-groups]
dev = [
"pytest==7.4.0",
Expand All @@ -43,12 +37,15 @@ dev = [
"pytest-vcr",
"pytest-mock",
"pyfakefs",
"requests_mock==1.11.0",
"ruff",
"vcrpy>=6.0.0; python_version >= '3.8'"
]

"requests_mock==1.11.0",
"ruff",
"vcrpy>=6.0.0; python_version >= '3.8'"
]

[project.optional-dependencies]
langchain = [
"langchain==0.2.14; python_version >= '3.8.1'"
]
ci = [
"tach~=0.9",
]
Expand Down Expand Up @@ -121,4 +118,4 @@ exclude = [
]

[tool.setuptools]
packages = ["agentops"]
packages = ["agentops", "agentops.llms", "agentops.llms.providers", "agentops.partners"]

0 comments on commit 18cbe20

Please sign in to comment.