xmas-app 0.12.1__py3-none-any.whl → 0.12.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
xmas_app/settings.py CHANGED
@@ -45,7 +45,7 @@ class Settings(BaseSettings):
45
45
  PGSERVICE: Optional[str] = None
46
46
 
47
47
  appschema: Literal["xplan", "xtrasse"]
48
- appschema_version: Literal["2.0", "5.4", "6.0"]
48
+ appschema_version: Literal["2.0", "5.4", "6.0", "6.1"]
49
49
  app_port: int
50
50
  db_type: str = "postgres" # defaulting to postgres
51
51
  app_mode: Literal["dev", "prod"] = "prod"
@@ -55,7 +55,7 @@ class Settings(BaseSettings):
55
55
  "https://registry.gdi-de.org/codelist/de.xleitstelle.xplanung"
56
56
  )
57
57
  qgis_plugin_name: str = "XMAS-Plugin"
58
- qgis_plugin_min_version: _VersionPydanticAnnotation = Version(major=0, minor=13)
58
+ qgis_plugin_min_version: _VersionPydanticAnnotation = Version(major=0, minor=14)
59
59
 
60
60
  model_config = SettingsConfigDict(env_file=".env", env_file_encoding="utf-8")
61
61
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xmas-app
3
- Version: 0.12.1
3
+ Version: 0.12.2
4
4
  Summary: The XLeitstelle model-driven application schema app.
5
5
  License: EUPL-1.2-or-later
6
6
  License-File: LICENSE
@@ -9,12 +9,12 @@ xmas_app/pygeoapi/openapi.yaml,sha256=h4J4kYugyNVMFjL_C2CLcntELgIkGh0N4VzpPf8u_t
9
9
  xmas_app/pygeoapi/provider.py,sha256=uKHK_Hsqale1C2pNRKYpyka9GnNHYvGBmbzfcSi05NE,25109
10
10
  xmas_app/schema.py,sha256=3P-i14caMqydGsxNw6SOAcanEg1Qr4qxqciAow1aCUM,1507
11
11
  xmas_app/services/crud.py,sha256=qY6d_bXKSNN-6lID8h7vVeYAvwOb8A6JkhZpaWLRIE8,2464
12
- xmas_app/settings.py,sha256=4MUQKRJzoAdCUhgAc3BqenkrBcvbynNmVFbsJ2iugpo,2481
12
+ xmas_app/settings.py,sha256=3pVyWBV-xSIuSZnk9-34w8Ez2fpbLScrMEK772Zqg5o,2488
13
13
  xmas_app/split_service.py,sha256=Ag_Ix2vMgT04OsQ0DIGK7WFKQlbktmmTqWlESO2ZgVs,26701
14
14
  xmas_app/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  xmas_app/util/codelist.py,sha256=7qdiaKQLm38TA7WuAfizmdXd_AjJVZ-tnAFpQg4vdeA,1951
16
- xmas_app-0.12.1.dist-info/METADATA,sha256=hcTUqxtb77V_6vD2Uy6Lh6xl_CmhqAgoHDnhFhshy4M,5323
17
- xmas_app-0.12.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
18
- xmas_app-0.12.1.dist-info/entry_points.txt,sha256=uve2b0hgPbVfiD047-hOI6_dD97ZytvCPWk7HsN9Xng,53
19
- xmas_app-0.12.1.dist-info/licenses/LICENSE,sha256=b8nnCcy_4Nd_v_okJ6mDKCvi64jkexzbSfIag7TR5mU,13827
20
- xmas_app-0.12.1.dist-info/RECORD,,
16
+ xmas_app-0.12.2.dist-info/METADATA,sha256=mxuJh97yCjZoC5Fu5BglfY_iH9IfL1WhA1LeWPSWaRE,5323
17
+ xmas_app-0.12.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
18
+ xmas_app-0.12.2.dist-info/entry_points.txt,sha256=uve2b0hgPbVfiD047-hOI6_dD97ZytvCPWk7HsN9Xng,53
19
+ xmas_app-0.12.2.dist-info/licenses/LICENSE,sha256=b8nnCcy_4Nd_v_okJ6mDKCvi64jkexzbSfIag7TR5mU,13827
20
+ xmas_app-0.12.2.dist-info/RECORD,,