Skip to content

Commit c6c2f85

Browse files
authored
Merge pull request #572 from aurelio-labs/fix/aurelio-sdk
fix: aurelio sdk version
2 parents e182fe9 + b716067 commit c6c2f85

File tree

2 files changed

+2
-4291
lines changed

2 files changed

+2
-4291
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "semantic-router"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "Super fast semantic router for AI decision making"
55
authors = [{ name = "Aurelio AI", email = "[email protected]" }]
66
requires-python = ">=3.9,<3.14"
@@ -12,7 +12,7 @@ dependencies = [
1212
"numpy>=1.25.2,<2",
1313
"colorlog>=6.8.0,<7",
1414
"pyyaml>=6.0.1,<7",
15-
"aurelio-sdk>=0.0.18,<0.0.19",
15+
"aurelio-sdk>=0.0.19",
1616
"colorama>=0.4.6,<0.5",
1717
"regex>=2023.12.25",
1818
"tiktoken>=0.6.0,<1.0.0",

0 commit comments

Comments
 (0)