Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit c04e336

Browse files
author
Phil Varner
authored
fix conformance versions to 0.1.0 to match stapi-spec versions (#115)
1 parent 5f873cd commit c04e336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stapi_fastapi/models/conformance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pydantic import BaseModel, Field
22

3-
CORE = "https://stapi.example.com/v0.2.0/core"
4-
OPPORTUNITIES = "https://stapi.example.com/v0.2.0/opportunities"
3+
CORE = "https://stapi.example.com/v0.1.0/core"
4+
OPPORTUNITIES = "https://stapi.example.com/v0.1.0/opportunities"
55

66

77
class Conformance(BaseModel):

0 commit comments

Comments
 (0)