Skip to content

Commit 7c1c565

Browse files
committed
cosmos db, SL 0.13.0
1 parent 0ec9ee8 commit 7c1c565

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- pytest-cov
77
- pytest-mock
88
- pip:
9-
- semantic-link-sempy>=0.12.2
9+
- semantic-link-sempy>=0.13.0
1010
- azure-identity==1.7.1
1111
- azure-storage-blob>=12.9.0
1212
- pandas-stubs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
license= { text = "MIT License" }
2424

2525
dependencies = [
26-
"semantic-link-sempy>=0.12.2",
26+
"semantic-link-sempy>=0.13.0",
2727
"anytree",
2828
"polib",
2929
"jsonpath_ng",

src/sempy_labs/_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@
7575
"GraphQuerySet": "GraphQuerySets",
7676
"OperationsAgent": "OperationsAgents",
7777
"SnowflakeDatabase": "snowflakeDatabases",
78+
"CosmosDBDatabase": "cosmosDbDatabases",
7879
}

0 commit comments

Comments
 (0)