Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Semantic Router
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
aurelio-labs
Semantic Router
Commits
cab35fa1
Commit
cab35fa1
authored
1 week ago
by
Taylor
Browse files
Options
Downloads
Patches
Plain Diff
Updated version from 0.1.0 to 0.1.1
parent
23426e00
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/source/conf.py
+1
-1
1 addition, 1 deletion
docs/source/conf.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
semantic_router/__init__.py
+1
-1
1 addition, 1 deletion
semantic_router/__init__.py
uv.lock
+1
-1
1 addition, 1 deletion
uv.lock
with
4 additions
and
4 deletions
docs/source/conf.py
+
1
−
1
View file @
cab35fa1
...
@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.abspath("../..")) # Source code dir relative to this
...
@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.abspath("../..")) # Source code dir relative to this
project
=
"
Semantic Router
"
project
=
"
Semantic Router
"
copyright
=
"
2025, Aurelio AI
"
copyright
=
"
2025, Aurelio AI
"
author
=
"
Aurelio AI
"
author
=
"
Aurelio AI
"
release
=
"
0.1.
0.dev10
"
release
=
"
0.1.
1
"
# -- General configuration ---------------------------------------------------
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
cab35fa1
[project]
[project]
name
=
"semantic-router"
name
=
"semantic-router"
version
=
"0.1.
0
"
version
=
"0.1.
1
"
description
=
"Super fast semantic router for AI decision making"
description
=
"Super fast semantic router for AI decision making"
authors
=
[
{
name
=
"Aurelio AI"
,
email
=
"hello@aurelio.ai"
}
]
authors
=
[
{
name
=
"Aurelio AI"
,
email
=
"hello@aurelio.ai"
}
]
requires-python
=
">
=
3.9
,
<
3.14
"
requires-python
=
">
=
3.9
,
<
3.14
"
...
...
This diff is collapsed.
Click to expand it.
semantic_router/__init__.py
+
1
−
1
View file @
cab35fa1
...
@@ -3,4 +3,4 @@ from semantic_router.routers import HybridRouter, RouterConfig, SemanticRouter
...
@@ -3,4 +3,4 @@ from semantic_router.routers import HybridRouter, RouterConfig, SemanticRouter
__all__
=
[
"
SemanticRouter
"
,
"
HybridRouter
"
,
"
Route
"
,
"
RouterConfig
"
]
__all__
=
[
"
SemanticRouter
"
,
"
HybridRouter
"
,
"
Route
"
,
"
RouterConfig
"
]
__version__
=
"
0.1.
0.dev10
"
__version__
=
"
0.1.
1
"
This diff is collapsed.
Click to expand it.
uv.lock
+
1
−
1
View file @
cab35fa1
...
@@ -3326,7 +3326,7 @@ wheels = [
...
@@ -3326,7 +3326,7 @@ wheels = [
[[package]]
[[package]]
name = "semantic-router"
name = "semantic-router"
version = "0.1.
0
"
version = "0.1.
1
"
source = { editable = "." }
source = { editable = "." }
dependencies = [
dependencies = [
{ name = "aiohttp" },
{ name = "aiohttp" },
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment