Skip to content

Commit 7c0122f

Browse files
committed
upgrade package
Signed-off-by: eric-epsilla <eric@epsilla.com>
1 parent 591710b commit 7c0122f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyepsilla/vectordb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.13"
1+
__version__ = "0.3.14"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyepsilla"
3-
version = "0.3.13"
3+
version = "0.3.14"
44
description = ""
55
authors = ["Epsilla <info@epsilla.com>"]
66
readme = "README.md"
@@ -10,7 +10,7 @@ python = ">=3.8"
1010
posthog = ">=3.2.0"
1111
py-machineid = ">=0.5.0"
1212
sentry-sdk = ">=2.2.0"
13-
requests = ">=2.22.0"
13+
requests = ">=2.32.2"
1414
pydantic = ">=2.6.0"
1515

1616

0 commit comments

Comments
 (0)