Skip to content

Commit a396600

Browse files
committed
revert non-test changes
1 parent 3dd84ed commit a396600

File tree

3 files changed

+7
-51
lines changed

3 files changed

+7
-51
lines changed

poetry.lock

Lines changed: 6 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ httpx = ">=0.21.2"
4343
pydantic = ">= 1.9.2"
4444
pydantic-core = "^2.18.2"
4545
typing_extensions = ">= 4.0.0"
46-
python-dotenv = ">=0.19.0,<1.1.0"
4746

4847
[tool.poetry.dev-dependencies]
4948
mypy = "1.0.1"

src/sayari/ontology/types/ontology_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class OntologySource(UniversalBaseModel):
2222
source_type: str
2323
record_type: str
2424
structure: str
25-
source_url: typing.Optional[str] = None
25+
source_url: str
2626
pep: bool
2727
watchlist: bool
2828

0 commit comments

Comments
 (0)