Skip to content

Commit

Permalink
git checkout main -- pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Teo <[email protected]>
  • Loading branch information
teocns committed Dec 11, 2024
1 parent c046fec commit 14b7270
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 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.21"
version = "0.3.20"
authors = [
{ name="Alex Reibman", email="[email protected]" },
{ name="Shawn Qiu", email="[email protected]" },
Expand All @@ -29,6 +29,12 @@ 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 @@ -37,15 +43,12 @@ dev = [
"pytest-vcr",
"pytest-mock",
"pyfakefs",
"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'"
"requests_mock==1.11.0",
"ruff",
"vcrpy>=6.0.0; python_version >= '3.8'"
]


ci = [
"tach~=0.9",
]
Expand Down Expand Up @@ -118,4 +121,4 @@ exclude = [
]

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

0 comments on commit 14b7270

Please sign in to comment.