Skip to content

Commit

Permalink
update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaPurtell committed Dec 20, 2024
1 parent 8235068 commit 840a4dd
Show file tree
Hide file tree
Showing 7 changed files with 573 additions and 30 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "synth-sdk"
version = "0.2.103"
version = "0.2.105"
description = ""
authors = [{name = "Synth AI", email = "[email protected]"}]
license = {text = "MIT"}
Expand All @@ -22,7 +22,6 @@ dependencies = [
"pytest>=8.3.3",
"pydantic-openapi-schema>=1.5.1",
"pytest-asyncio>=0.24.0",
"apropos-ai>=0.4.5",
"boto3>=1.35.71",
"botocore>=1.35.71",
"tqdm>=4.66.4",
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#apropos-ai==0.4.5
fastapi>=0.115.0
opentelemetry-api>=1.27.0
opentelemetry-instrumentation>=0.48b0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="synth-sdk",
version="0.2.103",
version="0.2.104",
packages=find_packages(),
install_requires=[
"opentelemetry-api",
Expand Down
Loading

0 comments on commit 840a4dd

Please sign in to comment.