bump schemainspect

This commit is contained in:
Josha Inglis 2024-05-14 11:21:52 +10:00
parent 5c11a53714
commit 4b7b75e581
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -602,8 +602,8 @@ sqlalchemy = "*"
[package.source]
type = "git"
url = "https://github.com/joshainglis/schemainspect.git"
reference = "79b3fbdb9c22252574578e8f83dcb7f85ebaf69a"
resolved_reference = "79b3fbdb9c22252574578e8f83dcb7f85ebaf69a"
reference = "eeda5c18d26fce006a826cfe63f8683b4490a321"
resolved_reference = "eeda5c18d26fce006a826cfe63f8683b4490a321"
[[package]]
name = "six"
@ -750,4 +750,4 @@ pg = ["psycopg2-binary"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<4"
content-hash = "6faf6d93767136e00153680e6bad588403a1d6c82cfdf50b59897e2c7f42f4b4"
content-hash = "a8b2e2da8d40ad1e81a156948e156b85f3263bf8af167f9065d4aa5c6c887400"

View File

@ -14,7 +14,7 @@ python = ">=3.8,<4"
sqlbag = "*"
six = "*"
#schemainspect = { path = "../schemainspect", develop = true }
schemainspect = { git = "https://github.com/joshainglis/schemainspect.git", rev = "79b3fbdb9c22252574578e8f83dcb7f85ebaf69a" }
schemainspect = { git = "https://github.com/joshainglis/schemainspect.git", rev = "eeda5c18d26fce006a826cfe63f8683b4490a321" }
psycopg2-binary = { version="*", optional = true }
networkx = "^3.1"