aletrn commited on
Commit
8ffeb16
·
1 Parent(s): 64604c1

chore: update samgis-web to version 1.0.8, bump to version 1.6.5

Browse files
Files changed (2) hide show
  1. poetry.lock +4 -4
  2. pyproject.toml +3 -3
poetry.lock CHANGED
@@ -2562,13 +2562,13 @@ structlog = ">=24.4.0,<25.0.0"
2562
 
2563
  [[package]]
2564
  name = "samgis-web"
2565
- version = "1.0.7"
2566
  description = "SamGIS WEB"
2567
  optional = false
2568
  python-versions = "<3.12,>=3.10"
2569
  files = [
2570
- {file = "samgis_web-1.0.7-py3-none-any.whl", hash = "sha256:99db238547fee3962d3c20638b5ea03cb87c78c8df3388456e7a6f90b290f9e7"},
2571
- {file = "samgis_web-1.0.7.tar.gz", hash = "sha256:9c3ef6789855744a43448e3c6b3e1883d9407c63452b23df5c8ff81576a5175b"},
2572
  ]
2573
 
2574
  [package.dependencies]
@@ -3348,4 +3348,4 @@ files = [
3348
  [metadata]
3349
  lock-version = "2.0"
3350
  python-versions = ">=3.10, <3.12"
3351
- content-hash = "a6f674a4f65c14c2cdf7ef327319bbd94cd1a09d6a81656dca66299a75289bbc"
 
2562
 
2563
  [[package]]
2564
  name = "samgis-web"
2565
+ version = "1.0.8"
2566
  description = "SamGIS WEB"
2567
  optional = false
2568
  python-versions = "<3.12,>=3.10"
2569
  files = [
2570
+ {file = "samgis_web-1.0.8-py3-none-any.whl", hash = "sha256:447d718fb10a975c0e9067353fdd4c3621b2f1e1d8f3ffd1592cd9a9a3ae2315"},
2571
+ {file = "samgis_web-1.0.8.tar.gz", hash = "sha256:12020d9564095851cc050f14acfc106a6c8fb1c755869d2db93027848e5d9ef2"},
2572
  ]
2573
 
2574
  [package.dependencies]
 
3348
  [metadata]
3349
  lock-version = "2.0"
3350
  python-versions = ">=3.10, <3.12"
3351
+ content-hash = "3e63d3a7325f81dd7ca8572300f796f1978437a6d9a6639b3104ab10982c0b7b"
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [tool.poetry]
2
  name = "samgis"
3
- version = "1.6.4"
4
  description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
5
  authors = ["alessandro trinca tornidor <[email protected]>"]
6
  license = "MIT license"
@@ -8,7 +8,7 @@ readme = "README.md"
8
 
9
  [metadata]
10
  name = "samgis"
11
- version = "1.6.4"
12
 
13
  [tool.poetry.urls]
14
  Source = "https://github.com/trincadev/samgis-be"
@@ -29,7 +29,7 @@ onnxruntime = "^1.18.1"
29
  rasterio = "^1.3.10"
30
  requests = "^2.32.3"
31
  samgis-core = "3.0.6"
32
- samgis-web = "1.0.7"
33
 
34
  [tool.poetry.group.test]
35
  optional = true
 
1
  [tool.poetry]
2
  name = "samgis"
3
+ version = "1.6.5"
4
  description = "A backend for machine learning instance segmentation on geospatial data even without dedicated graphics cards."
5
  authors = ["alessandro trinca tornidor <[email protected]>"]
6
  license = "MIT license"
 
8
 
9
  [metadata]
10
  name = "samgis"
11
+ version = "1.6.5"
12
 
13
  [tool.poetry.urls]
14
  Source = "https://github.com/trincadev/samgis-be"
 
29
  rasterio = "^1.3.10"
30
  requests = "^2.32.3"
31
  samgis-core = "3.0.6"
32
+ samgis-web = "1.0.8"
33
 
34
  [tool.poetry.group.test]
35
  optional = true