@@ -34,6 +34,7 @@ packages = [
3434 { include = " testcontainers" , from = " modules/chroma" },
3535 { include = " testcontainers" , from = " modules/clickhouse" },
3636 { include = " testcontainers" , from = " modules/elasticsearch" },
37+ { include = " testcontainers" , from = " modules/fastapi" },
3738 { include = " testcontainers" , from = " modules/google" },
3839 { include = " testcontainers" , from = " modules/influxdb" },
3940 { include = " testcontainers" , from = " modules/k3s" },
@@ -57,7 +58,7 @@ packages = [
5758 { include = " testcontainers" , from = " modules/registry" },
5859 { include = " testcontainers" , from = " modules/selenium" },
5960 { include = " testcontainers" , from = " modules/vault" },
60- { include = " testcontainers" , from = " modules/weaviate" }
61+ { include = " testcontainers" , from = " modules/weaviate" },
6162]
6263
6364[tool .poetry .urls ]
@@ -99,13 +100,15 @@ weaviate-client = { version = "^4.5.4", optional = true }
99100chromadb-client = { version = " *" , optional = true }
100101qdrant-client = { version = " *" , optional = true }
101102bcrypt = { version = " *" , optional = true }
103+ httpx = { version = " *" , optional = true }
102104
103105[tool .poetry .extras ]
104106arangodb = [" python-arango" ]
105107azurite = [" azure-storage-blob" ]
106108cassandra = []
107109clickhouse = [" clickhouse-driver" ]
108110elasticsearch = []
111+ fastapi = [" httpx" ]
109112google = [" google-cloud-pubsub" , " google-cloud-datastore" ]
110113influxdb = [" influxdb" , " influxdb-client" ]
111114k3s = [" kubernetes" , " pyyaml" ]
0 commit comments