Skip to content

Commit

Permalink
Bump python
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Dec 17, 2024
1 parent 8c6ba09 commit d44a091
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "r2r"
readme = "README.md"
version = "3.3.14"
version = "3.3.15"

description = "SciPhi R2R"
authors = ["Owen Colegrove <owen@sciphi.ai>"]
Expand Down
3 changes: 0 additions & 3 deletions py/shared/abstractions/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ class DocumentType(str, Enum):
TIFF = "tiff"
JPG = "jpg"
SVG = "svg"
WEBP = "webp"
ICO = "ico"

# Markdown
MD = "md"
Expand Down Expand Up @@ -80,7 +78,6 @@ class DocumentType(str, Enum):
TSV = "tsv"

# Video/GIF
MP4 = "mp4"
GIF = "gif"

# Word
Expand Down

0 comments on commit d44a091

Please sign in to comment.